COLOR #396C48

HEX: #396C48
RGB: (57,108,72)

Color info

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

RGB color model

#396C48 color RGB value is (57,108,72).

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

RGB channels and saturation

R 57 of 255 = 22%
G 108 of 255 = 42%
B 72 of 255 = 28%

57
108
72

R + G + B ~ 31%. #396C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 108 + 72 = 237 (100%)
R 57 of 237 ~ 24.05%
G 108 of 237 ~ 45.57%
B 72 of 237 ~ 30.38%

%24.05
%45.57
%30.38

CMYK color model

#396C48 color CMYK value is (47,0,33,58).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 57.65%
CMYK:
(47,0,33,58)
C47M0Y33K58 
(47%,0%,33%,58%)
(0.47/0.00/0.33/0.58)	

CMYK percentages

%47.22
%0
%33.33
%57.65

Codes

Color #396C48 in popluar color models

396C48
RGB5710872
HSL138°30.91%32.35%
HSB/HSV138°47.22%42.35%
CMYK47.22%0.00%33.33%
57.65%

Color #396C48 in popluar number systems.

HEX396C48
Decimal5710872
Binary11100111011001001000
Octal71154110

Shades and tints

Shades of #396C48

#396C48
(57,108,72)
#346342
(52,99,66)
#2F5A3C
(47,90,60)
#2A5136
(42,81,54)
#254830
(37,72,48)
#203F2A
(32,63,42)
#1B3624
(27,54,36)
#162D1E
(22,45,30)
#112418
(17,36,24)
#0C1B12
(12,27,18)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #396C48

#396C48
(57,108,72)
#4B7958
(75,121,88)
#5D8668
(93,134,104)
#6F9378
(111,147,120)
#81A088
(129,160,136)
#93AD98
(147,173,152)
#A5BAA8
(165,186,168)
#B7C7B8
(183,199,184)
#C9D4C8
(201,212,200)
#DBE1D8
(219,225,216)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396C48; }

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

This text font color is #396C48.


Background Color

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

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

This div background color is #396C48.


Border color

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

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

This div border color is #396C48.


Opacity

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

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

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

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

This text has shadow with #396C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396C48 on black background.


Color preview on white background

This text has color #396C48 on white background.



Black color preview on #396C48 background

This text has black color on #396C48 background.


White color preview on #396C48 background

This text has white color on #396C48 background.