COLOR #394931

HEX: #394931
RGB: (57,73,49)

Color info

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

RGB color model

#394931 color RGB value is (57,73,49).

  • red value is 57;
  • green value is 73;
  • blue value is 49.
RGB:
(57,73,49)
(22%,29%,19%)

RGB channels and saturation

R 57 of 255 = 22%
G 73 of 255 = 29%
B 49 of 255 = 19%

57
73
49

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

Portions of RGB colors in percentages

R + G + B =
57 + 73 + 49 = 179 (100%)
R 57 of 179 ~ 31.84%
G 73 of 179 ~ 40.78%
B 49 of 179 ~ 27.37%

%31.84
%40.78
%27.37

CMYK color model

#394931 color CMYK value is (22,0,33,71).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 71.37%
CMYK:
(22,0,33,71)
C22M0Y33K71 
(22%,0%,33%,71%)
(0.22/0.00/0.33/0.71)	

CMYK percentages

%21.92
%0
%32.88
%71.37

Codes

Color #394931 in popluar color models

394931
RGB577349
HSL100°19.67%23.92%
HSB/HSV100°32.88%28.63%
CMYK21.92%0.00%32.88%
71.37%

Color #394931 in popluar number systems.

HEX394931
Decimal577349
Binary1110011001001110001
Octal7111161

Shades and tints

Shades of #394931

#394931
(57,73,49)
#34432D
(52,67,45)
#2F3D29
(47,61,41)
#2A3725
(42,55,37)
#253121
(37,49,33)
#202B1D
(32,43,29)
#1B2519
(27,37,25)
#161F15
(22,31,21)
#111911
(17,25,17)
#0C130D
(12,19,13)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #394931

#394931
(57,73,49)
#4B5943
(75,89,67)
#5D6955
(93,105,85)
#6F7967
(111,121,103)
#818979
(129,137,121)
#93998B
(147,153,139)
#A5A99D
(165,169,157)
#B7B9AF
(183,185,175)
#C9C9C1
(201,201,193)
#DBD9D3
(219,217,211)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394931; }

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

This text font color is #394931.


Background Color

.myBgColor { background-color: #394931; }

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

This div background color is #394931.


Border color

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

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

This div border color is #394931.


Opacity

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

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

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

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

This text has shadow with #394931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394931 on black background.


Color preview on white background

This text has color #394931 on white background.



Black color preview on #394931 background

This text has black color on #394931 background.


White color preview on #394931 background

This text has white color on #394931 background.