COLOR #535454

HEX: #535454
RGB: (83,84,84)

Color info

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

RGB color model

#535454 color RGB value is (83,84,84).

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

RGB channels and saturation

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

83
84
84

R + G + B ~ 33%. #535454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 84 = 251 (100%)
R 83 of 251 ~ 33.07%
G 84 of 251 ~ 33.47%
B 84 of 251 ~ 33.47%

%33.07
%33.47
%33.47

CMYK color model

#535454 color CMYK value is (1,0,0,67).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(1,0,0,67)
C1M0Y0K67 
(1%,0%,0%,67%)
(0.01/0.00/0.00/0.67)	

CMYK percentages

%1.19
%0
%0
%67.06

Codes

Color #535454 in popluar color models

535454
RGB838484
HSL180°0.60%32.75%
HSB/HSV180°1.19%32.94%
CMYK1.19%0.00%0.00%
67.06%

Color #535454 in popluar number systems.

HEX535454
Decimal838484
Binary101001110101001010100
Octal123124124

Shades and tints

Shades of #535454

#535454
(83,84,84)
#4C4D4D
(76,77,77)
#454646
(69,70,70)
#3E3F3F
(62,63,63)
#373838
(55,56,56)
#303131
(48,49,49)
#292A2A
(41,42,42)
#222323
(34,35,35)
#1B1C1C
(27,28,28)
#141515
(20,21,21)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #535454

#535454
(83,84,84)
#626363
(98,99,99)
#717272
(113,114,114)
#808181
(128,129,129)
#8F9090
(143,144,144)
#9E9F9F
(158,159,159)
#ADAEAE
(173,174,174)
#BCBDBD
(188,189,189)
#CBCCCC
(203,204,204)
#DADBDB
(218,219,219)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535454; }

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

This text font color is #535454.


Background Color

.myBgColor { background-color: #535454; }

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

This div background color is #535454.


Border color

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

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

This div border color is #535454.


Opacity

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

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

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

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

This text has shadow with #535454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535454 on black background.


Color preview on white background

This text has color #535454 on white background.



Black color preview on #535454 background

This text has black color on #535454 background.


White color preview on #535454 background

This text has white color on #535454 background.