COLOR #396E0E

HEX: #396E0E
RGB: (57,110,14)

Color info

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

RGB color model

#396E0E color RGB value is (57,110,14).

  • red value is 57;
  • green value is 110;
  • blue value is 14.
RGB:
(57,110,14)
(22%,43%,5%)

RGB channels and saturation

R 57 of 255 = 22%
G 110 of 255 = 43%
B 14 of 255 = 5%

57
110
14

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

Portions of RGB colors in percentages

R + G + B =
57 + 110 + 14 = 181 (100%)
R 57 of 181 ~ 31.49%
G 110 of 181 ~ 60.77%
B 14 of 181 ~ 7.73%

%31.49
%60.77

CMYK color model

#396E0E color CMYK value is (48,0,87,57).

  • cyan value is 48.18%
  • magenta value is 0.00%
  • yellow value is 87.27%
  • key color value is 56.86%
CMYK:
(48,0,87,57)
C48M0Y87K57 
(48%,0%,87%,57%)
(0.48/0.00/0.87/0.57)	

CMYK percentages

%48.18
%0
%87.27
%56.86

Codes

Color #396E0E in popluar color models

396E0E
RGB5711014
HSL93°77.42%24.31%
HSB/HSV93°87.27%43.14%
CMYK48.18%0.00%87.27%
56.86%

Color #396E0E in popluar number systems.

HEX396E0E
Decimal5711014
Binary11100111011101110
Octal7115616

Shades and tints

Shades of #396E0E

#396E0E
(57,110,14)
#34640D
(52,100,13)
#2F5A0C
(47,90,12)
#2A500B
(42,80,11)
#25460A
(37,70,10)
#203C09
(32,60,9)
#1B3208
(27,50,8)
#162807
(22,40,7)
#111E06
(17,30,6)
#0C1405
(12,20,5)
#070A04
(7,10,4)
#000000
(0,0,0)

Tints of #396E0E

#396E0E
(57,110,14)
#4B7B23
(75,123,35)
#5D8838
(93,136,56)
#6F954D
(111,149,77)
#81A262
(129,162,98)
#93AF77
(147,175,119)
#A5BC8C
(165,188,140)
#B7C9A1
(183,201,161)
#C9D6B6
(201,214,182)
#DBE3CB
(219,227,203)
#EDF0E0
(237,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396E0E color. Also use rgb(57,110,14) instead hex code.

Text Font Color

.myTextColor { color: #396E0E; }

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

This text font color is #396E0E.


Background Color

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

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

This div background color is #396E0E.


Border color

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

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

This div border color is #396E0E.


Opacity

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

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

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

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

This text has shadow with #396E0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396E0E on black background.


Color preview on white background

This text has color #396E0E on white background.



Black color preview on #396E0E background

This text has black color on #396E0E background.


White color preview on #396E0E background

This text has white color on #396E0E background.