COLOR #396A31

HEX: #396A31
RGB: (57,106,49)

Color info

#396A31 contains red, green and blue colors in about the same proportion. Web safe color of #396A31 is #336633 (or #363).

RGB color model

#396A31 color RGB value is (57,106,49).

  • red value is 57;
  • green value is 106;
  • blue value is 49.
RGB:
(57,106,49)
(22%,42%,19%)

RGB channels and saturation

R 57 of 255 = 22%
G 106 of 255 = 42%
B 49 of 255 = 19%

57
106
49

R + G + B ~ 28%. #396A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 106 + 49 = 212 (100%)
R 57 of 212 ~ 26.89%
G 106 of 212 ~ 50%
B 49 of 212 ~ 23.11%

%26.89
%50
%23.11

CMYK color model

#396A31 color CMYK value is (46,0,54,58).

  • cyan value is 46.23%
  • magenta value is 0.00%
  • yellow value is 53.77%
  • key color value is 58.43%
CMYK:
(46,0,54,58)
C46M0Y54K58 
(46%,0%,54%,58%)
(0.46/0.00/0.54/0.58)	

CMYK percentages

%46.23
%0
%53.77
%58.43

Codes

Color #396A31 in popluar color models

396A31
RGB5710649
HSL112°36.77%30.39%
HSB/HSV112°53.77%41.57%
CMYK46.23%0.00%53.77%
58.43%

Color #396A31 in popluar number systems.

HEX396A31
Decimal5710649
Binary1110011101010110001
Octal7115261

Shades and tints

Shades of #396A31

#396A31
(57,106,49)
#34612D
(52,97,45)
#2F5829
(47,88,41)
#2A4F25
(42,79,37)
#254621
(37,70,33)
#203D1D
(32,61,29)
#1B3419
(27,52,25)
#162B15
(22,43,21)
#112211
(17,34,17)
#0C190D
(12,25,13)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #396A31

#396A31
(57,106,49)
#4B7743
(75,119,67)
#5D8455
(93,132,85)
#6F9167
(111,145,103)
#819E79
(129,158,121)
#93AB8B
(147,171,139)
#A5B89D
(165,184,157)
#B7C5AF
(183,197,175)
#C9D2C1
(201,210,193)
#DBDFD3
(219,223,211)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396A31 color. Also use rgb(57,106,49) instead hex code.

Text Font Color

.myTextColor { color: #396A31; }

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

This text font color is #396A31.


Background Color

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

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

This div background color is #396A31.


Border color

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

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

This div border color is #396A31.


Opacity

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

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

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

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

This text has shadow with #396A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396A31 on black background.


Color preview on white background

This text has color #396A31 on white background.



Black color preview on #396A31 background

This text has black color on #396A31 background.


White color preview on #396A31 background

This text has white color on #396A31 background.