COLOR #535A67

HEX: #535A67
RGB: (83,90,103)

Color info

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

RGB color model

#535A67 color RGB value is (83,90,103).

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

RGB channels and saturation

R 83 of 255 = 33%
G 90 of 255 = 35%
B 103 of 255 = 40%

83
90
103

R + G + B ~ 36%. #535A67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 90 + 103 = 276 (100%)
R 83 of 276 ~ 30.07%
G 90 of 276 ~ 32.61%
B 103 of 276 ~ 37.32%

%30.07
%32.61
%37.32

CMYK color model

#535A67 color CMYK value is (19,13,0,60).

  • cyan value is 19.42%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(19,13,0,60)
C19M13Y0K60 
(19%,13%,0%,60%)
(0.19/0.13/0.00/0.60)	

CMYK percentages

%19.42
%12.62
%0
%59.61

Codes

Color #535A67 in popluar color models

535A67
RGB8390103
HSL219°10.75%36.47%
HSB/HSV219°19.42%40.39%
CMYK19.42%12.62%0.00%
59.61%

Color #535A67 in popluar number systems.

HEX535A67
Decimal8390103
Binary101001110110101100111
Octal123132147

Shades and tints

Shades of #535A67

#535A67
(83,90,103)
#4C525E
(76,82,94)
#454A55
(69,74,85)
#3E424C
(62,66,76)
#373A43
(55,58,67)
#30323A
(48,50,58)
#292A31
(41,42,49)
#222228
(34,34,40)
#1B1A1F
(27,26,31)
#141216
(20,18,22)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #535A67

#535A67
(83,90,103)
#626974
(98,105,116)
#717881
(113,120,129)
#80878E
(128,135,142)
#8F969B
(143,150,155)
#9EA5A8
(158,165,168)
#ADB4B5
(173,180,181)
#BCC3C2
(188,195,194)
#CBD2CF
(203,210,207)
#DAE1DC
(218,225,220)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535A67; }

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

This text font color is #535A67.


Background Color

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

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

This div background color is #535A67.


Border color

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

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

This div border color is #535A67.


Opacity

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

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

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

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

This text has shadow with #535A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535A67 on black background.


Color preview on white background

This text has color #535A67 on white background.



Black color preview on #535A67 background

This text has black color on #535A67 background.


White color preview on #535A67 background

This text has white color on #535A67 background.