COLOR #536572

HEX: #536572
RGB: (83,101,114)

Color info

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

RGB color model

#536572 color RGB value is (83,101,114).

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

RGB channels and saturation

R 83 of 255 = 33%
G 101 of 255 = 40%
B 114 of 255 = 45%

83
101
114

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

Portions of RGB colors in percentages

R + G + B =
83 + 101 + 114 = 298 (100%)
R 83 of 298 ~ 27.85%
G 101 of 298 ~ 33.89%
B 114 of 298 ~ 38.26%

%27.85
%33.89
%38.26

CMYK color model

#536572 color CMYK value is (27,11,0,55).

  • cyan value is 27.19%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(27,11,0,55)
C27M11Y0K55 
(27%,11%,0%,55%)
(0.27/0.11/0.00/0.55)	

CMYK percentages

%27.19
%11.4
%0
%55.29

Codes

Color #536572 in popluar color models

536572
RGB83101114
HSL205°15.74%38.63%
HSB/HSV205°27.19%44.71%
CMYK27.19%11.40%0.00%
55.29%

Color #536572 in popluar number systems.

HEX536572
Decimal83101114
Binary101001111001011110010
Octal123145162

Shades and tints

Shades of #536572

#536572
(83,101,114)
#4C5C68
(76,92,104)
#45535E
(69,83,94)
#3E4A54
(62,74,84)
#37414A
(55,65,74)
#303840
(48,56,64)
#292F36
(41,47,54)
#22262C
(34,38,44)
#1B1D22
(27,29,34)
#141418
(20,20,24)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #536572

#536572
(83,101,114)
#62737E
(98,115,126)
#71818A
(113,129,138)
#808F96
(128,143,150)
#8F9DA2
(143,157,162)
#9EABAE
(158,171,174)
#ADB9BA
(173,185,186)
#BCC7C6
(188,199,198)
#CBD5D2
(203,213,210)
#DAE3DE
(218,227,222)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536572; }

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

This text font color is #536572.


Background Color

.myBgColor { background-color: #536572; }

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

This div background color is #536572.


Border color

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

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

This div border color is #536572.


Opacity

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

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

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

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

This text has shadow with #536572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536572 on black background.


Color preview on white background

This text has color #536572 on white background.



Black color preview on #536572 background

This text has black color on #536572 background.


White color preview on #536572 background

This text has white color on #536572 background.