COLOR #396C52

HEX: #396C52
RGB: (57,108,82)

Color info

#396C52 contains red, green and blue colors in about the same proportion. Web safe color of #396C52 is #336666 (or #366).

RGB color model

#396C52 color RGB value is (57,108,82).

  • red value is 57;
  • green value is 108;
  • blue value is 82.
RGB:
(57,108,82)
(22%,42%,32%)

RGB channels and saturation

R 57 of 255 = 22%
G 108 of 255 = 42%
B 82 of 255 = 32%

57
108
82

R + G + B ~ 32%. #396C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 108 + 82 = 247 (100%)
R 57 of 247 ~ 23.08%
G 108 of 247 ~ 43.72%
B 82 of 247 ~ 33.2%

%23.08
%43.72
%33.2

CMYK color model

#396C52 color CMYK value is (47,0,24,58).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 57.65%
CMYK:
(47,0,24,58)
C47M0Y24K58 
(47%,0%,24%,58%)
(0.47/0.00/0.24/0.58)	

CMYK percentages

%47.22
%0
%24.07
%57.65

Codes

Color #396C52 in popluar color models

396C52
RGB5710882
HSL149°30.91%32.35%
HSB/HSV149°47.22%42.35%
CMYK47.22%0.00%24.07%
57.65%

Color #396C52 in popluar number systems.

HEX396C52
Decimal5710882
Binary11100111011001010010
Octal71154122

Shades and tints

Shades of #396C52

#396C52
(57,108,82)
#34634B
(52,99,75)
#2F5A44
(47,90,68)
#2A513D
(42,81,61)
#254836
(37,72,54)
#203F2F
(32,63,47)
#1B3628
(27,54,40)
#162D21
(22,45,33)
#11241A
(17,36,26)
#0C1B13
(12,27,19)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #396C52

#396C52
(57,108,82)
#4B7961
(75,121,97)
#5D8670
(93,134,112)
#6F937F
(111,147,127)
#81A08E
(129,160,142)
#93AD9D
(147,173,157)
#A5BAAC
(165,186,172)
#B7C7BB
(183,199,187)
#C9D4CA
(201,212,202)
#DBE1D9
(219,225,217)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396C52 color. Also use rgb(57,108,82) instead hex code.

Text Font Color

.myTextColor { color: #396C52; }

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

This text font color is #396C52.


Background Color

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

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

This div background color is #396C52.


Border color

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

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

This div border color is #396C52.


Opacity

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

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

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

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

This text has shadow with #396C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396C52 on black background.


Color preview on white background

This text has color #396C52 on white background.



Black color preview on #396C52 background

This text has black color on #396C52 background.


White color preview on #396C52 background

This text has white color on #396C52 background.