COLOR #394429

HEX: #394429
RGB: (57,68,41)

Color info

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

RGB color model

#394429 color RGB value is (57,68,41).

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

RGB channels and saturation

R 57 of 255 = 22%
G 68 of 255 = 27%
B 41 of 255 = 16%

57
68
41

R + G + B ~ 22%. #394429 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 68 + 41 = 166 (100%)
R 57 of 166 ~ 34.34%
G 68 of 166 ~ 40.96%
B 41 of 166 ~ 24.7%

%34.34
%40.96
%24.7

CMYK color model

#394429 color CMYK value is (16,0,40,73).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 73.33%
CMYK:
(16,0,40,73)
C16M0Y40K73 
(16%,0%,40%,73%)
(0.16/0.00/0.40/0.73)	

CMYK percentages

%16.18
%0
%39.71
%73.33

Codes

Color #394429 in popluar color models

394429
RGB576841
HSL84°24.77%21.37%
HSB/HSV84°39.71%26.67%
CMYK16.18%0.00%39.71%
73.33%

Color #394429 in popluar number systems.

HEX394429
Decimal576841
Binary1110011000100101001
Octal7110451

Shades and tints

Shades of #394429

#394429
(57,68,41)
#343E26
(52,62,38)
#2F3823
(47,56,35)
#2A3220
(42,50,32)
#252C1D
(37,44,29)
#20261A
(32,38,26)
#1B2017
(27,32,23)
#161A14
(22,26,20)
#111411
(17,20,17)
#0C0E0E
(12,14,14)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #394429

#394429
(57,68,41)
#4B553C
(75,85,60)
#5D664F
(93,102,79)
#6F7762
(111,119,98)
#818875
(129,136,117)
#939988
(147,153,136)
#A5AA9B
(165,170,155)
#B7BBAE
(183,187,174)
#C9CCC1
(201,204,193)
#DBDDD4
(219,221,212)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394429; }

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

This text font color is #394429.


Background Color

.myBgColor { background-color: #394429; }

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

This div background color is #394429.


Border color

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

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

This div border color is #394429.


Opacity

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

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

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

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

This text has shadow with #394429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394429 on black background.


Color preview on white background

This text has color #394429 on white background.



Black color preview on #394429 background

This text has black color on #394429 background.


White color preview on #394429 background

This text has white color on #394429 background.