COLOR #3E7774

HEX: #3E7774 RGB: (62,119,116)

Color info

#3E7774 contains red, green and blue colors in about the same proportion. Web safe color of #3E7774 is #336666 (or #366).

RGB color model

#3E7774 color RGB value is (62,119,116).

RGB: (62,119,116) (24%, 47%, 45%)

RGB channels and saturation

R 62 of 255 = 24%
G 119 of 255 = 47%
B 116 of 255 = 45%

62
119
116

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

Portions of RGB colors in percentages

R + G + B = 62 + 119 + 116 = 297 (100%)
R 62 of 297 ~ 20.88%
G 119 of 297 ~ 40.07%
B 116 of 297 ~ 39.06'%

%20.88
%40.07
%39.06

CMYK color model

#3E7774 color CMYK value is (48,0,3,53).

  • cyan value is 47.90%
  • magenta value is 0.00%
  • yellow value is 2.52%
  • key color value is 53.33%
CMYK: (48,0,3,53) C48M0Y3K53 (48%,0%,3%,53%) (0.48/0.00/0.03/0.53) 

CMYK percentages

%47.9
%0
%2.52
%53.33

Codes

Color #3E7774 in popluar color models

3E 77 74
RGB 62 119 116
HSL 177° 31.49% 35.49%
HSB/HSV 177° 47.90% 46.67%
CMYK 47.90% 0.00% 2.52%
53.33%

Color #3E7774 in popluar number systems.

HEX 3E 77 74
Decimal 62 119 116
Binary 111110 1110111 1110100
Octal 76 167 164

Shades and tints

Shades of #3E7774

#3E7774
(62,119,116)
#396D6A
(57,109,106)
#346360
(52,99,96)
#2F5956
(47,89,86)
#2A4F4C
(42,79,76)
#254542
(37,69,66)
#203B38
(32,59,56)
#1B312E
(27,49,46)
#162724
(22,39,36)
#111D1A
(17,29,26)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #3E7774

#3E7774
(62,119,116)
#4F8380
(79,131,128)
#608F8C
(96,143,140)
#719B98
(113,155,152)
#82A7A4
(130,167,164)
#93B3B0
(147,179,176)
#A4BFBC
(164,191,188)
#B5CBC8
(181,203,200)
#C6D7D4
(198,215,212)
#D7E3E0
(215,227,224)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7774 color. Also use rgb(62,119,116) instead hex code.

Text Font Color

.myTextColor { color: #3E7774; }

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

This text font color is #3E7774.

Background Color

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

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

This div background color is #3E7774.

Border color

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

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

This div border color is #3E7774.

Opacity

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

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

Text with #3E7774 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 #3E7774;}

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

This text has shadow with #3E7774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7774.

Preview

Color preview on black background

This text has color #3E7774 on black background.


Color preview on white background

This text has color #3E7774 on white background.


Black color preview on #3E7774 background

This text has black color on #3E7774 background.


White color preview on #3E7774 background

This text has white color on #3E7774 background.


Related colors

Complementary color

Complementary color for #hex is #C1888B.


I love getcolorcode.com

Triadic colors

1 #743E77 and #77743E with #3E7774 are triadic colors.

2 #74773E and #773E74 with #3E7774 are triadic colors.