COLOR #396039

HEX: #396039
RGB: (57,96,57)

Color info

#396039 contains red, green and blue colors in about the same proportion. Web safe color of #396039 is #336633 (or #363).

RGB color model

#396039 color RGB value is (57,96,57).

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

RGB channels and saturation

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

57
96
57

R + G + B ~ 27%. #396039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 96 + 57 = 210 (100%)
R 57 of 210 ~ 27.14%
G 96 of 210 ~ 45.71%
B 57 of 210 ~ 27.14%

%27.14
%45.71
%27.14

CMYK color model

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

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

CMYK percentages

%40.63
%0
%40.63
%62.35

Codes

Color #396039 in popluar color models

396039
RGB579657
HSL120°25.49%30.00%
HSB/HSV120°40.63%37.65%
CMYK40.63%0.00%40.63%
62.35%

Color #396039 in popluar number systems.

HEX396039
Decimal579657
Binary1110011100000111001
Octal7114071

Shades and tints

Shades of #396039

#396039
(57,96,57)
#345834
(52,88,52)
#2F502F
(47,80,47)
#2A482A
(42,72,42)
#254025
(37,64,37)
#203820
(32,56,32)
#1B301B
(27,48,27)
#162816
(22,40,22)
#112011
(17,32,17)
#0C180C
(12,24,12)
#071007
(7,16,7)
#000000
(0,0,0)

Tints of #396039

#396039
(57,96,57)
#4B6E4B
(75,110,75)
#5D7C5D
(93,124,93)
#6F8A6F
(111,138,111)
#819881
(129,152,129)
#93A693
(147,166,147)
#A5B4A5
(165,180,165)
#B7C2B7
(183,194,183)
#C9D0C9
(201,208,201)
#DBDEDB
(219,222,219)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396039; }

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

This text font color is #396039.


Background Color

.myBgColor { background-color: #396039; }

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

This div background color is #396039.


Border color

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

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

This div border color is #396039.


Opacity

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

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

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

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

This text has shadow with #396039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396039 on black background.


Color preview on white background

This text has color #396039 on white background.



Black color preview on #396039 background

This text has black color on #396039 background.


White color preview on #396039 background

This text has white color on #396039 background.