COLOR #396C3C

HEX: #396C3C
RGB: (57,108,60)

Color info

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

RGB color model

#396C3C color RGB value is (57,108,60).

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

RGB channels and saturation

R 57 of 255 = 22%
G 108 of 255 = 42%
B 60 of 255 = 24%

57
108
60

R + G + B ~ 29%. #396C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 108 + 60 = 225 (100%)
R 57 of 225 ~ 25.33%
G 108 of 225 ~ 48%
B 60 of 225 ~ 26.67%

%25.33
%48
%26.67

CMYK color model

#396C3C color CMYK value is (47,0,44,58).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 57.65%
CMYK:
(47,0,44,58)
C47M0Y44K58 
(47%,0%,44%,58%)
(0.47/0.00/0.44/0.58)	

CMYK percentages

%47.22
%0
%44.44
%57.65

Codes

Color #396C3C in popluar color models

396C3C
RGB5710860
HSL124°30.91%32.35%
HSB/HSV124°47.22%42.35%
CMYK47.22%0.00%44.44%
57.65%

Color #396C3C in popluar number systems.

HEX396C3C
Decimal5710860
Binary1110011101100111100
Octal7115474

Shades and tints

Shades of #396C3C

#396C3C
(57,108,60)
#346337
(52,99,55)
#2F5A32
(47,90,50)
#2A512D
(42,81,45)
#254828
(37,72,40)
#203F23
(32,63,35)
#1B361E
(27,54,30)
#162D19
(22,45,25)
#112414
(17,36,20)
#0C1B0F
(12,27,15)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #396C3C

#396C3C
(57,108,60)
#4B794D
(75,121,77)
#5D865E
(93,134,94)
#6F936F
(111,147,111)
#81A080
(129,160,128)
#93AD91
(147,173,145)
#A5BAA2
(165,186,162)
#B7C7B3
(183,199,179)
#C9D4C4
(201,212,196)
#DBE1D5
(219,225,213)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396C3C; }

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

This text font color is #396C3C.


Background Color

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

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

This div background color is #396C3C.


Border color

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

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

This div border color is #396C3C.


Opacity

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

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

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

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

This text has shadow with #396C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396C3C on black background.


Color preview on white background

This text has color #396C3C on white background.



Black color preview on #396C3C background

This text has black color on #396C3C background.


White color preview on #396C3C background

This text has white color on #396C3C background.