COLOR #396D1D

HEX: #396D1D
RGB: (57,109,29)

Color info

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

RGB color model

#396D1D color RGB value is (57,109,29).

  • red value is 57;
  • green value is 109;
  • blue value is 29.
RGB:
(57,109,29)
(22%,43%,11%)

RGB channels and saturation

R 57 of 255 = 22%
G 109 of 255 = 43%
B 29 of 255 = 11%

57
109
29

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

Portions of RGB colors in percentages

R + G + B =
57 + 109 + 29 = 195 (100%)
R 57 of 195 ~ 29.23%
G 109 of 195 ~ 55.9%
B 29 of 195 ~ 14.87%

%29.23
%55.9
%14.87

CMYK color model

#396D1D color CMYK value is (48,0,73,57).

  • cyan value is 47.71%
  • magenta value is 0.00%
  • yellow value is 73.39%
  • key color value is 57.25%
CMYK:
(48,0,73,57)
C48M0Y73K57 
(48%,0%,73%,57%)
(0.48/0.00/0.73/0.57)	

CMYK percentages

%47.71
%0
%73.39
%57.25

Codes

Color #396D1D in popluar color models

396D1D
RGB5710929
HSL99°57.97%27.06%
HSB/HSV99°73.39%42.75%
CMYK47.71%0.00%73.39%
57.25%

Color #396D1D in popluar number systems.

HEX396D1D
Decimal5710929
Binary111001110110111101
Octal7115535

Shades and tints

Shades of #396D1D

#396D1D
(57,109,29)
#34641B
(52,100,27)
#2F5B19
(47,91,25)
#2A5217
(42,82,23)
#254915
(37,73,21)
#204013
(32,64,19)
#1B3711
(27,55,17)
#162E0F
(22,46,15)
#11250D
(17,37,13)
#0C1C0B
(12,28,11)
#071309
(7,19,9)
#000000
(0,0,0)

Tints of #396D1D

#396D1D
(57,109,29)
#4B7A31
(75,122,49)
#5D8745
(93,135,69)
#6F9459
(111,148,89)
#81A16D
(129,161,109)
#93AE81
(147,174,129)
#A5BB95
(165,187,149)
#B7C8A9
(183,200,169)
#C9D5BD
(201,213,189)
#DBE2D1
(219,226,209)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396D1D color. Also use rgb(57,109,29) instead hex code.

Text Font Color

.myTextColor { color: #396D1D; }

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

This text font color is #396D1D.


Background Color

.myBgColor { background-color: #396D1D; }

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

This div background color is #396D1D.


Border color

.myBorderColor { border: 1px solid #396D1D; }

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

This div border color is #396D1D.


Opacity

.myOpacity80 { color: #396D1D; opacity: 0.8; }

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

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

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

This text has shadow with #396D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396D1D on black background.


Color preview on white background

This text has color #396D1D on white background.



Black color preview on #396D1D background

This text has black color on #396D1D background.


White color preview on #396D1D background

This text has white color on #396D1D background.