COLOR #396847

HEX: #396847
RGB: (57,104,71)

Color info

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

RGB color model

#396847 color RGB value is (57,104,71).

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

RGB channels and saturation

R 57 of 255 = 22%
G 104 of 255 = 41%
B 71 of 255 = 28%

57
104
71

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

Portions of RGB colors in percentages

R + G + B =
57 + 104 + 71 = 232 (100%)
R 57 of 232 ~ 24.57%
G 104 of 232 ~ 44.83%
B 71 of 232 ~ 30.6%

%24.57
%44.83
%30.6

CMYK color model

#396847 color CMYK value is (45,0,32,59).

  • cyan value is 45.19%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK:
(45,0,32,59)
C45M0Y32K59 
(45%,0%,32%,59%)
(0.45/0.00/0.32/0.59)	

CMYK percentages

%45.19
%0
%31.73
%59.22

Codes

Color #396847 in popluar color models

396847
RGB5710471
HSL138°29.19%31.57%
HSB/HSV138°45.19%40.78%
CMYK45.19%0.00%31.73%
59.22%

Color #396847 in popluar number systems.

HEX396847
Decimal5710471
Binary11100111010001000111
Octal71150107

Shades and tints

Shades of #396847

#396847
(57,104,71)
#345F41
(52,95,65)
#2F563B
(47,86,59)
#2A4D35
(42,77,53)
#25442F
(37,68,47)
#203B29
(32,59,41)
#1B3223
(27,50,35)
#16291D
(22,41,29)
#112017
(17,32,23)
#0C1711
(12,23,17)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #396847

#396847
(57,104,71)
#4B7557
(75,117,87)
#5D8267
(93,130,103)
#6F8F77
(111,143,119)
#819C87
(129,156,135)
#93A997
(147,169,151)
#A5B6A7
(165,182,167)
#B7C3B7
(183,195,183)
#C9D0C7
(201,208,199)
#DBDDD7
(219,221,215)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396847; }

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

This text font color is #396847.


Background Color

.myBgColor { background-color: #396847; }

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

This div background color is #396847.


Border color

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

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

This div border color is #396847.


Opacity

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

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

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

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

This text has shadow with #396847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396847 on black background.


Color preview on white background

This text has color #396847 on white background.



Black color preview on #396847 background

This text has black color on #396847 background.


White color preview on #396847 background

This text has white color on #396847 background.