COLOR #394839

HEX: #394839
RGB: (57,72,57)

Color info

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

RGB color model

#394839 color RGB value is (57,72,57).

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

RGB channels and saturation

R 57 of 255 = 22%
G 72 of 255 = 28%
B 57 of 255 = 22%

57
72
57

R + G + B ~ 24%. #394839 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 72 + 57 = 186 (100%)
R 57 of 186 ~ 30.65%
G 72 of 186 ~ 38.71%
B 57 of 186 ~ 30.65%

%30.65
%38.71
%30.65

CMYK color model

#394839 color CMYK value is (21,0,21,72).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 71.76%
CMYK:
(21,0,21,72)
C21M0Y21K72 
(21%,0%,21%,72%)
(0.21/0.00/0.21/0.72)	

CMYK percentages

%20.83
%0
%20.83
%71.76

Codes

Color #394839 in popluar color models

394839
RGB577257
HSL120°11.63%25.29%
HSB/HSV120°20.83%28.24%
CMYK20.83%0.00%20.83%
71.76%

Color #394839 in popluar number systems.

HEX394839
Decimal577257
Binary1110011001000111001
Octal7111071

Shades and tints

Shades of #394839

#394839
(57,72,57)
#344234
(52,66,52)
#2F3C2F
(47,60,47)
#2A362A
(42,54,42)
#253025
(37,48,37)
#202A20
(32,42,32)
#1B241B
(27,36,27)
#161E16
(22,30,22)
#111811
(17,24,17)
#0C120C
(12,18,12)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #394839

#394839
(57,72,57)
#4B584B
(75,88,75)
#5D685D
(93,104,93)
#6F786F
(111,120,111)
#818881
(129,136,129)
#939893
(147,152,147)
#A5A8A5
(165,168,165)
#B7B8B7
(183,184,183)
#C9C8C9
(201,200,201)
#DBD8DB
(219,216,219)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394839; }

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

This text font color is #394839.


Background Color

.myBgColor { background-color: #394839; }

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

This div background color is #394839.


Border color

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

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

This div border color is #394839.


Opacity

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

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

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

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

This text has shadow with #394839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394839 on black background.


Color preview on white background

This text has color #394839 on white background.



Black color preview on #394839 background

This text has black color on #394839 background.


White color preview on #394839 background

This text has white color on #394839 background.