COLOR #536867

HEX: #536867
RGB: (83,104,103)

Color info

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

RGB color model

#536867 color RGB value is (83,104,103).

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

RGB channels and saturation

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

83
104
103

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

Portions of RGB colors in percentages

R + G + B =
83 + 104 + 103 = 290 (100%)
R 83 of 290 ~ 28.62%
G 104 of 290 ~ 35.86%
B 103 of 290 ~ 35.52%

%28.62
%35.86
%35.52

CMYK color model

#536867 color CMYK value is (20,0,1,59).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 0.96%
  • key color value is 59.22%
CMYK:
(20,0,1,59)
C20M0Y1K59 
(20%,0%,1%,59%)
(0.20/0.00/0.01/0.59)	

CMYK percentages

%20.19
%0
%0.96
%59.22

Codes

Color #536867 in popluar color models

536867
RGB83104103
HSL177°11.23%36.67%
HSB/HSV177°20.19%40.78%
CMYK20.19%0.00%0.96%
59.22%

Color #536867 in popluar number systems.

HEX536867
Decimal83104103
Binary101001111010001100111
Octal123150147

Shades and tints

Shades of #536867

#536867
(83,104,103)
#4C5F5E
(76,95,94)
#455655
(69,86,85)
#3E4D4C
(62,77,76)
#374443
(55,68,67)
#303B3A
(48,59,58)
#293231
(41,50,49)
#222928
(34,41,40)
#1B201F
(27,32,31)
#141716
(20,23,22)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #536867

#536867
(83,104,103)
#627574
(98,117,116)
#718281
(113,130,129)
#808F8E
(128,143,142)
#8F9C9B
(143,156,155)
#9EA9A8
(158,169,168)
#ADB6B5
(173,182,181)
#BCC3C2
(188,195,194)
#CBD0CF
(203,208,207)
#DADDDC
(218,221,220)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536867; }

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

This text font color is #536867.


Background Color

.myBgColor { background-color: #536867; }

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

This div background color is #536867.


Border color

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

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

This div border color is #536867.


Opacity

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

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

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

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

This text has shadow with #536867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536867 on black background.


Color preview on white background

This text has color #536867 on white background.



Black color preview on #536867 background

This text has black color on #536867 background.


White color preview on #536867 background

This text has white color on #536867 background.