COLOR #396A19

HEX: #396A19
RGB: (57,106,25)

Color info

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

RGB color model

#396A19 color RGB value is (57,106,25).

  • red value is 57;
  • green value is 106;
  • blue value is 25.
RGB:
(57,106,25)
(22%,42%,10%)

RGB channels and saturation

R 57 of 255 = 22%
G 106 of 255 = 42%
B 25 of 255 = 10%

57
106
25

R + G + B ~ 25%. #396A19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 106 + 25 = 188 (100%)
R 57 of 188 ~ 30.32%
G 106 of 188 ~ 56.38%
B 25 of 188 ~ 13.3%

%30.32
%56.38
%13.3

CMYK color model

#396A19 color CMYK value is (46,0,76,58).

  • cyan value is 46.23%
  • magenta value is 0.00%
  • yellow value is 76.42%
  • key color value is 58.43%
CMYK:
(46,0,76,58)
C46M0Y76K58 
(46%,0%,76%,58%)
(0.46/0.00/0.76/0.58)	

CMYK percentages

%46.23
%0
%76.42
%58.43

Codes

Color #396A19 in popluar color models

396A19
RGB5710625
HSL96°61.83%25.69%
HSB/HSV96°76.42%41.57%
CMYK46.23%0.00%76.42%
58.43%

Color #396A19 in popluar number systems.

HEX396A19
Decimal5710625
Binary111001110101011001
Octal7115231

Shades and tints

Shades of #396A19

#396A19
(57,106,25)
#346117
(52,97,23)
#2F5815
(47,88,21)
#2A4F13
(42,79,19)
#254611
(37,70,17)
#203D0F
(32,61,15)
#1B340D
(27,52,13)
#162B0B
(22,43,11)
#112209
(17,34,9)
#0C1907
(12,25,7)
#071005
(7,16,5)
#000000
(0,0,0)

Tints of #396A19

#396A19
(57,106,25)
#4B772D
(75,119,45)
#5D8441
(93,132,65)
#6F9155
(111,145,85)
#819E69
(129,158,105)
#93AB7D
(147,171,125)
#A5B891
(165,184,145)
#B7C5A5
(183,197,165)
#C9D2B9
(201,210,185)
#DBDFCD
(219,223,205)
#EDECE1
(237,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396A19 color. Also use rgb(57,106,25) instead hex code.

Text Font Color

.myTextColor { color: #396A19; }

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

This text font color is #396A19.


Background Color

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

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

This div background color is #396A19.


Border color

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

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

This div border color is #396A19.


Opacity

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

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

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

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

This text has shadow with #396A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396A19 on black background.


Color preview on white background

This text has color #396A19 on white background.



Black color preview on #396A19 background

This text has black color on #396A19 background.


White color preview on #396A19 background

This text has white color on #396A19 background.