COLOR #394627

HEX: #394627
RGB: (57,70,39)

Color info

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

RGB color model

#394627 color RGB value is (57,70,39).

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

RGB channels and saturation

R 57 of 255 = 22%
G 70 of 255 = 27%
B 39 of 255 = 15%

57
70
39

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

Portions of RGB colors in percentages

R + G + B =
57 + 70 + 39 = 166 (100%)
R 57 of 166 ~ 34.34%
G 70 of 166 ~ 42.17%
B 39 of 166 ~ 23.49%

%34.34
%42.17
%23.49

CMYK color model

#394627 color CMYK value is (19,0,44,73).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 44.29%
  • key color value is 72.55%
CMYK:
(19,0,44,73)
C19M0Y44K73 
(19%,0%,44%,73%)
(0.19/0.00/0.44/0.73)	

CMYK percentages

%18.57
%0
%44.29
%72.55

Codes

Color #394627 in popluar color models

394627
RGB577039
HSL85°28.44%21.37%
HSB/HSV85°44.29%27.45%
CMYK18.57%0.00%44.29%
72.55%

Color #394627 in popluar number systems.

HEX394627
Decimal577039
Binary1110011000110100111
Octal7110647

Shades and tints

Shades of #394627

#394627
(57,70,39)
#344024
(52,64,36)
#2F3A21
(47,58,33)
#2A341E
(42,52,30)
#252E1B
(37,46,27)
#202818
(32,40,24)
#1B2215
(27,34,21)
#161C12
(22,28,18)
#11160F
(17,22,15)
#0C100C
(12,16,12)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #394627

#394627
(57,70,39)
#4B563A
(75,86,58)
#5D664D
(93,102,77)
#6F7660
(111,118,96)
#818673
(129,134,115)
#939686
(147,150,134)
#A5A699
(165,166,153)
#B7B6AC
(183,182,172)
#C9C6BF
(201,198,191)
#DBD6D2
(219,214,210)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394627; }

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

This text font color is #394627.


Background Color

.myBgColor { background-color: #394627; }

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

This div background color is #394627.


Border color

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

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

This div border color is #394627.


Opacity

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

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

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

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

This text has shadow with #394627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394627 on black background.


Color preview on white background

This text has color #394627 on white background.



Black color preview on #394627 background

This text has black color on #394627 background.


White color preview on #394627 background

This text has white color on #394627 background.