COLOR #394815

HEX: #394815
RGB: (57,72,21)

Color info

#394815 contains red, green and blue colors in about the same proportion. Web safe color of #394815 is #333300 (or #330).

RGB color model

#394815 color RGB value is (57,72,21).

  • red value is 57;
  • green value is 72;
  • blue value is 21.
RGB:
(57,72,21)
(22%,28%,8%)

RGB channels and saturation

R 57 of 255 = 22%
G 72 of 255 = 28%
B 21 of 255 = 8%

57
72
21

R + G + B ~ 19%. #394815 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 72 + 21 = 150 (100%)
R 57 of 150 ~ 38%
G 72 of 150 ~ 48%
B 21 of 150 ~ 14%

%38
%48
%14

CMYK color model

#394815 color CMYK value is (21,0,71,72).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 71.76%
CMYK:
(21,0,71,72)
C21M0Y71K72 
(21%,0%,71%,72%)
(0.21/0.00/0.71/0.72)	

CMYK percentages

%20.83
%0
%70.83
%71.76

Codes

Color #394815 in popluar color models

394815
RGB577221
HSL78°54.84%18.24%
HSB/HSV78°70.83%28.24%
CMYK20.83%0.00%70.83%
71.76%

Color #394815 in popluar number systems.

HEX394815
Decimal577221
Binary111001100100010101
Octal7111025

Shades and tints

Shades of #394815

#394815
(57,72,21)
#344214
(52,66,20)
#2F3C13
(47,60,19)
#2A3612
(42,54,18)
#253011
(37,48,17)
#202A10
(32,42,16)
#1B240F
(27,36,15)
#161E0E
(22,30,14)
#11180D
(17,24,13)
#0C120C
(12,18,12)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #394815

#394815
(57,72,21)
#4B582A
(75,88,42)
#5D683F
(93,104,63)
#6F7854
(111,120,84)
#818869
(129,136,105)
#93987E
(147,152,126)
#A5A893
(165,168,147)
#B7B8A8
(183,184,168)
#C9C8BD
(201,200,189)
#DBD8D2
(219,216,210)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394815 color. Also use rgb(57,72,21) instead hex code.

Text Font Color

.myTextColor { color: #394815; }

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

This text font color is #394815.


Background Color

.myBgColor { background-color: #394815; }

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

This div background color is #394815.


Border color

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

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

This div border color is #394815.


Opacity

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

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

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

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

This text has shadow with #394815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394815 on black background.


Color preview on white background

This text has color #394815 on white background.



Black color preview on #394815 background

This text has black color on #394815 background.


White color preview on #394815 background

This text has white color on #394815 background.