COLOR #3E774F

HEX: #3E774F
RGB: (62,119,79)

Color info

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

RGB color model

#3E774F color RGB value is (62,119,79).

  • red value is 62;
  • green value is 119;
  • blue value is 79.
RGB:
(62,119,79)
(24%,47%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 119 of 255 = 47%
B 79 of 255 = 31%

62
119
79

R + G + B ~ 34%. #3E774F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 119 + 79 = 260 (100%)
R 62 of 260 ~ 23.85%
G 119 of 260 ~ 45.77%
B 79 of 260 ~ 30.38%

%23.85
%45.77
%30.38

CMYK color model

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

  • cyan value is 47.90%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 53.33%
CMYK:
(48,0,34,53)
C48M0Y34K53 
(48%,0%,34%,53%)
(0.48/0.00/0.34/0.53)	

CMYK percentages

%47.9
%0
%33.61
%53.33

Codes

Color #3E774F in popluar color models

3E774F
RGB6211979
HSL138°31.49%35.49%
HSB/HSV138°47.90%46.67%
CMYK47.90%0.00%33.61%
53.33%

Color #3E774F in popluar number systems.

HEX3E774F
Decimal6211979
Binary11111011101111001111
Octal76167117

Shades and tints

Shades of #3E774F

#3E774F
(62,119,79)
#396D48
(57,109,72)
#346341
(52,99,65)
#2F593A
(47,89,58)
#2A4F33
(42,79,51)
#25452C
(37,69,44)
#203B25
(32,59,37)
#1B311E
(27,49,30)
#162717
(22,39,23)
#111D10
(17,29,16)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #3E774F

#3E774F
(62,119,79)
#4F835F
(79,131,95)
#608F6F
(96,143,111)
#719B7F
(113,155,127)
#82A78F
(130,167,143)
#93B39F
(147,179,159)
#A4BFAF
(164,191,175)
#B5CBBF
(181,203,191)
#C6D7CF
(198,215,207)
#D7E3DF
(215,227,223)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E774F; }

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

This text font color is #3E774F.


Background Color

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

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

This div background color is #3E774F.


Border color

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

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

This div border color is #3E774F.


Opacity

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

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

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

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

This text has shadow with #3E774F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E774F on black background.


Color preview on white background

This text has color #3E774F on white background.



Black color preview on #3E774F background

This text has black color on #3E774F background.


White color preview on #3E774F background

This text has white color on #3E774F background.