COLOR #536470

HEX: #536470
RGB: (83,100,112)

Color info

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

RGB color model

#536470 color RGB value is (83,100,112).

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

RGB channels and saturation

R 83 of 255 = 33%
G 100 of 255 = 39%
B 112 of 255 = 44%

83
100
112

R + G + B ~ 39%. #536470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 100 + 112 = 295 (100%)
R 83 of 295 ~ 28.14%
G 100 of 295 ~ 33.9%
B 112 of 295 ~ 37.97%

%28.14
%33.9
%37.97

CMYK color model

#536470 color CMYK value is (26,11,0,56).

  • cyan value is 25.89%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(26,11,0,56)
C26M11Y0K56 
(26%,11%,0%,56%)
(0.26/0.11/0.00/0.56)	

CMYK percentages

%25.89
%10.71
%0
%56.08

Codes

Color #536470 in popluar color models

536470
RGB83100112
HSL205°14.87%38.24%
HSB/HSV205°25.89%43.92%
CMYK25.89%10.71%0.00%
56.08%

Color #536470 in popluar number systems.

HEX536470
Decimal83100112
Binary101001111001001110000
Octal123144160

Shades and tints

Shades of #536470

#536470
(83,100,112)
#4C5B66
(76,91,102)
#45525C
(69,82,92)
#3E4952
(62,73,82)
#374048
(55,64,72)
#30373E
(48,55,62)
#292E34
(41,46,52)
#22252A
(34,37,42)
#1B1C20
(27,28,32)
#141316
(20,19,22)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #536470

#536470
(83,100,112)
#62727D
(98,114,125)
#71808A
(113,128,138)
#808E97
(128,142,151)
#8F9CA4
(143,156,164)
#9EAAB1
(158,170,177)
#ADB8BE
(173,184,190)
#BCC6CB
(188,198,203)
#CBD4D8
(203,212,216)
#DAE2E5
(218,226,229)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536470; }

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

This text font color is #536470.


Background Color

.myBgColor { background-color: #536470; }

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

This div background color is #536470.


Border color

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

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

This div border color is #536470.


Opacity

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

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

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

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

This text has shadow with #536470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536470 on black background.


Color preview on white background

This text has color #536470 on white background.



Black color preview on #536470 background

This text has black color on #536470 background.


White color preview on #536470 background

This text has white color on #536470 background.