COLOR #394327

HEX: #394327
RGB: (57,67,39)

Color info

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

RGB color model

#394327 color RGB value is (57,67,39).

  • red value is 57;
  • green value is 67;
  • blue value is 39.
RGB:
(57,67,39)
(22%,26%,15%)

RGB channels and saturation

R 57 of 255 = 22%
G 67 of 255 = 26%
B 39 of 255 = 15%

57
67
39

R + G + B ~ 21%. #394327 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 67 + 39 = 163 (100%)
R 57 of 163 ~ 34.97%
G 67 of 163 ~ 41.1%
B 39 of 163 ~ 23.93%

%34.97
%41.1
%23.93

CMYK color model

#394327 color CMYK value is (15,0,42,74).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 41.79%
  • key color value is 73.73%
CMYK:
(15,0,42,74)
C15M0Y42K74 
(15%,0%,42%,74%)
(0.15/0.00/0.42/0.74)	

CMYK percentages

%14.93
%0
%41.79
%73.73

Codes

Color #394327 in popluar color models

394327
RGB576739
HSL81°26.42%20.78%
HSB/HSV81°41.79%26.27%
CMYK14.93%0.00%41.79%
73.73%

Color #394327 in popluar number systems.

HEX394327
Decimal576739
Binary1110011000011100111
Octal7110347

Shades and tints

Shades of #394327

#394327
(57,67,39)
#343D24
(52,61,36)
#2F3721
(47,55,33)
#2A311E
(42,49,30)
#252B1B
(37,43,27)
#202518
(32,37,24)
#1B1F15
(27,31,21)
#161912
(22,25,18)
#11130F
(17,19,15)
#0C0D0C
(12,13,12)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #394327

#394327
(57,67,39)
#4B543A
(75,84,58)
#5D654D
(93,101,77)
#6F7660
(111,118,96)
#818773
(129,135,115)
#939886
(147,152,134)
#A5A999
(165,169,153)
#B7BAAC
(183,186,172)
#C9CBBF
(201,203,191)
#DBDCD2
(219,220,210)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394327; }

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

This text font color is #394327.


Background Color

.myBgColor { background-color: #394327; }

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

This div background color is #394327.


Border color

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

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

This div border color is #394327.


Opacity

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

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

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

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

This text has shadow with #394327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394327 on black background.


Color preview on white background

This text has color #394327 on white background.



Black color preview on #394327 background

This text has black color on #394327 background.


White color preview on #394327 background

This text has white color on #394327 background.