COLOR #396B2C

HEX: #396B2C
RGB: (57,107,44)

Color info

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

RGB color model

#396B2C color RGB value is (57,107,44).

  • red value is 57;
  • green value is 107;
  • blue value is 44.
RGB:
(57,107,44)
(22%,42%,17%)

RGB channels and saturation

R 57 of 255 = 22%
G 107 of 255 = 42%
B 44 of 255 = 17%

57
107
44

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

Portions of RGB colors in percentages

R + G + B =
57 + 107 + 44 = 208 (100%)
R 57 of 208 ~ 27.4%
G 107 of 208 ~ 51.44%
B 44 of 208 ~ 21.15%

%27.4
%51.44
%21.15

CMYK color model

#396B2C color CMYK value is (47,0,59,58).

  • cyan value is 46.73%
  • magenta value is 0.00%
  • yellow value is 58.88%
  • key color value is 58.04%
CMYK:
(47,0,59,58)
C47M0Y59K58 
(47%,0%,59%,58%)
(0.47/0.00/0.59/0.58)	

CMYK percentages

%46.73
%0
%58.88
%58.04

Codes

Color #396B2C in popluar color models

396B2C
RGB5710744
HSL108°41.72%29.61%
HSB/HSV108°58.88%41.96%
CMYK46.73%0.00%58.88%
58.04%

Color #396B2C in popluar number systems.

HEX396B2C
Decimal5710744
Binary1110011101011101100
Octal7115354

Shades and tints

Shades of #396B2C

#396B2C
(57,107,44)
#346228
(52,98,40)
#2F5924
(47,89,36)
#2A5020
(42,80,32)
#25471C
(37,71,28)
#203E18
(32,62,24)
#1B3514
(27,53,20)
#162C10
(22,44,16)
#11230C
(17,35,12)
#0C1A08
(12,26,8)
#071104
(7,17,4)
#000000
(0,0,0)

Tints of #396B2C

#396B2C
(57,107,44)
#4B783F
(75,120,63)
#5D8552
(93,133,82)
#6F9265
(111,146,101)
#819F78
(129,159,120)
#93AC8B
(147,172,139)
#A5B99E
(165,185,158)
#B7C6B1
(183,198,177)
#C9D3C4
(201,211,196)
#DBE0D7
(219,224,215)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396B2C; }

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

This text font color is #396B2C.


Background Color

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

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

This div background color is #396B2C.


Border color

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

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

This div border color is #396B2C.


Opacity

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

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

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

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

This text has shadow with #396B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396B2C on black background.


Color preview on white background

This text has color #396B2C on white background.



Black color preview on #396B2C background

This text has black color on #396B2C background.


White color preview on #396B2C background

This text has white color on #396B2C background.