COLOR #394039

HEX: #394039
RGB: (57,64,57)

Color info

#394039 contains red, green and blue colors in about the same proportion. Web safe color of #394039 is #333333 (or #333).

RGB color model

#394039 color RGB value is (57,64,57).

  • red value is 57;
  • green value is 64;
  • blue value is 57.
RGB:
(57,64,57)
(22%,25%,22%)

RGB channels and saturation

R 57 of 255 = 22%
G 64 of 255 = 25%
B 57 of 255 = 22%

57
64
57

R + G + B ~ 23%. #394039 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 64 + 57 = 178 (100%)
R 57 of 178 ~ 32.02%
G 64 of 178 ~ 35.96%
B 57 of 178 ~ 32.02%

%32.02
%35.96
%32.02

CMYK color model

#394039 color CMYK value is (11,0,11,75).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 74.90%
CMYK:
(11,0,11,75)
C11M0Y11K75 
(11%,0%,11%,75%)
(0.11/0.00/0.11/0.75)	

CMYK percentages

%10.94
%0
%10.94
%74.9

Codes

Color #394039 in popluar color models

394039
RGB576457
HSL120°5.79%23.73%
HSB/HSV120°10.94%25.10%
CMYK10.94%0.00%10.94%
74.90%

Color #394039 in popluar number systems.

HEX394039
Decimal576457
Binary1110011000000111001
Octal7110071

Shades and tints

Shades of #394039

#394039
(57,64,57)
#343B34
(52,59,52)
#2F362F
(47,54,47)
#2A312A
(42,49,42)
#252C25
(37,44,37)
#202720
(32,39,32)
#1B221B
(27,34,27)
#161D16
(22,29,22)
#111811
(17,24,17)
#0C130C
(12,19,12)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #394039

#394039
(57,64,57)
#4B514B
(75,81,75)
#5D625D
(93,98,93)
#6F736F
(111,115,111)
#818481
(129,132,129)
#939593
(147,149,147)
#A5A6A5
(165,166,165)
#B7B7B7
(183,183,183)
#C9C8C9
(201,200,201)
#DBD9DB
(219,217,219)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394039 color. Also use rgb(57,64,57) instead hex code.

Text Font Color

.myTextColor { color: #394039; }

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

This text font color is #394039.


Background Color

.myBgColor { background-color: #394039; }

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

This div background color is #394039.


Border color

.myBorderColor { border: 1px solid #394039; }

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

This div border color is #394039.


Opacity

.myOpacity80 { color: #394039; opacity: 0.8; }

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

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

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

This text has shadow with #394039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394039 on black background.


Color preview on white background

This text has color #394039 on white background.



Black color preview on #394039 background

This text has black color on #394039 background.


White color preview on #394039 background

This text has white color on #394039 background.