COLOR #536766

HEX: #536766
RGB: (83,103,102)

Color info

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

RGB color model

#536766 color RGB value is (83,103,102).

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

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 102 of 255 = 40%

83
103
102

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

Portions of RGB colors in percentages

R + G + B =
83 + 103 + 102 = 288 (100%)
R 83 of 288 ~ 28.82%
G 103 of 288 ~ 35.76%
B 102 of 288 ~ 35.42%

%28.82
%35.76
%35.42

CMYK color model

#536766 color CMYK value is (19,0,1,60).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 59.61%
CMYK:
(19,0,1,60)
C19M0Y1K60 
(19%,0%,1%,60%)
(0.19/0.00/0.01/0.60)	

CMYK percentages

%19.42
%0
%0.97
%59.61

Codes

Color #536766 in popluar color models

536766
RGB83103102
HSL177°10.75%36.47%
HSB/HSV177°19.42%40.39%
CMYK19.42%0.00%0.97%
59.61%

Color #536766 in popluar number systems.

HEX536766
Decimal83103102
Binary101001111001111100110
Octal123147146

Shades and tints

Shades of #536766

#536766
(83,103,102)
#4C5E5D
(76,94,93)
#455554
(69,85,84)
#3E4C4B
(62,76,75)
#374342
(55,67,66)
#303A39
(48,58,57)
#293130
(41,49,48)
#222827
(34,40,39)
#1B1F1E
(27,31,30)
#141615
(20,22,21)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #536766

#536766
(83,103,102)
#627473
(98,116,115)
#718180
(113,129,128)
#808E8D
(128,142,141)
#8F9B9A
(143,155,154)
#9EA8A7
(158,168,167)
#ADB5B4
(173,181,180)
#BCC2C1
(188,194,193)
#CBCFCE
(203,207,206)
#DADCDB
(218,220,219)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536766; }

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

This text font color is #536766.


Background Color

.myBgColor { background-color: #536766; }

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

This div background color is #536766.


Border color

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

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

This div border color is #536766.


Opacity

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

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

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

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

This text has shadow with #536766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536766 on black background.


Color preview on white background

This text has color #536766 on white background.



Black color preview on #536766 background

This text has black color on #536766 background.


White color preview on #536766 background

This text has white color on #536766 background.