COLOR #535968

HEX: #535968
RGB: (83,89,104)

Color info

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

RGB color model

#535968 color RGB value is (83,89,104).

  • red value is 83;
  • green value is 89;
  • blue value is 104.
RGB:
(83,89,104)
(33%,35%,41%)

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 104 of 255 = 41%

83
89
104

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

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 104 = 276 (100%)
R 83 of 276 ~ 30.07%
G 89 of 276 ~ 32.25%
B 104 of 276 ~ 37.68%

%30.07
%32.25
%37.68

CMYK color model

#535968 color CMYK value is (20,14,0,59).

  • cyan value is 20.19%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(20,14,0,59)
C20M14Y0K59 
(20%,14%,0%,59%)
(0.20/0.14/0.00/0.59)	

CMYK percentages

%20.19
%14.42
%0
%59.22

Codes

Color #535968 in popluar color models

535968
RGB8389104
HSL223°11.23%36.67%
HSB/HSV223°20.19%40.78%
CMYK20.19%14.42%0.00%
59.22%

Color #535968 in popluar number systems.

HEX535968
Decimal8389104
Binary101001110110011101000
Octal123131150

Shades and tints

Shades of #535968

#535968
(83,89,104)
#4C515F
(76,81,95)
#454956
(69,73,86)
#3E414D
(62,65,77)
#373944
(55,57,68)
#30313B
(48,49,59)
#292932
(41,41,50)
#222129
(34,33,41)
#1B1920
(27,25,32)
#141117
(20,17,23)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #535968

#535968
(83,89,104)
#626875
(98,104,117)
#717782
(113,119,130)
#80868F
(128,134,143)
#8F959C
(143,149,156)
#9EA4A9
(158,164,169)
#ADB3B6
(173,179,182)
#BCC2C3
(188,194,195)
#CBD1D0
(203,209,208)
#DAE0DD
(218,224,221)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535968 color. Also use rgb(83,89,104) instead hex code.

Text Font Color

.myTextColor { color: #535968; }

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

This text font color is #535968.


Background Color

.myBgColor { background-color: #535968; }

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

This div background color is #535968.


Border color

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

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

This div border color is #535968.


Opacity

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

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

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

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

This text has shadow with #535968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535968 on black background.


Color preview on white background

This text has color #535968 on white background.



Black color preview on #535968 background

This text has black color on #535968 background.


White color preview on #535968 background

This text has white color on #535968 background.