COLOR #396272

HEX: #396272
RGB: (57,98,114)

Color info

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

RGB color model

#396272 color RGB value is (57,98,114).

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

RGB channels and saturation

R 57 of 255 = 22%
G 98 of 255 = 38%
B 114 of 255 = 45%

57
98
114

R + G + B ~ 35%. #396272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 98 + 114 = 269 (100%)
R 57 of 269 ~ 21.19%
G 98 of 269 ~ 36.43%
B 114 of 269 ~ 42.38%

%21.19
%36.43
%42.38

CMYK color model

#396272 color CMYK value is (50,14,0,55).

  • cyan value is 50.00%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(50,14,0,55)
C50M14Y0K55 
(50%,14%,0%,55%)
(0.50/0.14/0.00/0.55)	

CMYK percentages

%50
%14.04
%0
%55.29

Codes

Color #396272 in popluar color models

396272
RGB5798114
HSL197°33.33%33.53%
HSB/HSV197°50.00%44.71%
CMYK50.00%14.04%0.00%
55.29%

Color #396272 in popluar number systems.

HEX396272
Decimal5798114
Binary11100111000101110010
Octal71142162

Shades and tints

Shades of #396272

#396272
(57,98,114)
#345A68
(52,90,104)
#2F525E
(47,82,94)
#2A4A54
(42,74,84)
#25424A
(37,66,74)
#203A40
(32,58,64)
#1B3236
(27,50,54)
#162A2C
(22,42,44)
#112222
(17,34,34)
#0C1A18
(12,26,24)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #396272

#396272
(57,98,114)
#4B707E
(75,112,126)
#5D7E8A
(93,126,138)
#6F8C96
(111,140,150)
#819AA2
(129,154,162)
#93A8AE
(147,168,174)
#A5B6BA
(165,182,186)
#B7C4C6
(183,196,198)
#C9D2D2
(201,210,210)
#DBE0DE
(219,224,222)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396272; }

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

This text font color is #396272.


Background Color

.myBgColor { background-color: #396272; }

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

This div background color is #396272.


Border color

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

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

This div border color is #396272.


Opacity

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

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

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

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

This text has shadow with #396272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396272 on black background.


Color preview on white background

This text has color #396272 on white background.



Black color preview on #396272 background

This text has black color on #396272 background.


White color preview on #396272 background

This text has white color on #396272 background.