COLOR #394320

HEX: #394320
RGB: (57,67,32)

Color info

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

RGB color model

#394320 color RGB value is (57,67,32).

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

RGB channels and saturation

R 57 of 255 = 22%
G 67 of 255 = 26%
B 32 of 255 = 13%

57
67
32

R + G + B ~ 20%. #394320 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 67 + 32 = 156 (100%)
R 57 of 156 ~ 36.54%
G 67 of 156 ~ 42.95%
B 32 of 156 ~ 20.51%

%36.54
%42.95
%20.51

CMYK color model

#394320 color CMYK value is (15,0,52,74).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 52.24%
  • key color value is 73.73%
CMYK:
(15,0,52,74)
C15M0Y52K74 
(15%,0%,52%,74%)
(0.15/0.00/0.52/0.74)	

CMYK percentages

%14.93
%0
%52.24
%73.73

Codes

Color #394320 in popluar color models

394320
RGB576732
HSL77°35.35%19.41%
HSB/HSV77°52.24%26.27%
CMYK14.93%0.00%52.24%
73.73%

Color #394320 in popluar number systems.

HEX394320
Decimal576732
Binary1110011000011100000
Octal7110340

Shades and tints

Shades of #394320

#394320
(57,67,32)
#343D1E
(52,61,30)
#2F371C
(47,55,28)
#2A311A
(42,49,26)
#252B18
(37,43,24)
#202516
(32,37,22)
#1B1F14
(27,31,20)
#161912
(22,25,18)
#111310
(17,19,16)
#0C0D0E
(12,13,14)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #394320

#394320
(57,67,32)
#4B5434
(75,84,52)
#5D6548
(93,101,72)
#6F765C
(111,118,92)
#818770
(129,135,112)
#939884
(147,152,132)
#A5A998
(165,169,152)
#B7BAAC
(183,186,172)
#C9CBC0
(201,203,192)
#DBDCD4
(219,220,212)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394320; }

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

This text font color is #394320.


Background Color

.myBgColor { background-color: #394320; }

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

This div background color is #394320.


Border color

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

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

This div border color is #394320.


Opacity

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

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

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

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

This text has shadow with #394320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394320 on black background.


Color preview on white background

This text has color #394320 on white background.



Black color preview on #394320 background

This text has black color on #394320 background.


White color preview on #394320 background

This text has white color on #394320 background.