COLOR #396218

HEX: #396218
RGB: (57,98,24)

Color info

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

RGB color model

#396218 color RGB value is (57,98,24).

  • red value is 57;
  • green value is 98;
  • blue value is 24.
RGB:
(57,98,24)
(22%,38%,9%)

RGB channels and saturation

R 57 of 255 = 22%
G 98 of 255 = 38%
B 24 of 255 = 9%

57
98
24

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

Portions of RGB colors in percentages

R + G + B =
57 + 98 + 24 = 179 (100%)
R 57 of 179 ~ 31.84%
G 98 of 179 ~ 54.75%
B 24 of 179 ~ 13.41%

%31.84
%54.75
%13.41

CMYK color model

#396218 color CMYK value is (42,0,76,62).

  • cyan value is 41.84%
  • magenta value is 0.00%
  • yellow value is 75.51%
  • key color value is 61.57%
CMYK:
(42,0,76,62)
C42M0Y76K62 
(42%,0%,76%,62%)
(0.42/0.00/0.76/0.62)	

CMYK percentages

%41.84
%0
%75.51
%61.57

Codes

Color #396218 in popluar color models

396218
RGB579824
HSL93°60.66%23.92%
HSB/HSV93°75.51%38.43%
CMYK41.84%0.00%75.51%
61.57%

Color #396218 in popluar number systems.

HEX396218
Decimal579824
Binary111001110001011000
Octal7114230

Shades and tints

Shades of #396218

#396218
(57,98,24)
#345A16
(52,90,22)
#2F5214
(47,82,20)
#2A4A12
(42,74,18)
#254210
(37,66,16)
#203A0E
(32,58,14)
#1B320C
(27,50,12)
#162A0A
(22,42,10)
#112208
(17,34,8)
#0C1A06
(12,26,6)
#071204
(7,18,4)
#000000
(0,0,0)

Tints of #396218

#396218
(57,98,24)
#4B702D
(75,112,45)
#5D7E42
(93,126,66)
#6F8C57
(111,140,87)
#819A6C
(129,154,108)
#93A881
(147,168,129)
#A5B696
(165,182,150)
#B7C4AB
(183,196,171)
#C9D2C0
(201,210,192)
#DBE0D5
(219,224,213)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396218 color. Also use rgb(57,98,24) instead hex code.

Text Font Color

.myTextColor { color: #396218; }

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

This text font color is #396218.


Background Color

.myBgColor { background-color: #396218; }

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

This div background color is #396218.


Border color

.myBorderColor { border: 1px solid #396218; }

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

This div border color is #396218.


Opacity

.myOpacity80 { color: #396218; opacity: 0.8; }

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

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

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

This text has shadow with #396218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396218 on black background.


Color preview on white background

This text has color #396218 on white background.



Black color preview on #396218 background

This text has black color on #396218 background.


White color preview on #396218 background

This text has white color on #396218 background.