COLOR #536B77

HEX: #536B77
RGB: (83,107,119)

Color info

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

RGB color model

#536B77 color RGB value is (83,107,119).

  • red value is 83;
  • green value is 107;
  • blue value is 119.
RGB:
(83,107,119)
(33%,42%,47%)

RGB channels and saturation

R 83 of 255 = 33%
G 107 of 255 = 42%
B 119 of 255 = 47%

83
107
119

R + G + B ~ 41%. #536B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 107 + 119 = 309 (100%)
R 83 of 309 ~ 26.86%
G 107 of 309 ~ 34.63%
B 119 of 309 ~ 38.51%

%26.86
%34.63
%38.51

CMYK color model

#536B77 color CMYK value is (30,10,0,53).

  • cyan value is 30.25%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(30,10,0,53)
C30M10Y0K53 
(30%,10%,0%,53%)
(0.30/0.10/0.00/0.53)	

CMYK percentages

%30.25
%10.08
%0
%53.33

Codes

Color #536B77 in popluar color models

536B77
RGB83107119
HSL200°17.82%39.61%
HSB/HSV200°30.25%46.67%
CMYK30.25%10.08%0.00%
53.33%

Color #536B77 in popluar number systems.

HEX536B77
Decimal83107119
Binary101001111010111110111
Octal123153167

Shades and tints

Shades of #536B77

#536B77
(83,107,119)
#4C626D
(76,98,109)
#455963
(69,89,99)
#3E5059
(62,80,89)
#37474F
(55,71,79)
#303E45
(48,62,69)
#29353B
(41,53,59)
#222C31
(34,44,49)
#1B2327
(27,35,39)
#141A1D
(20,26,29)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #536B77

#536B77
(83,107,119)
#627883
(98,120,131)
#71858F
(113,133,143)
#80929B
(128,146,155)
#8F9FA7
(143,159,167)
#9EACB3
(158,172,179)
#ADB9BF
(173,185,191)
#BCC6CB
(188,198,203)
#CBD3D7
(203,211,215)
#DAE0E3
(218,224,227)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536B77 color. Also use rgb(83,107,119) instead hex code.

Text Font Color

.myTextColor { color: #536B77; }

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

This text font color is #536B77.


Background Color

.myBgColor { background-color: #536B77; }

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

This div background color is #536B77.


Border color

.myBorderColor { border: 1px solid #536B77; }

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

This div border color is #536B77.


Opacity

.myOpacity80 { color: #536B77; opacity: 0.8; }

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

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

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

This text has shadow with #536B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536B77 on black background.


Color preview on white background

This text has color #536B77 on white background.



Black color preview on #536B77 background

This text has black color on #536B77 background.


White color preview on #536B77 background

This text has white color on #536B77 background.