COLOR #396C2F

HEX: #396C2F RGB: (57,108,47)

Color info

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

RGB color model

#396C2F color RGB value is (57,108,47).

RGB: (57,108,47) (22%, 42%, 18%)

RGB channels and saturation

R 57 of 255 = 22%
G 108 of 255 = 42%
B 47 of 255 = 18%

57
108
47

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

Portions of RGB colors in percentages

R + G + B = 57 + 108 + 47 = 212 (100%)
R 57 of 212 ~ 26.89%
G 108 of 212 ~ 50.94%
B 47 of 212 ~ 22.17'%

%26.89
%50.94
%22.17

CMYK color model

#396C2F color CMYK value is (47,0,56,58).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 56.48%
  • key color value is 57.65%

CMYK: (47,0,56,58)
C47M0Y56K58 (47%, 0%, 56%, 58%)
(0.47 / 0.00 / 0.56 / 0.58)

CMYK percentages

%47.22
%0
%56.48
%57.65

Codes

Color #396C2F in popluar color models

39 6C 2F
RGB 57 108 47
HSL 110° 39.35% 30.39%
HSB/HSV 110° 56.48% 42.35%
CMYK 47.22% 0.00% 56.48%
57.65%

Color #396C2F in popluar number systems.

HEX 39 6C 2F
Decimal 57 108 47
Binary 111001 1101100 101111
Octal 71 154 57

Shades and tints

Shades of #396C2F

#396C2F
(57,108,47)
#34632B
(52,99,43)
#2F5A27
(47,90,39)
#2A5123
(42,81,35)
#25481F
(37,72,31)
#203F1B
(32,63,27)
#1B3617
(27,54,23)
#162D13
(22,45,19)
#11240F
(17,36,15)
#0C1B0B
(12,27,11)
#071207
(7,18,7)
#000000
(0,0,0)

Tints of #396C2F

#396C2F
(57,108,47)
#4B7941
(75,121,65)
#5D8653
(93,134,83)
#6F9365
(111,147,101)
#81A077
(129,160,119)
#93AD89
(147,173,137)
#A5BA9B
(165,186,155)
#B7C7AD
(183,199,173)
#C9D4BF
(201,212,191)
#DBE1D1
(219,225,209)
#EDEEE3
(237,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396C2F; }

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

This text font color is #396C2F.

Background Color

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

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

This div background color is #396C2F.

Border color

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

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

This div border color is #396C2F.

Opacity

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

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

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

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

This text has shadow with #396C2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #396C2F.

Preview

Color preview on black background

This text has color #396C2F on black background.


Color preview on white background

This text has color #396C2F on white background.


Black color preview on #396C2F background

This text has black color on #396C2F background.


White color preview on #396C2F background

This text has white color on #396C2F background.


Related colors

Complementary color

Complementary color for #hex is #C693D0.


I love getcolorcode.com

Triadic colors

1 #2F396C and #6C2F39 with #396C2F are triadic colors.

2 #2F6C39 and #6C392F with #396C2F are triadic colors.