COLOR #396021

HEX: #396021
RGB: (57,96,33)

Color info

#396021 contains mainly red and green colors. Web safe color of #396021 is #336633 (or #363).

RGB color model

#396021 color RGB value is (57,96,33).

  • red value is 57;
  • green value is 96;
  • blue value is 33.
RGB:
(57,96,33)
(22%,38%,13%)

RGB channels and saturation

R 57 of 255 = 22%
G 96 of 255 = 38%
B 33 of 255 = 13%

57
96
33

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

Portions of RGB colors in percentages

R + G + B =
57 + 96 + 33 = 186 (100%)
R 57 of 186 ~ 30.65%
G 96 of 186 ~ 51.61%
B 33 of 186 ~ 17.74%

%30.65
%51.61
%17.74

CMYK color model

#396021 color CMYK value is (41,0,66,62).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 62.35%
CMYK:
(41,0,66,62)
C41M0Y66K62 
(41%,0%,66%,62%)
(0.41/0.00/0.66/0.62)	

CMYK percentages

%40.63
%0
%65.63
%62.35

Codes

Color #396021 in popluar color models

396021
RGB579633
HSL97°48.84%25.29%
HSB/HSV97°65.63%37.65%
CMYK40.63%0.00%65.63%
62.35%

Color #396021 in popluar number systems.

HEX396021
Decimal579633
Binary1110011100000100001
Octal7114041

Shades and tints

Shades of #396021

#396021
(57,96,33)
#34581E
(52,88,30)
#2F501B
(47,80,27)
#2A4818
(42,72,24)
#254015
(37,64,21)
#203812
(32,56,18)
#1B300F
(27,48,15)
#16280C
(22,40,12)
#112009
(17,32,9)
#0C1806
(12,24,6)
#071003
(7,16,3)
#000000
(0,0,0)

Tints of #396021

#396021
(57,96,33)
#4B6E35
(75,110,53)
#5D7C49
(93,124,73)
#6F8A5D
(111,138,93)
#819871
(129,152,113)
#93A685
(147,166,133)
#A5B499
(165,180,153)
#B7C2AD
(183,194,173)
#C9D0C1
(201,208,193)
#DBDED5
(219,222,213)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396021 color. Also use rgb(57,96,33) instead hex code.

Text Font Color

.myTextColor { color: #396021; }

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

This text font color is #396021.


Background Color

.myBgColor { background-color: #396021; }

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

This div background color is #396021.


Border color

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

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

This div border color is #396021.


Opacity

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

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

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

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

This text has shadow with #396021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396021 on black background.


Color preview on white background

This text has color #396021 on white background.



Black color preview on #396021 background

This text has black color on #396021 background.


White color preview on #396021 background

This text has white color on #396021 background.