COLOR #396E15

HEX: #396E15
RGB: (57,110,21)

Color info

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

RGB color model

#396E15 color RGB value is (57,110,21).

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

RGB channels and saturation

R 57 of 255 = 22%
G 110 of 255 = 43%
B 21 of 255 = 8%

57
110
21

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

Portions of RGB colors in percentages

R + G + B =
57 + 110 + 21 = 188 (100%)
R 57 of 188 ~ 30.32%
G 110 of 188 ~ 58.51%
B 21 of 188 ~ 11.17%

%30.32
%58.51
%11.17

CMYK color model

#396E15 color CMYK value is (48,0,81,57).

  • cyan value is 48.18%
  • magenta value is 0.00%
  • yellow value is 80.91%
  • key color value is 56.86%
CMYK:
(48,0,81,57)
C48M0Y81K57 
(48%,0%,81%,57%)
(0.48/0.00/0.81/0.57)	

CMYK percentages

%48.18
%0
%80.91
%56.86

Codes

Color #396E15 in popluar color models

396E15
RGB5711021
HSL96°67.94%25.69%
HSB/HSV96°80.91%43.14%
CMYK48.18%0.00%80.91%
56.86%

Color #396E15 in popluar number systems.

HEX396E15
Decimal5711021
Binary111001110111010101
Octal7115625

Shades and tints

Shades of #396E15

#396E15
(57,110,21)
#346414
(52,100,20)
#2F5A13
(47,90,19)
#2A5012
(42,80,18)
#254611
(37,70,17)
#203C10
(32,60,16)
#1B320F
(27,50,15)
#16280E
(22,40,14)
#111E0D
(17,30,13)
#0C140C
(12,20,12)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #396E15

#396E15
(57,110,21)
#4B7B2A
(75,123,42)
#5D883F
(93,136,63)
#6F9554
(111,149,84)
#81A269
(129,162,105)
#93AF7E
(147,175,126)
#A5BC93
(165,188,147)
#B7C9A8
(183,201,168)
#C9D6BD
(201,214,189)
#DBE3D2
(219,227,210)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396E15; }

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

This text font color is #396E15.


Background Color

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

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

This div background color is #396E15.


Border color

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

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

This div border color is #396E15.


Opacity

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

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

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

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

This text has shadow with #396E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396E15 on black background.


Color preview on white background

This text has color #396E15 on white background.



Black color preview on #396E15 background

This text has black color on #396E15 background.


White color preview on #396E15 background

This text has white color on #396E15 background.