COLOR #535C4F

HEX: #535C4F RGB: (83,92,79)

Color info

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

RGB color model

#535C4F color RGB value is (83,92,79).

RGB: (83,92,79) (33%, 36%, 31%)

RGB channels and saturation

R 83 of 255 = 33%
G 92 of 255 = 36%
B 79 of 255 = 31%

83
92
79

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

Portions of RGB colors in percentages

R + G + B = 83 + 92 + 79 = 254 (100%)
R 83 of 254 ~ 32.68%
G 92 of 254 ~ 36.22%
B 79 of 254 ~ 31.1'%

%32.68
%36.22
%31.1

CMYK color model

#535C4F color CMYK value is (10,0,14,64).

  • cyan value is 9.78%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 63.92%

CMYK: (10,0,14,64)
C10M0Y14K64 (10%, 0%, 14%, 64%)
(0.10 / 0.00 / 0.14 / 0.64)

CMYK percentages

%9.78
%0
%14.13
%63.92

Codes

Color #535C4F in popluar color models

53 5C 4F
RGB 83 92 79
HSL 102° 7.60% 33.53%
HSB/HSV 102° 14.13% 36.08%
CMYK 9.78% 0.00% 14.13%
63.92%

Color #535C4F in popluar number systems.

HEX 53 5C 4F
Decimal 83 92 79
Binary 1010011 1011100 1001111
Octal 123 134 117

Shades and tints

Shades of #535C4F

#535C4F
(83,92,79)
#4C5448
(76,84,72)
#454C41
(69,76,65)
#3E443A
(62,68,58)
#373C33
(55,60,51)
#30342C
(48,52,44)
#292C25
(41,44,37)
#22241E
(34,36,30)
#1B1C17
(27,28,23)
#141410
(20,20,16)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #535C4F

#535C4F
(83,92,79)
#626A5F
(98,106,95)
#71786F
(113,120,111)
#80867F
(128,134,127)
#8F948F
(143,148,143)
#9EA29F
(158,162,159)
#ADB0AF
(173,176,175)
#BCBEBF
(188,190,191)
#CBCCCF
(203,204,207)
#DADADF
(218,218,223)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535C4F; }

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

This text font color is #535C4F.

Background Color

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

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

This div background color is #535C4F.

Border color

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

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

This div border color is #535C4F.

Opacity

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

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

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

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

This text has shadow with #535C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535C4F.

Preview

Color preview on black background

This text has color #535C4F on black background.


Color preview on white background

This text has color #535C4F on white background.


Black color preview on #535C4F background

This text has black color on #535C4F background.


White color preview on #535C4F background

This text has white color on #535C4F background.


Related colors

Complementary color

Complementary color for #hex is #ACA3B0.


I love getcolorcode.com

Triadic colors

1 #4F535C and #5C4F53 with #535C4F are triadic colors.

2 #4F5C53 and #5C534F with #535C4F are triadic colors.