COLOR #394E3C

HEX: #394E3C
RGB: (57,78,60)

Color info

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

RGB color model

#394E3C color RGB value is (57,78,60).

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

RGB channels and saturation

R 57 of 255 = 22%
G 78 of 255 = 31%
B 60 of 255 = 24%

57
78
60

R + G + B ~ 26%. #394E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 78 + 60 = 195 (100%)
R 57 of 195 ~ 29.23%
G 78 of 195 ~ 40%
B 60 of 195 ~ 30.77%

%29.23
%40
%30.77

CMYK color model

#394E3C color CMYK value is (27,0,23,69).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 69.41%
CMYK:
(27,0,23,69)
C27M0Y23K69 
(27%,0%,23%,69%)
(0.27/0.00/0.23/0.69)	

CMYK percentages

%26.92
%0
%23.08
%69.41

Codes

Color #394E3C in popluar color models

394E3C
RGB577860
HSL129°15.56%26.47%
HSB/HSV129°26.92%30.59%
CMYK26.92%0.00%23.08%
69.41%

Color #394E3C in popluar number systems.

HEX394E3C
Decimal577860
Binary1110011001110111100
Octal7111674

Shades and tints

Shades of #394E3C

#394E3C
(57,78,60)
#344737
(52,71,55)
#2F4032
(47,64,50)
#2A392D
(42,57,45)
#253228
(37,50,40)
#202B23
(32,43,35)
#1B241E
(27,36,30)
#161D19
(22,29,25)
#111614
(17,22,20)
#0C0F0F
(12,15,15)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #394E3C

#394E3C
(57,78,60)
#4B5E4D
(75,94,77)
#5D6E5E
(93,110,94)
#6F7E6F
(111,126,111)
#818E80
(129,142,128)
#939E91
(147,158,145)
#A5AEA2
(165,174,162)
#B7BEB3
(183,190,179)
#C9CEC4
(201,206,196)
#DBDED5
(219,222,213)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394E3C; }

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

This text font color is #394E3C.


Background Color

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

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

This div background color is #394E3C.


Border color

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

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

This div border color is #394E3C.


Opacity

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

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

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

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

This text has shadow with #394E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394E3C on black background.


Color preview on white background

This text has color #394E3C on white background.



Black color preview on #394E3C background

This text has black color on #394E3C background.


White color preview on #394E3C background

This text has white color on #394E3C background.