COLOR #535A74

HEX: #535A74
RGB: (83,90,116)

Color info

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

RGB color model

#535A74 color RGB value is (83,90,116).

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

RGB channels and saturation

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

83
90
116

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

Portions of RGB colors in percentages

R + G + B =
83 + 90 + 116 = 289 (100%)
R 83 of 289 ~ 28.72%
G 90 of 289 ~ 31.14%
B 116 of 289 ~ 40.14%

%28.72
%31.14
%40.14

CMYK color model

#535A74 color CMYK value is (28,22,0,55).

  • cyan value is 28.45%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(28,22,0,55)
C28M22Y0K55 
(28%,22%,0%,55%)
(0.28/0.22/0.00/0.55)	

CMYK percentages

%28.45
%22.41
%0
%54.51

Codes

Color #535A74 in popluar color models

535A74
RGB8390116
HSL227°16.58%39.02%
HSB/HSV227°28.45%45.49%
CMYK28.45%22.41%0.00%
54.51%

Color #535A74 in popluar number systems.

HEX535A74
Decimal8390116
Binary101001110110101110100
Octal123132164

Shades and tints

Shades of #535A74

#535A74
(83,90,116)
#4C526A
(76,82,106)
#454A60
(69,74,96)
#3E4256
(62,66,86)
#373A4C
(55,58,76)
#303242
(48,50,66)
#292A38
(41,42,56)
#22222E
(34,34,46)
#1B1A24
(27,26,36)
#14121A
(20,18,26)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #535A74

#535A74
(83,90,116)
#626980
(98,105,128)
#71788C
(113,120,140)
#808798
(128,135,152)
#8F96A4
(143,150,164)
#9EA5B0
(158,165,176)
#ADB4BC
(173,180,188)
#BCC3C8
(188,195,200)
#CBD2D4
(203,210,212)
#DAE1E0
(218,225,224)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535A74; }

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

This text font color is #535A74.


Background Color

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

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

This div background color is #535A74.


Border color

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

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

This div border color is #535A74.


Opacity

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

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

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

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

This text has shadow with #535A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535A74 on black background.


Color preview on white background

This text has color #535A74 on white background.



Black color preview on #535A74 background

This text has black color on #535A74 background.


White color preview on #535A74 background

This text has white color on #535A74 background.