COLOR #396444

HEX: #396444
RGB: (57,100,68)

Color info

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

RGB color model

#396444 color RGB value is (57,100,68).

  • red value is 57;
  • green value is 100;
  • blue value is 68.
RGB:
(57,100,68)
(22%,39%,27%)

RGB channels and saturation

R 57 of 255 = 22%
G 100 of 255 = 39%
B 68 of 255 = 27%

57
100
68

R + G + B ~ 29%. #396444 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 100 + 68 = 225 (100%)
R 57 of 225 ~ 25.33%
G 100 of 225 ~ 44.44%
B 68 of 225 ~ 30.22%

%25.33
%44.44
%30.22

CMYK color model

#396444 color CMYK value is (43,0,32,61).

  • cyan value is 43.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 60.78%
CMYK:
(43,0,32,61)
C43M0Y32K61 
(43%,0%,32%,61%)
(0.43/0.00/0.32/0.61)	

CMYK percentages

%43
%0
%32
%60.78

Codes

Color #396444 in popluar color models

396444
RGB5710068
HSL135°27.39%30.78%
HSB/HSV135°43.00%39.22%
CMYK43.00%0.00%32.00%
60.78%

Color #396444 in popluar number systems.

HEX396444
Decimal5710068
Binary11100111001001000100
Octal71144104

Shades and tints

Shades of #396444

#396444
(57,100,68)
#345B3E
(52,91,62)
#2F5238
(47,82,56)
#2A4932
(42,73,50)
#25402C
(37,64,44)
#203726
(32,55,38)
#1B2E20
(27,46,32)
#16251A
(22,37,26)
#111C14
(17,28,20)
#0C130E
(12,19,14)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #396444

#396444
(57,100,68)
#4B7255
(75,114,85)
#5D8066
(93,128,102)
#6F8E77
(111,142,119)
#819C88
(129,156,136)
#93AA99
(147,170,153)
#A5B8AA
(165,184,170)
#B7C6BB
(183,198,187)
#C9D4CC
(201,212,204)
#DBE2DD
(219,226,221)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396444; }

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

This text font color is #396444.


Background Color

.myBgColor { background-color: #396444; }

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

This div background color is #396444.


Border color

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

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

This div border color is #396444.


Opacity

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

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

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

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

This text has shadow with #396444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396444 on black background.


Color preview on white background

This text has color #396444 on white background.



Black color preview on #396444 background

This text has black color on #396444 background.


White color preview on #396444 background

This text has white color on #396444 background.