COLOR #396756

HEX: #396756
RGB: (57,103,86)

Color info

#396756 contains red, green and blue colors in about the same proportion. Web safe color of #396756 is #336666 (or #366).

RGB color model

#396756 color RGB value is (57,103,86).

  • red value is 57;
  • green value is 103;
  • blue value is 86.
RGB:
(57,103,86)
(22%,40%,34%)

RGB channels and saturation

R 57 of 255 = 22%
G 103 of 255 = 40%
B 86 of 255 = 34%

57
103
86

R + G + B ~ 32%. #396756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 103 + 86 = 246 (100%)
R 57 of 246 ~ 23.17%
G 103 of 246 ~ 41.87%
B 86 of 246 ~ 34.96%

%23.17
%41.87
%34.96

CMYK color model

#396756 color CMYK value is (45,0,17,60).

  • cyan value is 44.66%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(45,0,17,60)
C45M0Y17K60 
(45%,0%,17%,60%)
(0.45/0.00/0.17/0.60)	

CMYK percentages

%44.66
%0
%16.5
%59.61

Codes

Color #396756 in popluar color models

396756
RGB5710386
HSL158°28.75%31.37%
HSB/HSV158°44.66%40.39%
CMYK44.66%0.00%16.50%
59.61%

Color #396756 in popluar number systems.

HEX396756
Decimal5710386
Binary11100111001111010110
Octal71147126

Shades and tints

Shades of #396756

#396756
(57,103,86)
#345E4F
(52,94,79)
#2F5548
(47,85,72)
#2A4C41
(42,76,65)
#25433A
(37,67,58)
#203A33
(32,58,51)
#1B312C
(27,49,44)
#162825
(22,40,37)
#111F1E
(17,31,30)
#0C1617
(12,22,23)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #396756

#396756
(57,103,86)
#4B7465
(75,116,101)
#5D8174
(93,129,116)
#6F8E83
(111,142,131)
#819B92
(129,155,146)
#93A8A1
(147,168,161)
#A5B5B0
(165,181,176)
#B7C2BF
(183,194,191)
#C9CFCE
(201,207,206)
#DBDCDD
(219,220,221)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396756; }

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

This text font color is #396756.


Background Color

.myBgColor { background-color: #396756; }

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

This div background color is #396756.


Border color

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

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

This div border color is #396756.


Opacity

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

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

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

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

This text has shadow with #396756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396756 on black background.


Color preview on white background

This text has color #396756 on white background.



Black color preview on #396756 background

This text has black color on #396756 background.


White color preview on #396756 background

This text has white color on #396756 background.