COLOR #394E4D

HEX: #394E4D
RGB: (57,78,77)

Color info

#394E4D contains red, green and blue colors in about the same proportion. Web safe color of #394E4D is #336633 (or #363).

RGB color model

#394E4D color RGB value is (57,78,77).

  • red value is 57;
  • green value is 78;
  • blue value is 77.
RGB:
(57,78,77)
(22%,31%,30%)

RGB channels and saturation

R 57 of 255 = 22%
G 78 of 255 = 31%
B 77 of 255 = 30%

57
78
77

R + G + B ~ 28%. #394E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 78 + 77 = 212 (100%)
R 57 of 212 ~ 26.89%
G 78 of 212 ~ 36.79%
B 77 of 212 ~ 36.32%

%26.89
%36.79
%36.32

CMYK color model

#394E4D color CMYK value is (27,0,1,69).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 69.41%
CMYK:
(27,0,1,69)
C27M0Y1K69 
(27%,0%,1%,69%)
(0.27/0.00/0.01/0.69)	

CMYK percentages

%26.92
%0
%1.28
%69.41

Codes

Color #394E4D in popluar color models

394E4D
RGB577877
HSL177°15.56%26.47%
HSB/HSV177°26.92%30.59%
CMYK26.92%0.00%1.28%
69.41%

Color #394E4D in popluar number systems.

HEX394E4D
Decimal577877
Binary11100110011101001101
Octal71116115

Shades and tints

Shades of #394E4D

#394E4D
(57,78,77)
#344746
(52,71,70)
#2F403F
(47,64,63)
#2A3938
(42,57,56)
#253231
(37,50,49)
#202B2A
(32,43,42)
#1B2423
(27,36,35)
#161D1C
(22,29,28)
#111615
(17,22,21)
#0C0F0E
(12,15,14)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #394E4D

#394E4D
(57,78,77)
#4B5E5D
(75,94,93)
#5D6E6D
(93,110,109)
#6F7E7D
(111,126,125)
#818E8D
(129,142,141)
#939E9D
(147,158,157)
#A5AEAD
(165,174,173)
#B7BEBD
(183,190,189)
#C9CECD
(201,206,205)
#DBDEDD
(219,222,221)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394E4D color. Also use rgb(57,78,77) instead hex code.

Text Font Color

.myTextColor { color: #394E4D; }

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

This text font color is #394E4D.


Background Color

.myBgColor { background-color: #394E4D; }

<div style="background-color:#394E4D">Inner text</div>

This div background color is #394E4D.


Border color

.myBorderColor { border: 1px solid #394E4D; }

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

This div border color is #394E4D.


Opacity

.myOpacity80 { color: #394E4D; opacity: 0.8; }

<p style="color:#394E4D;opacity:0.8;">80%</p>

Text with #394E4D 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 #394E4D;}

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

This text has shadow with #394E4D color.

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

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

This text has shadow with #394E4D primary color and red secondary color.


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

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

This text has shadow with #394E4D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394E4D on black background.


Color preview on white background

This text has color #394E4D on white background.



Black color preview on #394E4D background

This text has black color on #394E4D background.


White color preview on #394E4D background

This text has white color on #394E4D background.