COLOR #396624

HEX: #396624
RGB: (57,102,36)

Color info

#396624 contains mainly red and green colors. Web safe color of #396624 is #336633 (or #363).

RGB color model

#396624 color RGB value is (57,102,36).

  • red value is 57;
  • green value is 102;
  • blue value is 36.
RGB:
(57,102,36)
(22%,40%,14%)

RGB channels and saturation

R 57 of 255 = 22%
G 102 of 255 = 40%
B 36 of 255 = 14%

57
102
36

R + G + B ~ 25%. #396624 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 102 + 36 = 195 (100%)
R 57 of 195 ~ 29.23%
G 102 of 195 ~ 52.31%
B 36 of 195 ~ 18.46%

%29.23
%52.31
%18.46

CMYK color model

#396624 color CMYK value is (44,0,65,60).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 60.00%
CMYK:
(44,0,65,60)
C44M0Y65K60 
(44%,0%,65%,60%)
(0.44/0.00/0.65/0.60)	

CMYK percentages

%44.12
%0
%64.71
%60

Codes

Color #396624 in popluar color models

396624
RGB5710236
HSL101°47.83%27.06%
HSB/HSV101°64.71%40.00%
CMYK44.12%0.00%64.71%
60.00%

Color #396624 in popluar number systems.

HEX396624
Decimal5710236
Binary1110011100110100100
Octal7114644

Shades and tints

Shades of #396624

#396624
(57,102,36)
#345D21
(52,93,33)
#2F541E
(47,84,30)
#2A4B1B
(42,75,27)
#254218
(37,66,24)
#203915
(32,57,21)
#1B3012
(27,48,18)
#16270F
(22,39,15)
#111E0C
(17,30,12)
#0C1509
(12,21,9)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #396624

#396624
(57,102,36)
#4B7337
(75,115,55)
#5D804A
(93,128,74)
#6F8D5D
(111,141,93)
#819A70
(129,154,112)
#93A783
(147,167,131)
#A5B496
(165,180,150)
#B7C1A9
(183,193,169)
#C9CEBC
(201,206,188)
#DBDBCF
(219,219,207)
#EDE8E2
(237,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396624 color. Also use rgb(57,102,36) instead hex code.

Text Font Color

.myTextColor { color: #396624; }

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

This text font color is #396624.


Background Color

.myBgColor { background-color: #396624; }

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

This div background color is #396624.


Border color

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

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

This div border color is #396624.


Opacity

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

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

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

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

This text has shadow with #396624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396624 on black background.


Color preview on white background

This text has color #396624 on white background.



Black color preview on #396624 background

This text has black color on #396624 background.


White color preview on #396624 background

This text has white color on #396624 background.