COLOR #396449

HEX: #396449
RGB: (57,100,73)

Color info

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

RGB color model

#396449 color RGB value is (57,100,73).

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

RGB channels and saturation

R 57 of 255 = 22%
G 100 of 255 = 39%
B 73 of 255 = 29%

57
100
73

R + G + B ~ 30%. #396449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 100 + 73 = 230 (100%)
R 57 of 230 ~ 24.78%
G 100 of 230 ~ 43.48%
B 73 of 230 ~ 31.74%

%24.78
%43.48
%31.74

CMYK color model

#396449 color CMYK value is (43,0,27,61).

  • cyan value is 43.00%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(43,0,27,61)
C43M0Y27K61 
(43%,0%,27%,61%)
(0.43/0.00/0.27/0.61)	

CMYK percentages

%43
%0
%27
%60.78

Codes

Color #396449 in popluar color models

396449
RGB5710073
HSL142°27.39%30.78%
HSB/HSV142°43.00%39.22%
CMYK43.00%0.00%27.00%
60.78%

Color #396449 in popluar number systems.

HEX396449
Decimal5710073
Binary11100111001001001001
Octal71144111

Shades and tints

Shades of #396449

#396449
(57,100,73)
#345B43
(52,91,67)
#2F523D
(47,82,61)
#2A4937
(42,73,55)
#254031
(37,64,49)
#20372B
(32,55,43)
#1B2E25
(27,46,37)
#16251F
(22,37,31)
#111C19
(17,28,25)
#0C1313
(12,19,19)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #396449

#396449
(57,100,73)
#4B7259
(75,114,89)
#5D8069
(93,128,105)
#6F8E79
(111,142,121)
#819C89
(129,156,137)
#93AA99
(147,170,153)
#A5B8A9
(165,184,169)
#B7C6B9
(183,198,185)
#C9D4C9
(201,212,201)
#DBE2D9
(219,226,217)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396449; }

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

This text font color is #396449.


Background Color

.myBgColor { background-color: #396449; }

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

This div background color is #396449.


Border color

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

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

This div border color is #396449.


Opacity

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

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

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

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

This text has shadow with #396449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396449 on black background.


Color preview on white background

This text has color #396449 on white background.



Black color preview on #396449 background

This text has black color on #396449 background.


White color preview on #396449 background

This text has white color on #396449 background.