COLOR #536872

HEX: #536872
RGB: (83,104,114)

Color info

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

RGB color model

#536872 color RGB value is (83,104,114).

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

RGB channels and saturation

R 83 of 255 = 33%
G 104 of 255 = 41%
B 114 of 255 = 45%

83
104
114

R + G + B ~ 40%. #536872 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 104 + 114 = 301 (100%)
R 83 of 301 ~ 27.57%
G 104 of 301 ~ 34.55%
B 114 of 301 ~ 37.87%

%27.57
%34.55
%37.87

CMYK color model

#536872 color CMYK value is (27,9,0,55).

  • cyan value is 27.19%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(27,9,0,55)
C27M9Y0K55 
(27%,9%,0%,55%)
(0.27/0.09/0.00/0.55)	

CMYK percentages

%27.19
%8.77
%0
%55.29

Codes

Color #536872 in popluar color models

536872
RGB83104114
HSL199°15.74%38.63%
HSB/HSV199°27.19%44.71%
CMYK27.19%8.77%0.00%
55.29%

Color #536872 in popluar number systems.

HEX536872
Decimal83104114
Binary101001111010001110010
Octal123150162

Shades and tints

Shades of #536872

#536872
(83,104,114)
#4C5F68
(76,95,104)
#45565E
(69,86,94)
#3E4D54
(62,77,84)
#37444A
(55,68,74)
#303B40
(48,59,64)
#293236
(41,50,54)
#22292C
(34,41,44)
#1B2022
(27,32,34)
#141718
(20,23,24)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #536872

#536872
(83,104,114)
#62757E
(98,117,126)
#71828A
(113,130,138)
#808F96
(128,143,150)
#8F9CA2
(143,156,162)
#9EA9AE
(158,169,174)
#ADB6BA
(173,182,186)
#BCC3C6
(188,195,198)
#CBD0D2
(203,208,210)
#DADDDE
(218,221,222)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536872; }

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

This text font color is #536872.


Background Color

.myBgColor { background-color: #536872; }

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

This div background color is #536872.


Border color

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

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

This div border color is #536872.


Opacity

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

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

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

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

This text has shadow with #536872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536872 on black background.


Color preview on white background

This text has color #536872 on white background.



Black color preview on #536872 background

This text has black color on #536872 background.


White color preview on #536872 background

This text has white color on #536872 background.