COLOR #396939

HEX: #396939
RGB: (57,105,57)

Color info

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

RGB color model

#396939 color RGB value is (57,105,57).

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

RGB channels and saturation

R 57 of 255 = 22%
G 105 of 255 = 41%
B 57 of 255 = 22%

57
105
57

R + G + B ~ 28%. #396939 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 105 + 57 = 219 (100%)
R 57 of 219 ~ 26.03%
G 105 of 219 ~ 47.95%
B 57 of 219 ~ 26.03%

%26.03
%47.95
%26.03

CMYK color model

#396939 color CMYK value is (46,0,46,59).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 58.82%
CMYK:
(46,0,46,59)
C46M0Y46K59 
(46%,0%,46%,59%)
(0.46/0.00/0.46/0.59)	

CMYK percentages

%45.71
%0
%45.71
%58.82

Codes

Color #396939 in popluar color models

396939
RGB5710557
HSL120°29.63%31.76%
HSB/HSV120°45.71%41.18%
CMYK45.71%0.00%45.71%
58.82%

Color #396939 in popluar number systems.

HEX396939
Decimal5710557
Binary1110011101001111001
Octal7115171

Shades and tints

Shades of #396939

#396939
(57,105,57)
#346034
(52,96,52)
#2F572F
(47,87,47)
#2A4E2A
(42,78,42)
#254525
(37,69,37)
#203C20
(32,60,32)
#1B331B
(27,51,27)
#162A16
(22,42,22)
#112111
(17,33,17)
#0C180C
(12,24,12)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #396939

#396939
(57,105,57)
#4B764B
(75,118,75)
#5D835D
(93,131,93)
#6F906F
(111,144,111)
#819D81
(129,157,129)
#93AA93
(147,170,147)
#A5B7A5
(165,183,165)
#B7C4B7
(183,196,183)
#C9D1C9
(201,209,201)
#DBDEDB
(219,222,219)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396939; }

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

This text font color is #396939.


Background Color

.myBgColor { background-color: #396939; }

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

This div background color is #396939.


Border color

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

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

This div border color is #396939.


Opacity

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

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

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

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

This text has shadow with #396939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396939 on black background.


Color preview on white background

This text has color #396939 on white background.



Black color preview on #396939 background

This text has black color on #396939 background.


White color preview on #396939 background

This text has white color on #396939 background.