COLOR #535A72

HEX: #535A72
RGB: (83,90,114)

Color info

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

RGB color model

#535A72 color RGB value is (83,90,114).

  • red value is 83;
  • green value is 90;
  • blue value is 114.
RGB:
(83,90,114)
(33%,35%,45%)

RGB channels and saturation

R 83 of 255 = 33%
G 90 of 255 = 35%
B 114 of 255 = 45%

83
90
114

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

Portions of RGB colors in percentages

R + G + B =
83 + 90 + 114 = 287 (100%)
R 83 of 287 ~ 28.92%
G 90 of 287 ~ 31.36%
B 114 of 287 ~ 39.72%

%28.92
%31.36
%39.72

CMYK color model

#535A72 color CMYK value is (27,21,0,55).

  • cyan value is 27.19%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(27,21,0,55)
C27M21Y0K55 
(27%,21%,0%,55%)
(0.27/0.21/0.00/0.55)	

CMYK percentages

%27.19
%21.05
%0
%55.29

Codes

Color #535A72 in popluar color models

535A72
RGB8390114
HSL226°15.74%38.63%
HSB/HSV226°27.19%44.71%
CMYK27.19%21.05%0.00%
55.29%

Color #535A72 in popluar number systems.

HEX535A72
Decimal8390114
Binary101001110110101110010
Octal123132162

Shades and tints

Shades of #535A72

#535A72
(83,90,114)
#4C5268
(76,82,104)
#454A5E
(69,74,94)
#3E4254
(62,66,84)
#373A4A
(55,58,74)
#303240
(48,50,64)
#292A36
(41,42,54)
#22222C
(34,34,44)
#1B1A22
(27,26,34)
#141218
(20,18,24)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #535A72

#535A72
(83,90,114)
#62697E
(98,105,126)
#71788A
(113,120,138)
#808796
(128,135,150)
#8F96A2
(143,150,162)
#9EA5AE
(158,165,174)
#ADB4BA
(173,180,186)
#BCC3C6
(188,195,198)
#CBD2D2
(203,210,210)
#DAE1DE
(218,225,222)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535A72 color. Also use rgb(83,90,114) instead hex code.

Text Font Color

.myTextColor { color: #535A72; }

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

This text font color is #535A72.


Background Color

.myBgColor { background-color: #535A72; }

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

This div background color is #535A72.


Border color

.myBorderColor { border: 1px solid #535A72; }

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

This div border color is #535A72.


Opacity

.myOpacity80 { color: #535A72; opacity: 0.8; }

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

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

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

This text has shadow with #535A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535A72 on black background.


Color preview on white background

This text has color #535A72 on white background.



Black color preview on #535A72 background

This text has black color on #535A72 background.


White color preview on #535A72 background

This text has white color on #535A72 background.