COLOR #535854

HEX: #535854
RGB: (83,88,84)

Color info

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

RGB color model

#535854 color RGB value is (83,88,84).

  • red value is 83;
  • green value is 88;
  • blue value is 84.
RGB:
(83,88,84)
(33%,35%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 84 of 255 = 33%

83
88
84

R + G + B ~ 34%. #535854 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 84 = 255 (100%)
R 83 of 255 ~ 32.55%
G 88 of 255 ~ 34.51%
B 84 of 255 ~ 32.94%

%32.55
%34.51
%32.94

CMYK color model

#535854 color CMYK value is (6,0,5,65).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 65.49%
CMYK:
(6,0,5,65)
C6M0Y5K65 
(6%,0%,5%,65%)
(0.06/0.00/0.05/0.65)	

CMYK percentages

%5.68
%0
%4.55
%65.49

Codes

Color #535854 in popluar color models

535854
RGB838884
HSL132°2.92%33.53%
HSB/HSV132°5.68%34.51%
CMYK5.68%0.00%4.55%
65.49%

Color #535854 in popluar number systems.

HEX535854
Decimal838884
Binary101001110110001010100
Octal123130124

Shades and tints

Shades of #535854

#535854
(83,88,84)
#4C504D
(76,80,77)
#454846
(69,72,70)
#3E403F
(62,64,63)
#373838
(55,56,56)
#303031
(48,48,49)
#29282A
(41,40,42)
#222023
(34,32,35)
#1B181C
(27,24,28)
#141015
(20,16,21)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #535854

#535854
(83,88,84)
#626763
(98,103,99)
#717672
(113,118,114)
#808581
(128,133,129)
#8F9490
(143,148,144)
#9EA39F
(158,163,159)
#ADB2AE
(173,178,174)
#BCC1BD
(188,193,189)
#CBD0CC
(203,208,204)
#DADFDB
(218,223,219)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535854 color. Also use rgb(83,88,84) instead hex code.

Text Font Color

.myTextColor { color: #535854; }

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

This text font color is #535854.


Background Color

.myBgColor { background-color: #535854; }

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

This div background color is #535854.


Border color

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

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

This div border color is #535854.


Opacity

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

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

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

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

This text has shadow with #535854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535854 on black background.


Color preview on white background

This text has color #535854 on white background.



Black color preview on #535854 background

This text has black color on #535854 background.


White color preview on #535854 background

This text has white color on #535854 background.