COLOR #396E31

HEX: #396E31 RGB: (57,110,49)

Color info

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

RGB color model

#396E31 color RGB value is (57,110,49).

RGB: (57,110,49) (22%, 43%, 19%)

RGB channels and saturation

R 57 of 255 = 22%
G 110 of 255 = 43%
B 49 of 255 = 19%

57
110
49

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

Portions of RGB colors in percentages

R + G + B = 57 + 110 + 49 = 216 (100%)
R 57 of 216 ~ 26.39%
G 110 of 216 ~ 50.93%
B 49 of 216 ~ 22.69'%

%26.39
%50.93
%22.69

CMYK color model

#396E31 color CMYK value is (48,0,55,57).

  • cyan value is 48.18%
  • magenta value is 0.00%
  • yellow value is 55.45%
  • key color value is 56.86%

CMYK: (48,0,55,57)
C48M0Y55K57 (48%, 0%, 55%, 57%)
(0.48 / 0.00 / 0.55 / 0.57)

CMYK percentages

%48.18
%0
%55.45
%56.86

Codes

Color #396E31 in popluar color models

39 6E 31
RGB 57 110 49
HSL 112° 38.36% 31.18%
HSB/HSV 112° 55.45% 43.14%
CMYK 48.18% 0.00% 55.45%
56.86%

Color #396E31 in popluar number systems.

HEX 39 6E 31
Decimal 57 110 49
Binary 111001 1101110 110001
Octal 71 156 61

Shades and tints

Shades of #396E31

#396E31
(57,110,49)
#34642D
(52,100,45)
#2F5A29
(47,90,41)
#2A5025
(42,80,37)
#254621
(37,70,33)
#203C1D
(32,60,29)
#1B3219
(27,50,25)
#162815
(22,40,21)
#111E11
(17,30,17)
#0C140D
(12,20,13)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #396E31

#396E31
(57,110,49)
#4B7B43
(75,123,67)
#5D8855
(93,136,85)
#6F9567
(111,149,103)
#81A279
(129,162,121)
#93AF8B
(147,175,139)
#A5BC9D
(165,188,157)
#B7C9AF
(183,201,175)
#C9D6C1
(201,214,193)
#DBE3D3
(219,227,211)
#EDF0E5
(237,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396E31; }

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

This text font color is #396E31.

Background Color

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

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

This div background color is #396E31.

Border color

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

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

This div border color is #396E31.

Opacity

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

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

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

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

This text has shadow with #396E31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #396E31.

Preview

Color preview on black background

This text has color #396E31 on black background.


Color preview on white background

This text has color #396E31 on white background.


Black color preview on #396E31 background

This text has black color on #396E31 background.


White color preview on #396E31 background

This text has white color on #396E31 background.


Related colors

Complementary color

Complementary color for #hex is #C691CE.


I love getcolorcode.com

Triadic colors

1 #31396E and #6E3139 with #396E31 are triadic colors.

2 #316E39 and #6E3931 with #396E31 are triadic colors.