COLOR #396772

HEX: #396772
RGB: (57,103,114)

Color info

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

RGB color model

#396772 color RGB value is (57,103,114).

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

RGB channels and saturation

R 57 of 255 = 22%
G 103 of 255 = 40%
B 114 of 255 = 45%

57
103
114

R + G + B ~ 36%. #396772 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 103 + 114 = 274 (100%)
R 57 of 274 ~ 20.8%
G 103 of 274 ~ 37.59%
B 114 of 274 ~ 41.61%

%20.8
%37.59
%41.61

CMYK color model

#396772 color CMYK value is (50,10,0,55).

  • cyan value is 50.00%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(50,10,0,55)
C50M10Y0K55 
(50%,10%,0%,55%)
(0.50/0.10/0.00/0.55)	

CMYK percentages

%50
%9.65
%0
%55.29

Codes

Color #396772 in popluar color models

396772
RGB57103114
HSL192°33.33%33.53%
HSB/HSV192°50.00%44.71%
CMYK50.00%9.65%0.00%
55.29%

Color #396772 in popluar number systems.

HEX396772
Decimal57103114
Binary11100111001111110010
Octal71147162

Shades and tints

Shades of #396772

#396772
(57,103,114)
#345E68
(52,94,104)
#2F555E
(47,85,94)
#2A4C54
(42,76,84)
#25434A
(37,67,74)
#203A40
(32,58,64)
#1B3136
(27,49,54)
#16282C
(22,40,44)
#111F22
(17,31,34)
#0C1618
(12,22,24)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #396772

#396772
(57,103,114)
#4B747E
(75,116,126)
#5D818A
(93,129,138)
#6F8E96
(111,142,150)
#819BA2
(129,155,162)
#93A8AE
(147,168,174)
#A5B5BA
(165,181,186)
#B7C2C6
(183,194,198)
#C9CFD2
(201,207,210)
#DBDCDE
(219,220,222)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396772; }

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

This text font color is #396772.


Background Color

.myBgColor { background-color: #396772; }

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

This div background color is #396772.


Border color

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

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

This div border color is #396772.


Opacity

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

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

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

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

This text has shadow with #396772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396772 on black background.


Color preview on white background

This text has color #396772 on white background.



Black color preview on #396772 background

This text has black color on #396772 background.


White color preview on #396772 background

This text has white color on #396772 background.