COLOR #3A6F7F

HEX: #3A6F7F
RGB: (58,111,127)

Color info

#3A6F7F contains mainly green and blue colors. Web safe color of #3A6F7F is #336666 (or #366).

RGB color model

#3A6F7F color RGB value is (58,111,127).

  • red value is 58;
  • green value is 111;
  • blue value is 127.
RGB:
(58,111,127)
(23%,44%,50%)

RGB channels and saturation

R 58 of 255 = 23%
G 111 of 255 = 44%
B 127 of 255 = 50%

58
111
127

R + G + B ~ 39%. #3A6F7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 111 + 127 = 296 (100%)
R 58 of 296 ~ 19.59%
G 111 of 296 ~ 37.5%
B 127 of 296 ~ 42.91%

%19.59
%37.5
%42.91

CMYK color model

#3A6F7F color CMYK value is (54,13,0,50).

  • cyan value is 54.33%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(54,13,0,50)
C54M13Y0K50 
(54%,13%,0%,50%)
(0.54/0.13/0.00/0.50)	

CMYK percentages

%54.33
%12.6
%0
%50.2

Codes

Color #3A6F7F in popluar color models

3A6F7F
RGB58111127
HSL194°37.30%36.27%
HSB/HSV194°54.33%49.80%
CMYK54.33%12.60%0.00%
50.20%

Color #3A6F7F in popluar number systems.

HEX3A6F7F
Decimal58111127
Binary11101011011111111111
Octal72157177

Shades and tints

Shades of #3A6F7F

#3A6F7F
(58,111,127)
#356574
(53,101,116)
#305B69
(48,91,105)
#2B515E
(43,81,94)
#264753
(38,71,83)
#213D48
(33,61,72)
#1C333D
(28,51,61)
#172932
(23,41,50)
#121F27
(18,31,39)
#0D151C
(13,21,28)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #3A6F7F

#3A6F7F
(58,111,127)
#4B7C8A
(75,124,138)
#5C8995
(92,137,149)
#6D96A0
(109,150,160)
#7EA3AB
(126,163,171)
#8FB0B6
(143,176,182)
#A0BDC1
(160,189,193)
#B1CACC
(177,202,204)
#C2D7D7
(194,215,215)
#D3E4E2
(211,228,226)
#E4F1ED
(228,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6F7F color. Also use rgb(58,111,127) instead hex code.

Text Font Color

.myTextColor { color: #3A6F7F; }

<p style="color:#3A6F7F">This sample text font color is #3A6F7F.</p>

This text font color is #3A6F7F.


Background Color

.myBgColor { background-color: #3A6F7F; }

<div style="background-color:#3A6F7F">Inner text</div>

This div background color is #3A6F7F.


Border color

.myBorderColor { border: 1px solid #3A6F7F; }

<div style="border:3px solid #3A6F7F">Div</div>

This div border color is #3A6F7F.


Opacity

.myOpacity80 { color: #3A6F7F; opacity: 0.8; }

<p style="color:#3A6F7F;opacity:0.8;">80%</p>

Text with #3A6F7F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3A6F7F;}

<p style="text-shadow: 3px 3px 1px #3A6F7F">Text here.</p>

This text has shadow with #3A6F7F color.

.textShadow {text-shadow: 3px 3px 1px #3A6F7F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3A6F7F, 5px 5px 20px red">Text here.</p>

This text has shadow with #3A6F7F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3A6F7F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3A6F7F, Direction=45, Strength=4)">Text</p>

This text has shadow with #3A6F7F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3A6F7F;
  -webkit-box-shadow:	1px 1px 3px 2px #3A6F7F;
  box-shadow:		1px 1px 3px 2px #3A6F7F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3A6F7F;
-webkit-box-shadow: 1px 1px 3px 2px #3A6F7F;
box-shadow:1px 1px 3px 2px #3A6F7F;">
Div content here</div>
This div box has shadow with color #3A6F7F.

Preview

Color preview on black background

This text has color #3A6F7F on black background.


Color preview on white background

This text has color #3A6F7F on white background.



Black color preview on #3A6F7F background

This text has black color on #3A6F7F background.


White color preview on #3A6F7F background

This text has white color on #3A6F7F background.