COLOR #535C5E

HEX: #535C5E
RGB: (83,92,94)

Color info

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

RGB color model

#535C5E color RGB value is (83,92,94).

  • red value is 83;
  • green value is 92;
  • blue value is 94.
RGB: (83,92,94) (33%,36%,37%)

RGB channels and saturation

R 83 of 255 = 33%
G 92 of 255 = 36%
B 94 of 255 = 37%

83
92
94

R + G + B ~ 35%. #535C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 92 + 94 = 269 (100%)
R 83 of 269 ~ 30.86%
G 92 of 269 ~ 34.2%
B 94 of 269 ~ 34.94%

%30.86
%34.2
%34.94

CMYK color model

#535C5E color CMYK value is (12,2,0,63).

  • cyan value is 11.70%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (12,2,0,63) C12M2Y0K63 (12%,2%,0%,63%) (0.12/0.02/0.00/0.63)

CMYK percentages

%11.7
%2.13
%0
%63.14

Codes

Color #535C5E in popluar color models

535C5E
RGB839294
HSL191°6.21%34.71%
HSB/HSV191°11.70%36.86%
CMYK11.70%2.13%0.00%
63.14%

Color #535C5E in popluar number systems.

HEX535C5E
Decimal839294
Binary101001110111001011110
Octal123134136

Shades and tints

Shades of #535C5E

#535C5E
(83,92,94)
#4C5456
(76,84,86)
#454C4E
(69,76,78)
#3E4446
(62,68,70)
#373C3E
(55,60,62)
#303436
(48,52,54)
#292C2E
(41,44,46)
#222426
(34,36,38)
#1B1C1E
(27,28,30)
#141416
(20,20,22)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #535C5E

#535C5E
(83,92,94)
#626A6C
(98,106,108)
#71787A
(113,120,122)
#808688
(128,134,136)
#8F9496
(143,148,150)
#9EA2A4
(158,162,164)
#ADB0B2
(173,176,178)
#BCBEC0
(188,190,192)
#CBCCCE
(203,204,206)
#DADADC
(218,218,220)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535C5E color. Also use rgb(83,92,94) instead hex code.

Text Font Color

.myTextColor { color: #535C5E; }

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

This text font color is #535C5E.


Background Color

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

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

This div background color is #535C5E.


Border color

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

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

This div border color is #535C5E.


Opacity

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

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

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

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

This text has shadow with #535C5E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #535C5E on black background.


Color preview on white background

This text has color #535C5E on white background.



Black color preview on #535C5E background

This text has black color on #535C5E background.


White color preview on #535C5E background

This text has white color on #535C5E background.