COLOR #536077

HEX: #536077
RGB: (83,96,119)

Color info

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

RGB color model

#536077 color RGB value is (83,96,119).

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

RGB channels and saturation

R 83 of 255 = 33%
G 96 of 255 = 38%
B 119 of 255 = 47%

83
96
119

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

Portions of RGB colors in percentages

R + G + B =
83 + 96 + 119 = 298 (100%)
R 83 of 298 ~ 27.85%
G 96 of 298 ~ 32.21%
B 119 of 298 ~ 39.93%

%27.85
%32.21
%39.93

CMYK color model

#536077 color CMYK value is (30,19,0,53).

  • cyan value is 30.25%
  • magenta value is 19.33%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(30,19,0,53)
C30M19Y0K53 
(30%,19%,0%,53%)
(0.30/0.19/0.00/0.53)	

CMYK percentages

%30.25
%19.33
%0
%53.33

Codes

Color #536077 in popluar color models

536077
RGB8396119
HSL218°17.82%39.61%
HSB/HSV218°30.25%46.67%
CMYK30.25%19.33%0.00%
53.33%

Color #536077 in popluar number systems.

HEX536077
Decimal8396119
Binary101001111000001110111
Octal123140167

Shades and tints

Shades of #536077

#536077
(83,96,119)
#4C586D
(76,88,109)
#455063
(69,80,99)
#3E4859
(62,72,89)
#37404F
(55,64,79)
#303845
(48,56,69)
#29303B
(41,48,59)
#222831
(34,40,49)
#1B2027
(27,32,39)
#14181D
(20,24,29)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #536077

#536077
(83,96,119)
#626E83
(98,110,131)
#717C8F
(113,124,143)
#808A9B
(128,138,155)
#8F98A7
(143,152,167)
#9EA6B3
(158,166,179)
#ADB4BF
(173,180,191)
#BCC2CB
(188,194,203)
#CBD0D7
(203,208,215)
#DADEE3
(218,222,227)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536077; }

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

This text font color is #536077.


Background Color

.myBgColor { background-color: #536077; }

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

This div background color is #536077.


Border color

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

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

This div border color is #536077.


Opacity

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

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

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

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

This text has shadow with #536077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536077 on black background.


Color preview on white background

This text has color #536077 on white background.



Black color preview on #536077 background

This text has black color on #536077 background.


White color preview on #536077 background

This text has white color on #536077 background.