COLOR #536272

HEX: #536272
RGB: (83,98,114)

Color info

#536272 contains red, green and blue colors in about the same proportion. Web safe color of #536272 is #666666 (or #666).

RGB color model

#536272 color RGB value is (83,98,114).

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

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 114 of 255 = 45%

83
98
114

R + G + B ~ 39%. #536272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 114 = 295 (100%)
R 83 of 295 ~ 28.14%
G 98 of 295 ~ 33.22%
B 114 of 295 ~ 38.64%

%28.14
%33.22
%38.64

CMYK color model

#536272 color CMYK value is (27,14,0,55).

  • cyan value is 27.19%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(27,14,0,55)
C27M14Y0K55 
(27%,14%,0%,55%)
(0.27/0.14/0.00/0.55)	

CMYK percentages

%27.19
%14.04
%0
%55.29

Codes

Color #536272 in popluar color models

536272
RGB8398114
HSL211°15.74%38.63%
HSB/HSV211°27.19%44.71%
CMYK27.19%14.04%0.00%
55.29%

Color #536272 in popluar number systems.

HEX536272
Decimal8398114
Binary101001111000101110010
Octal123142162

Shades and tints

Shades of #536272

#536272
(83,98,114)
#4C5A68
(76,90,104)
#45525E
(69,82,94)
#3E4A54
(62,74,84)
#37424A
(55,66,74)
#303A40
(48,58,64)
#293236
(41,50,54)
#222A2C
(34,42,44)
#1B2222
(27,34,34)
#141A18
(20,26,24)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #536272

#536272
(83,98,114)
#62707E
(98,112,126)
#717E8A
(113,126,138)
#808C96
(128,140,150)
#8F9AA2
(143,154,162)
#9EA8AE
(158,168,174)
#ADB6BA
(173,182,186)
#BCC4C6
(188,196,198)
#CBD2D2
(203,210,210)
#DAE0DE
(218,224,222)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536272; }

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

This text font color is #536272.


Background Color

.myBgColor { background-color: #536272; }

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

This div background color is #536272.


Border color

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

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

This div border color is #536272.


Opacity

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

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

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

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

This text has shadow with #536272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536272 on black background.


Color preview on white background

This text has color #536272 on white background.



Black color preview on #536272 background

This text has black color on #536272 background.


White color preview on #536272 background

This text has white color on #536272 background.