COLOR #536264

HEX: #536264
RGB: (83,98,100)

Color info

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

RGB color model

#536264 color RGB value is (83,98,100).

  • red value is 83;
  • green value is 98;
  • blue value is 100.
RGB:
(83,98,100)
(33%,38%,39%)

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 100 of 255 = 39%

83
98
100

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

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 100 = 281 (100%)
R 83 of 281 ~ 29.54%
G 98 of 281 ~ 34.88%
B 100 of 281 ~ 35.59%

%29.54
%34.88
%35.59

CMYK color model

#536264 color CMYK value is (17,2,0,61).

  • cyan value is 17.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(17,2,0,61)
C17M2Y0K61 
(17%,2%,0%,61%)
(0.17/0.02/0.00/0.61)	

CMYK percentages

%17
%2
%0
%60.78

Codes

Color #536264 in popluar color models

536264
RGB8398100
HSL187°9.29%35.88%
HSB/HSV187°17.00%39.22%
CMYK17.00%2.00%0.00%
60.78%

Color #536264 in popluar number systems.

HEX536264
Decimal8398100
Binary101001111000101100100
Octal123142144

Shades and tints

Shades of #536264

#536264
(83,98,100)
#4C5A5B
(76,90,91)
#455252
(69,82,82)
#3E4A49
(62,74,73)
#374240
(55,66,64)
#303A37
(48,58,55)
#29322E
(41,50,46)
#222A25
(34,42,37)
#1B221C
(27,34,28)
#141A13
(20,26,19)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #536264

#536264
(83,98,100)
#627072
(98,112,114)
#717E80
(113,126,128)
#808C8E
(128,140,142)
#8F9A9C
(143,154,156)
#9EA8AA
(158,168,170)
#ADB6B8
(173,182,184)
#BCC4C6
(188,196,198)
#CBD2D4
(203,210,212)
#DAE0E2
(218,224,226)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536264 color. Also use rgb(83,98,100) instead hex code.

Text Font Color

.myTextColor { color: #536264; }

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

This text font color is #536264.


Background Color

.myBgColor { background-color: #536264; }

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

This div background color is #536264.


Border color

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

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

This div border color is #536264.


Opacity

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

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

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

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

This text has shadow with #536264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536264 on black background.


Color preview on white background

This text has color #536264 on white background.



Black color preview on #536264 background

This text has black color on #536264 background.


White color preview on #536264 background

This text has white color on #536264 background.