COLOR #536166

HEX: #536166
RGB: (83,97,102)

Color info

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

RGB color model

#536166 color RGB value is (83,97,102).

  • red value is 83;
  • green value is 97;
  • blue value is 102.
RGB:
(83,97,102)
(33%,38%,40%)

RGB channels and saturation

R 83 of 255 = 33%
G 97 of 255 = 38%
B 102 of 255 = 40%

83
97
102

R + G + B ~ 37%. #536166 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 97 + 102 = 282 (100%)
R 83 of 282 ~ 29.43%
G 97 of 282 ~ 34.4%
B 102 of 282 ~ 36.17%

%29.43
%34.4
%36.17

CMYK color model

#536166 color CMYK value is (19,5,0,60).

  • cyan value is 18.63%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(19,5,0,60)
C19M5Y0K60 
(19%,5%,0%,60%)
(0.19/0.05/0.00/0.60)	

CMYK percentages

%18.63
%4.9
%0
%60

Codes

Color #536166 in popluar color models

536166
RGB8397102
HSL196°10.27%36.27%
HSB/HSV196°18.63%40.00%
CMYK18.63%4.90%0.00%
60.00%

Color #536166 in popluar number systems.

HEX536166
Decimal8397102
Binary101001111000011100110
Octal123141146

Shades and tints

Shades of #536166

#536166
(83,97,102)
#4C595D
(76,89,93)
#455154
(69,81,84)
#3E494B
(62,73,75)
#374142
(55,65,66)
#303939
(48,57,57)
#293130
(41,49,48)
#222927
(34,41,39)
#1B211E
(27,33,30)
#141915
(20,25,21)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #536166

#536166
(83,97,102)
#626F73
(98,111,115)
#717D80
(113,125,128)
#808B8D
(128,139,141)
#8F999A
(143,153,154)
#9EA7A7
(158,167,167)
#ADB5B4
(173,181,180)
#BCC3C1
(188,195,193)
#CBD1CE
(203,209,206)
#DADFDB
(218,223,219)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536166 color. Also use rgb(83,97,102) instead hex code.

Text Font Color

.myTextColor { color: #536166; }

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

This text font color is #536166.


Background Color

.myBgColor { background-color: #536166; }

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

This div background color is #536166.


Border color

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

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

This div border color is #536166.


Opacity

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

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

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

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

This text has shadow with #536166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536166 on black background.


Color preview on white background

This text has color #536166 on white background.



Black color preview on #536166 background

This text has black color on #536166 background.


White color preview on #536166 background

This text has white color on #536166 background.