COLOR #536865

HEX: #536865
RGB: (83,104,101)

Color info

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

RGB color model

#536865 color RGB value is (83,104,101).

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

RGB channels and saturation

R 83 of 255 = 33%
G 104 of 255 = 41%
B 101 of 255 = 40%

83
104
101

R + G + B ~ 38%. #536865 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 104 + 101 = 288 (100%)
R 83 of 288 ~ 28.82%
G 104 of 288 ~ 36.11%
B 101 of 288 ~ 35.07%

%28.82
%36.11
%35.07

CMYK color model

#536865 color CMYK value is (20,0,3,59).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 59.22%
CMYK:
(20,0,3,59)
C20M0Y3K59 
(20%,0%,3%,59%)
(0.20/0.00/0.03/0.59)	

CMYK percentages

%20.19
%0
%2.88
%59.22

Codes

Color #536865 in popluar color models

536865
RGB83104101
HSL171°11.23%36.67%
HSB/HSV171°20.19%40.78%
CMYK20.19%0.00%2.88%
59.22%

Color #536865 in popluar number systems.

HEX536865
Decimal83104101
Binary101001111010001100101
Octal123150145

Shades and tints

Shades of #536865

#536865
(83,104,101)
#4C5F5C
(76,95,92)
#455653
(69,86,83)
#3E4D4A
(62,77,74)
#374441
(55,68,65)
#303B38
(48,59,56)
#29322F
(41,50,47)
#222926
(34,41,38)
#1B201D
(27,32,29)
#141714
(20,23,20)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #536865

#536865
(83,104,101)
#627573
(98,117,115)
#718281
(113,130,129)
#808F8F
(128,143,143)
#8F9C9D
(143,156,157)
#9EA9AB
(158,169,171)
#ADB6B9
(173,182,185)
#BCC3C7
(188,195,199)
#CBD0D5
(203,208,213)
#DADDE3
(218,221,227)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536865; }

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

This text font color is #536865.


Background Color

.myBgColor { background-color: #536865; }

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

This div background color is #536865.


Border color

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

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

This div border color is #536865.


Opacity

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

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

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

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

This text has shadow with #536865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536865 on black background.


Color preview on white background

This text has color #536865 on white background.



Black color preview on #536865 background

This text has black color on #536865 background.


White color preview on #536865 background

This text has white color on #536865 background.