COLOR #396B2E

HEX: #396B2E RGB: (57,107,46)

Color info

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

RGB color model

#396B2E color RGB value is (57,107,46).

RGB: (57,107,46) (22%, 42%, 18%)

RGB channels and saturation

R 57 of 255 = 22%
G 107 of 255 = 42%
B 46 of 255 = 18%

57
107
46

R + G + B ~ 27%. #396B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 107 + 46 = 210 (100%)
R 57 of 210 ~ 27.14%
G 107 of 210 ~ 50.95%
B 46 of 210 ~ 21.9'%

%27.14
%50.95
%21.9

CMYK color model

#396B2E color CMYK value is (47,0,57,58).

  • cyan value is 46.73%
  • magenta value is 0.00%
  • yellow value is 57.01%
  • key color value is 58.04%

CMYK: (47,0,57,58)
C47M0Y57K58 (47%, 0%, 57%, 58%)
(0.47 / 0.00 / 0.57 / 0.58)

CMYK percentages

%46.73
%0
%57.01
%58.04

Codes

Color #396B2E in popluar color models

39 6B 2E
RGB 57 107 46
HSL 109° 39.87% 30.00%
HSB/HSV 109° 57.01% 41.96%
CMYK 46.73% 0.00% 57.01%
58.04%

Color #396B2E in popluar number systems.

HEX 39 6B 2E
Decimal 57 107 46
Binary 111001 1101011 101110
Octal 71 153 56

Shades and tints

Shades of #396B2E

#396B2E
(57,107,46)
#34622A
(52,98,42)
#2F5926
(47,89,38)
#2A5022
(42,80,34)
#25471E
(37,71,30)
#203E1A
(32,62,26)
#1B3516
(27,53,22)
#162C12
(22,44,18)
#11230E
(17,35,14)
#0C1A0A
(12,26,10)
#071106
(7,17,6)
#000000
(0,0,0)

Tints of #396B2E

#396B2E
(57,107,46)
#4B7841
(75,120,65)
#5D8554
(93,133,84)
#6F9267
(111,146,103)
#819F7A
(129,159,122)
#93AC8D
(147,172,141)
#A5B9A0
(165,185,160)
#B7C6B3
(183,198,179)
#C9D3C6
(201,211,198)
#DBE0D9
(219,224,217)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396B2E color. Also use rgb(57,107,46) instead hex code.

Text Font Color

.myTextColor { color: #396B2E; }

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

This text font color is #396B2E.

Background Color

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

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

This div background color is #396B2E.

Border color

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

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

This div border color is #396B2E.

Opacity

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

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

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

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

This text has shadow with #396B2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #396B2E.

Preview

Color preview on black background

This text has color #396B2E on black background.


Color preview on white background

This text has color #396B2E on white background.


Black color preview on #396B2E background

This text has black color on #396B2E background.


White color preview on #396B2E background

This text has white color on #396B2E background.


Related colors

Complementary color

Complementary color for #hex is #C694D1.


I love getcolorcode.com

Triadic colors

1 #2E396B and #6B2E39 with #396B2E are triadic colors.

2 #2E6B39 and #6B392E with #396B2E are triadic colors.