COLOR #536771

HEX: #536771
RGB: (83,103,113)

Color info

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

RGB color model

#536771 color RGB value is (83,103,113).

  • red value is 83;
  • green value is 103;
  • blue value is 113.
RGB:
(83,103,113)
(33%,40%,44%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 113 of 255 = 44%

83
103
113

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

Portions of RGB colors in percentages

R + G + B =
83 + 103 + 113 = 299 (100%)
R 83 of 299 ~ 27.76%
G 103 of 299 ~ 34.45%
B 113 of 299 ~ 37.79%

%27.76
%34.45
%37.79

CMYK color model

#536771 color CMYK value is (27,9,0,56).

  • cyan value is 26.55%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(27,9,0,56)
C27M9Y0K56 
(27%,9%,0%,56%)
(0.27/0.09/0.00/0.56)	

CMYK percentages

%26.55
%8.85
%0
%55.69

Codes

Color #536771 in popluar color models

536771
RGB83103113
HSL200°15.31%38.43%
HSB/HSV200°26.55%44.31%
CMYK26.55%8.85%0.00%
55.69%

Color #536771 in popluar number systems.

HEX536771
Decimal83103113
Binary101001111001111110001
Octal123147161

Shades and tints

Shades of #536771

#536771
(83,103,113)
#4C5E67
(76,94,103)
#45555D
(69,85,93)
#3E4C53
(62,76,83)
#374349
(55,67,73)
#303A3F
(48,58,63)
#293135
(41,49,53)
#22282B
(34,40,43)
#1B1F21
(27,31,33)
#141617
(20,22,23)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #536771

#536771
(83,103,113)
#62747D
(98,116,125)
#718189
(113,129,137)
#808E95
(128,142,149)
#8F9BA1
(143,155,161)
#9EA8AD
(158,168,173)
#ADB5B9
(173,181,185)
#BCC2C5
(188,194,197)
#CBCFD1
(203,207,209)
#DADCDD
(218,220,221)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536771 color. Also use rgb(83,103,113) instead hex code.

Text Font Color

.myTextColor { color: #536771; }

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

This text font color is #536771.


Background Color

.myBgColor { background-color: #536771; }

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

This div background color is #536771.


Border color

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

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

This div border color is #536771.


Opacity

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

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

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

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

This text has shadow with #536771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536771 on black background.


Color preview on white background

This text has color #536771 on white background.



Black color preview on #536771 background

This text has black color on #536771 background.


White color preview on #536771 background

This text has white color on #536771 background.