COLOR #535F52

HEX: #535F52 RGB: (83,95,82)

Color info

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

RGB color model

#535F52 color RGB value is (83,95,82).

RGB: (83,95,82) (33%, 37%, 32%)

RGB channels and saturation

R 83 of 255 = 33%
G 95 of 255 = 37%
B 82 of 255 = 32%

83
95
82

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

Portions of RGB colors in percentages

R + G + B = 83 + 95 + 82 = 260 (100%)
R 83 of 260 ~ 31.92%
G 95 of 260 ~ 36.54%
B 82 of 260 ~ 31.54'%

%31.92
%36.54
%31.54

CMYK color model

#535F52 color CMYK value is (13,0,14,63).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 62.75%

CMYK: (13,0,14,63)
C13M0Y14K63 (13%, 0%, 14%, 63%)
(0.13 / 0.00 / 0.14 / 0.63)

CMYK percentages

%12.63
%0
%13.68
%62.75

Codes

Color #535F52 in popluar color models

53 5F 52
RGB 83 95 82
HSL 115° 7.34% 34.71%
HSB/HSV 115° 13.68% 37.25%
CMYK 12.63% 0.00% 13.68%
62.75%

Color #535F52 in popluar number systems.

HEX 53 5F 52
Decimal 83 95 82
Binary 1010011 1011111 1010010
Octal 123 137 122

Shades and tints

Shades of #535F52

#535F52
(83,95,82)
#4C574B
(76,87,75)
#454F44
(69,79,68)
#3E473D
(62,71,61)
#373F36
(55,63,54)
#30372F
(48,55,47)
#292F28
(41,47,40)
#222721
(34,39,33)
#1B1F1A
(27,31,26)
#141713
(20,23,19)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #535F52

#535F52
(83,95,82)
#626D61
(98,109,97)
#717B70
(113,123,112)
#80897F
(128,137,127)
#8F978E
(143,151,142)
#9EA59D
(158,165,157)
#ADB3AC
(173,179,172)
#BCC1BB
(188,193,187)
#CBCFCA
(203,207,202)
#DADDD9
(218,221,217)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535F52 color. Also use rgb(83,95,82) instead hex code.

Text Font Color

.myTextColor { color: #535F52; }

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

This text font color is #535F52.

Background Color

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

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

This div background color is #535F52.

Border color

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

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

This div border color is #535F52.

Opacity

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

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

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

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

This text has shadow with #535F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535F52.

Preview

Color preview on black background

This text has color #535F52 on black background.


Color preview on white background

This text has color #535F52 on white background.


Black color preview on #535F52 background

This text has black color on #535F52 background.


White color preview on #535F52 background

This text has white color on #535F52 background.


Related colors

Complementary color

Complementary color for #hex is #ACA0AD.


I love getcolorcode.com

Triadic colors

1 #52535F and #5F5253 with #535F52 are triadic colors.

2 #525F53 and #5F5352 with #535F52 are triadic colors.