COLOR #396B41

HEX: #396B41
RGB: (57,107,65)

Color info

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

RGB color model

#396B41 color RGB value is (57,107,65).

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

RGB channels and saturation

R 57 of 255 = 22%
G 107 of 255 = 42%
B 65 of 255 = 25%

57
107
65

R + G + B ~ 30%. #396B41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 107 + 65 = 229 (100%)
R 57 of 229 ~ 24.89%
G 107 of 229 ~ 46.72%
B 65 of 229 ~ 28.38%

%24.89
%46.72
%28.38

CMYK color model

#396B41 color CMYK value is (47,0,39,58).

  • cyan value is 46.73%
  • magenta value is 0.00%
  • yellow value is 39.25%
  • key color value is 58.04%
CMYK:
(47,0,39,58)
C47M0Y39K58 
(47%,0%,39%,58%)
(0.47/0.00/0.39/0.58)	

CMYK percentages

%46.73
%0
%39.25
%58.04

Codes

Color #396B41 in popluar color models

396B41
RGB5710765
HSL130°30.49%32.16%
HSB/HSV130°46.73%41.96%
CMYK46.73%0.00%39.25%
58.04%

Color #396B41 in popluar number systems.

HEX396B41
Decimal5710765
Binary11100111010111000001
Octal71153101

Shades and tints

Shades of #396B41

#396B41
(57,107,65)
#34623C
(52,98,60)
#2F5937
(47,89,55)
#2A5032
(42,80,50)
#25472D
(37,71,45)
#203E28
(32,62,40)
#1B3523
(27,53,35)
#162C1E
(22,44,30)
#112319
(17,35,25)
#0C1A14
(12,26,20)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #396B41

#396B41
(57,107,65)
#4B7852
(75,120,82)
#5D8563
(93,133,99)
#6F9274
(111,146,116)
#819F85
(129,159,133)
#93AC96
(147,172,150)
#A5B9A7
(165,185,167)
#B7C6B8
(183,198,184)
#C9D3C9
(201,211,201)
#DBE0DA
(219,224,218)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396B41; }

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

This text font color is #396B41.


Background Color

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

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

This div background color is #396B41.


Border color

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

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

This div border color is #396B41.


Opacity

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

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

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

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

This text has shadow with #396B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396B41 on black background.


Color preview on white background

This text has color #396B41 on white background.



Black color preview on #396B41 background

This text has black color on #396B41 background.


White color preview on #396B41 background

This text has white color on #396B41 background.