COLOR #394329

HEX: #394329
RGB: (57,67,41)

Color info

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

RGB color model

#394329 color RGB value is (57,67,41).

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

RGB channels and saturation

R 57 of 255 = 22%
G 67 of 255 = 26%
B 41 of 255 = 16%

57
67
41

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

Portions of RGB colors in percentages

R + G + B =
57 + 67 + 41 = 165 (100%)
R 57 of 165 ~ 34.55%
G 67 of 165 ~ 40.61%
B 41 of 165 ~ 24.85%

%34.55
%40.61
%24.85

CMYK color model

#394329 color CMYK value is (15,0,39,74).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 73.73%
CMYK:
(15,0,39,74)
C15M0Y39K74 
(15%,0%,39%,74%)
(0.15/0.00/0.39/0.74)	

CMYK percentages

%14.93
%0
%38.81
%73.73

Codes

Color #394329 in popluar color models

394329
RGB576741
HSL83°24.07%21.18%
HSB/HSV83°38.81%26.27%
CMYK14.93%0.00%38.81%
73.73%

Color #394329 in popluar number systems.

HEX394329
Decimal576741
Binary1110011000011101001
Octal7110351

Shades and tints

Shades of #394329

#394329
(57,67,41)
#343D26
(52,61,38)
#2F3723
(47,55,35)
#2A3120
(42,49,32)
#252B1D
(37,43,29)
#20251A
(32,37,26)
#1B1F17
(27,31,23)
#161914
(22,25,20)
#111311
(17,19,17)
#0C0D0E
(12,13,14)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #394329

#394329
(57,67,41)
#4B543C
(75,84,60)
#5D654F
(93,101,79)
#6F7662
(111,118,98)
#818775
(129,135,117)
#939888
(147,152,136)
#A5A99B
(165,169,155)
#B7BAAE
(183,186,174)
#C9CBC1
(201,203,193)
#DBDCD4
(219,220,212)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394329; }

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

This text font color is #394329.


Background Color

.myBgColor { background-color: #394329; }

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

This div background color is #394329.


Border color

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

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

This div border color is #394329.


Opacity

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

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

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

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

This text has shadow with #394329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394329 on black background.


Color preview on white background

This text has color #394329 on white background.



Black color preview on #394329 background

This text has black color on #394329 background.


White color preview on #394329 background

This text has white color on #394329 background.