COLOR #535455

HEX: #535455 RGB: (83,84,85)

Color info

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

RGB color model

#535455 color RGB value is (83,84,85).

RGB: (83,84,85) (33%, 33%, 33%)

RGB channels and saturation

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

83
84
85

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

Portions of RGB colors in percentages

R + G + B = 83 + 84 + 85 = 252 (100%)
R 83 of 252 ~ 32.94%
G 84 of 252 ~ 33.33%
B 85 of 252 ~ 33.73'%

%32.94
%33.33
%33.73

CMYK color model

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

  • cyan value is 2.35%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (2,1,0,67)
C2M1Y0K67 (2%, 1%, 0%, 67%)
(0.02 / 0.01 / 0.00 / 0.67)

CMYK percentages

%2.35
%1.18
%0
%66.67

Codes

Color #535455 in popluar color models

53 54 55
RGB 83 84 85
HSL 210° 1.19% 32.94%
HSB/HSV 210° 2.35% 33.33%
CMYK 2.35% 1.18% 0.00%
66.67%

Color #535455 in popluar number systems.

HEX 53 54 55
Decimal 83 84 85
Binary 1010011 1010100 1010101
Octal 123 124 125

Shades and tints

Shades of #535455

#535455
(83,84,85)
#4C4D4E
(76,77,78)
#454647
(69,70,71)
#3E3F40
(62,63,64)
#373839
(55,56,57)
#303132
(48,49,50)
#292A2B
(41,42,43)
#222324
(34,35,36)
#1B1C1D
(27,28,29)
#141516
(20,21,22)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #535455

#535455
(83,84,85)
#626364
(98,99,100)
#717273
(113,114,115)
#808182
(128,129,130)
#8F9091
(143,144,145)
#9E9FA0
(158,159,160)
#ADAEAF
(173,174,175)
#BCBDBE
(188,189,190)
#CBCCCD
(203,204,205)
#DADBDC
(218,219,220)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535455; }

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

This text font color is #535455.

Background Color

.myBgColor { background-color: #535455; }

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

This div background color is #535455.

Border color

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

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

This div border color is #535455.

Opacity

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

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

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

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

This text has shadow with #535455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535455.

Preview

Color preview on black background

This text has color #535455 on black background.


Color preview on white background

This text has color #535455 on white background.


Black color preview on #535455 background

This text has black color on #535455 background.


White color preview on #535455 background

This text has white color on #535455 background.


Related colors

Complementary color

Complementary color for #hex is #ACABAA.


I love getcolorcode.com

Triadic colors

1 #555354 and #545553 with #535455 are triadic colors.

2 #555453 and #545355 with #535455 are triadic colors.