COLOR #394915

HEX: #394915
RGB: (57,73,21)

Color info

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

RGB color model

#394915 color RGB value is (57,73,21).

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

RGB channels and saturation

R 57 of 255 = 22%
G 73 of 255 = 29%
B 21 of 255 = 8%

57
73
21

R + G + B ~ 20%. #394915 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 73 + 21 = 151 (100%)
R 57 of 151 ~ 37.75%
G 73 of 151 ~ 48.34%
B 21 of 151 ~ 13.91%

%37.75
%48.34
%13.91

CMYK color model

#394915 color CMYK value is (22,0,71,71).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 71.23%
  • key color value is 71.37%
CMYK:
(22,0,71,71)
C22M0Y71K71 
(22%,0%,71%,71%)
(0.22/0.00/0.71/0.71)	

CMYK percentages

%21.92
%0
%71.23
%71.37

Codes

Color #394915 in popluar color models

394915
RGB577321
HSL78°55.32%18.43%
HSB/HSV78°71.23%28.63%
CMYK21.92%0.00%71.23%
71.37%

Color #394915 in popluar number systems.

HEX394915
Decimal577321
Binary111001100100110101
Octal7111125

Shades and tints

Shades of #394915

#394915
(57,73,21)
#344314
(52,67,20)
#2F3D13
(47,61,19)
#2A3712
(42,55,18)
#253111
(37,49,17)
#202B10
(32,43,16)
#1B250F
(27,37,15)
#161F0E
(22,31,14)
#11190D
(17,25,13)
#0C130C
(12,19,12)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #394915

#394915
(57,73,21)
#4B592A
(75,89,42)
#5D693F
(93,105,63)
#6F7954
(111,121,84)
#818969
(129,137,105)
#93997E
(147,153,126)
#A5A993
(165,169,147)
#B7B9A8
(183,185,168)
#C9C9BD
(201,201,189)
#DBD9D2
(219,217,210)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394915; }

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

This text font color is #394915.


Background Color

.myBgColor { background-color: #394915; }

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

This div background color is #394915.


Border color

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

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

This div border color is #394915.


Opacity

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

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

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

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

This text has shadow with #394915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394915 on black background.


Color preview on white background

This text has color #394915 on white background.



Black color preview on #394915 background

This text has black color on #394915 background.


White color preview on #394915 background

This text has white color on #394915 background.