COLOR #396315

HEX: #396315
RGB: (57,99,21)

Color info

#396315 contains mainly red and green colors. Web safe color of #396315 is #336600 (or #360).

RGB color model

#396315 color RGB value is (57,99,21).

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

RGB channels and saturation

R 57 of 255 = 22%
G 99 of 255 = 39%
B 21 of 255 = 8%

57
99
21

R + G + B ~ 23%. #396315 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 99 + 21 = 177 (100%)
R 57 of 177 ~ 32.2%
G 99 of 177 ~ 55.93%
B 21 of 177 ~ 11.86%

%32.2
%55.93
%11.86

CMYK color model

#396315 color CMYK value is (42,0,79,61).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 78.79%
  • key color value is 61.18%
CMYK:
(42,0,79,61)
C42M0Y79K61 
(42%,0%,79%,61%)
(0.42/0.00/0.79/0.61)	

CMYK percentages

%42.42
%0
%78.79
%61.18

Codes

Color #396315 in popluar color models

396315
RGB579921
HSL92°65.00%23.53%
HSB/HSV92°78.79%38.82%
CMYK42.42%0.00%78.79%
61.18%

Color #396315 in popluar number systems.

HEX396315
Decimal579921
Binary111001110001110101
Octal7114325

Shades and tints

Shades of #396315

#396315
(57,99,21)
#345A14
(52,90,20)
#2F5113
(47,81,19)
#2A4812
(42,72,18)
#253F11
(37,63,17)
#203610
(32,54,16)
#1B2D0F
(27,45,15)
#16240E
(22,36,14)
#111B0D
(17,27,13)
#0C120C
(12,18,12)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #396315

#396315
(57,99,21)
#4B712A
(75,113,42)
#5D7F3F
(93,127,63)
#6F8D54
(111,141,84)
#819B69
(129,155,105)
#93A97E
(147,169,126)
#A5B793
(165,183,147)
#B7C5A8
(183,197,168)
#C9D3BD
(201,211,189)
#DBE1D2
(219,225,210)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396315; }

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

This text font color is #396315.


Background Color

.myBgColor { background-color: #396315; }

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

This div background color is #396315.


Border color

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

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

This div border color is #396315.


Opacity

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

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

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

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

This text has shadow with #396315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396315 on black background.


Color preview on white background

This text has color #396315 on white background.



Black color preview on #396315 background

This text has black color on #396315 background.


White color preview on #396315 background

This text has white color on #396315 background.