COLOR #394326

HEX: #394326
RGB: (57,67,38)

Color info

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

RGB color model

#394326 color RGB value is (57,67,38).

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

RGB channels and saturation

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

57
67
38

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

Portions of RGB colors in percentages

R + G + B =
57 + 67 + 38 = 162 (100%)
R 57 of 162 ~ 35.19%
G 67 of 162 ~ 41.36%
B 38 of 162 ~ 23.46%

%35.19
%41.36
%23.46

CMYK color model

#394326 color CMYK value is (15,0,43,74).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 43.28%
  • key color value is 73.73%
CMYK:
(15,0,43,74)
C15M0Y43K74 
(15%,0%,43%,74%)
(0.15/0.00/0.43/0.74)	

CMYK percentages

%14.93
%0
%43.28
%73.73

Codes

Color #394326 in popluar color models

394326
RGB576738
HSL81°27.62%20.59%
HSB/HSV81°43.28%26.27%
CMYK14.93%0.00%43.28%
73.73%

Color #394326 in popluar number systems.

HEX394326
Decimal576738
Binary1110011000011100110
Octal7110346

Shades and tints

Shades of #394326

#394326
(57,67,38)
#343D23
(52,61,35)
#2F3720
(47,55,32)
#2A311D
(42,49,29)
#252B1A
(37,43,26)
#202517
(32,37,23)
#1B1F14
(27,31,20)
#161911
(22,25,17)
#11130E
(17,19,14)
#0C0D0B
(12,13,11)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #394326

#394326
(57,67,38)
#4B5439
(75,84,57)
#5D654C
(93,101,76)
#6F765F
(111,118,95)
#818772
(129,135,114)
#939885
(147,152,133)
#A5A998
(165,169,152)
#B7BAAB
(183,186,171)
#C9CBBE
(201,203,190)
#DBDCD1
(219,220,209)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394326; }

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

This text font color is #394326.


Background Color

.myBgColor { background-color: #394326; }

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

This div background color is #394326.


Border color

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

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

This div border color is #394326.


Opacity

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

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

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

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

This text has shadow with #394326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394326 on black background.


Color preview on white background

This text has color #394326 on white background.



Black color preview on #394326 background

This text has black color on #394326 background.


White color preview on #394326 background

This text has white color on #394326 background.