COLOR #396D10

HEX: #396D10
RGB: (57,109,16)

Color info

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

RGB color model

#396D10 color RGB value is (57,109,16).

  • red value is 57;
  • green value is 109;
  • blue value is 16.
RGB:
(57,109,16)
(22%,43%,6%)

RGB channels and saturation

R 57 of 255 = 22%
G 109 of 255 = 43%
B 16 of 255 = 6%

57
109
16

R + G + B ~ 24%. #396D10 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 109 + 16 = 182 (100%)
R 57 of 182 ~ 31.32%
G 109 of 182 ~ 59.89%
B 16 of 182 ~ 8.79%

%31.32
%59.89

CMYK color model

#396D10 color CMYK value is (48,0,85,57).

  • cyan value is 47.71%
  • magenta value is 0.00%
  • yellow value is 85.32%
  • key color value is 57.25%
CMYK:
(48,0,85,57)
C48M0Y85K57 
(48%,0%,85%,57%)
(0.48/0.00/0.85/0.57)	

CMYK percentages

%47.71
%0
%85.32
%57.25

Codes

Color #396D10 in popluar color models

396D10
RGB5710916
HSL94°74.40%24.51%
HSB/HSV94°85.32%42.75%
CMYK47.71%0.00%85.32%
57.25%

Color #396D10 in popluar number systems.

HEX396D10
Decimal5710916
Binary111001110110110000
Octal7115520

Shades and tints

Shades of #396D10

#396D10
(57,109,16)
#34640F
(52,100,15)
#2F5B0E
(47,91,14)
#2A520D
(42,82,13)
#25490C
(37,73,12)
#20400B
(32,64,11)
#1B370A
(27,55,10)
#162E09
(22,46,9)
#112508
(17,37,8)
#0C1C07
(12,28,7)
#071306
(7,19,6)
#000000
(0,0,0)

Tints of #396D10

#396D10
(57,109,16)
#4B7A25
(75,122,37)
#5D873A
(93,135,58)
#6F944F
(111,148,79)
#81A164
(129,161,100)
#93AE79
(147,174,121)
#A5BB8E
(165,187,142)
#B7C8A3
(183,200,163)
#C9D5B8
(201,213,184)
#DBE2CD
(219,226,205)
#EDEFE2
(237,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396D10 color. Also use rgb(57,109,16) instead hex code.

Text Font Color

.myTextColor { color: #396D10; }

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

This text font color is #396D10.


Background Color

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

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

This div background color is #396D10.


Border color

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

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

This div border color is #396D10.


Opacity

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

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

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

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

This text has shadow with #396D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396D10 on black background.


Color preview on white background

This text has color #396D10 on white background.



Black color preview on #396D10 background

This text has black color on #396D10 background.


White color preview on #396D10 background

This text has white color on #396D10 background.