COLOR #394629

HEX: #394629
RGB: (57,70,41)

Color info

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

RGB color model

#394629 color RGB value is (57,70,41).

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

RGB channels and saturation

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

57
70
41

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

Portions of RGB colors in percentages

R + G + B =
57 + 70 + 41 = 168 (100%)
R 57 of 168 ~ 33.93%
G 70 of 168 ~ 41.67%
B 41 of 168 ~ 24.4%

%33.93
%41.67
%24.4

CMYK color model

#394629 color CMYK value is (19,0,41,73).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 41.43%
  • key color value is 72.55%
CMYK:
(19,0,41,73)
C19M0Y41K73 
(19%,0%,41%,73%)
(0.19/0.00/0.41/0.73)	

CMYK percentages

%18.57
%0
%41.43
%72.55

Codes

Color #394629 in popluar color models

394629
RGB577041
HSL87°26.13%21.76%
HSB/HSV87°41.43%27.45%
CMYK18.57%0.00%41.43%
72.55%

Color #394629 in popluar number systems.

HEX394629
Decimal577041
Binary1110011000110101001
Octal7110651

Shades and tints

Shades of #394629

#394629
(57,70,41)
#344026
(52,64,38)
#2F3A23
(47,58,35)
#2A3420
(42,52,32)
#252E1D
(37,46,29)
#20281A
(32,40,26)
#1B2217
(27,34,23)
#161C14
(22,28,20)
#111611
(17,22,17)
#0C100E
(12,16,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #394629

#394629
(57,70,41)
#4B563C
(75,86,60)
#5D664F
(93,102,79)
#6F7662
(111,118,98)
#818675
(129,134,117)
#939688
(147,150,136)
#A5A69B
(165,166,155)
#B7B6AE
(183,182,174)
#C9C6C1
(201,198,193)
#DBD6D4
(219,214,212)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394629; }

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

This text font color is #394629.


Background Color

.myBgColor { background-color: #394629; }

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

This div background color is #394629.


Border color

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

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

This div border color is #394629.


Opacity

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

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

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

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

This text has shadow with #394629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394629 on black background.


Color preview on white background

This text has color #394629 on white background.



Black color preview on #394629 background

This text has black color on #394629 background.


White color preview on #394629 background

This text has white color on #394629 background.