COLOR #396C0F

HEX: #396C0F RGB: (57,108,15)

Color info

#396C0F contains mainly red and green colors. Web safe color of #396C0F is #336600 (or #360).

RGB color model

#396C0F color RGB value is (57,108,15).

RGB: (57,108,15) (22%, 42%, 6%)

RGB channels and saturation

R 57 of 255 = 22%
G 108 of 255 = 42%
B 15 of 255 = 6%

57
108
15

R + G + B ~ 23%. #396C0F is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 108 + 15 = 180 (100%)
R 57 of 180 ~ 31.67%
G 108 of 180 ~ 60%
B 15 of 180 ~ 8.33'%

%31.67
%60

CMYK color model

#396C0F color CMYK value is (47,0,86,58).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 86.11%
  • key color value is 57.65%
CMYK: (47,0,86,58) C47M0Y86K58 (47%,0%,86%,58%) (0.47/0.00/0.86/0.58) 

CMYK percentages

%47.22
%0
%86.11
%57.65

Codes

Color #396C0F in popluar color models

39 6C 0F
RGB 57 108 15
HSL 93° 75.61% 24.12%
HSB/HSV 93° 86.11% 42.35%
CMYK 47.22% 0.00% 86.11%
57.65%

Color #396C0F in popluar number systems.

HEX 39 6C 0F
Decimal 57 108 15
Binary 111001 1101100 1111
Octal 71 154 17

Shades and tints

Shades of #396C0F

#396C0F
(57,108,15)
#34630E
(52,99,14)
#2F5A0D
(47,90,13)
#2A510C
(42,81,12)
#25480B
(37,72,11)
#203F0A
(32,63,10)
#1B3609
(27,54,9)
#162D08
(22,45,8)
#112407
(17,36,7)
#0C1B06
(12,27,6)
#071205
(7,18,5)
#000000
(0,0,0)

Tints of #396C0F

#396C0F
(57,108,15)
#4B7924
(75,121,36)
#5D8639
(93,134,57)
#6F934E
(111,147,78)
#81A063
(129,160,99)
#93AD78
(147,173,120)
#A5BA8D
(165,186,141)
#B7C7A2
(183,199,162)
#C9D4B7
(201,212,183)
#DBE1CC
(219,225,204)
#EDEEE1
(237,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396C0F; }

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

This text font color is #396C0F.

Background Color

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

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

This div background color is #396C0F.

Border color

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

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

This div border color is #396C0F.

Opacity

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

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

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

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

This text has shadow with #396C0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #396C0F.

Preview

Color preview on black background

This text has color #396C0F on black background.


Color preview on white background

This text has color #396C0F on white background.


Black color preview on #396C0F background

This text has black color on #396C0F background.


White color preview on #396C0F background

This text has white color on #396C0F background.


Related colors

Complementary color

Complementary color for #hex is #C693F0.


I love getcolorcode.com

Triadic colors

1 #0F396C and #6C0F39 with #396C0F are triadic colors.

2 #0F6C39 and #6C390F with #396C0F are triadic colors.