COLOR #394315

HEX: #394315
RGB: (57,67,21)

Color info

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

RGB color model

#394315 color RGB value is (57,67,21).

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

RGB channels and saturation

R 57 of 255 = 22%
G 67 of 255 = 26%
B 21 of 255 = 8%

57
67
21

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

Portions of RGB colors in percentages

R + G + B =
57 + 67 + 21 = 145 (100%)
R 57 of 145 ~ 39.31%
G 67 of 145 ~ 46.21%
B 21 of 145 ~ 14.48%

%39.31
%46.21
%14.48

CMYK color model

#394315 color CMYK value is (15,0,69,74).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 68.66%
  • key color value is 73.73%
CMYK:
(15,0,69,74)
C15M0Y69K74 
(15%,0%,69%,74%)
(0.15/0.00/0.69/0.74)	

CMYK percentages

%14.93
%0
%68.66
%73.73

Codes

Color #394315 in popluar color models

394315
RGB576721
HSL73°52.27%17.25%
HSB/HSV73°68.66%26.27%
CMYK14.93%0.00%68.66%
73.73%

Color #394315 in popluar number systems.

HEX394315
Decimal576721
Binary111001100001110101
Octal7110325

Shades and tints

Shades of #394315

#394315
(57,67,21)
#343D14
(52,61,20)
#2F3713
(47,55,19)
#2A3112
(42,49,18)
#252B11
(37,43,17)
#202510
(32,37,16)
#1B1F0F
(27,31,15)
#16190E
(22,25,14)
#11130D
(17,19,13)
#0C0D0C
(12,13,12)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #394315

#394315
(57,67,21)
#4B542A
(75,84,42)
#5D653F
(93,101,63)
#6F7654
(111,118,84)
#818769
(129,135,105)
#93987E
(147,152,126)
#A5A993
(165,169,147)
#B7BAA8
(183,186,168)
#C9CBBD
(201,203,189)
#DBDCD2
(219,220,210)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394315; }

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

This text font color is #394315.


Background Color

.myBgColor { background-color: #394315; }

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

This div background color is #394315.


Border color

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

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

This div border color is #394315.


Opacity

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

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

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

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

This text has shadow with #394315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394315 on black background.


Color preview on white background

This text has color #394315 on white background.



Black color preview on #394315 background

This text has black color on #394315 background.


White color preview on #394315 background

This text has white color on #394315 background.