COLOR #534C52

HEX: #534C52 RGB: (83,76,82)

Color info

#534C52 contains red, green and blue colors in about the same proportion. Web safe color of #534C52 is #663366 (or #636).

RGB color model

#534C52 color RGB value is (83,76,82).

RGB: (83,76,82) (33%, 30%, 32%)

RGB channels and saturation

R 83 of 255 = 33%
G 76 of 255 = 30%
B 82 of 255 = 32%

83
76
82

R + G + B ~ 32%. #534C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 76 + 82 = 241 (100%)
R 83 of 241 ~ 34.44%
G 76 of 241 ~ 31.54%
B 82 of 241 ~ 34.02'%

%34.44
%31.54
%34.02

CMYK color model

#534C52 color CMYK value is (0,8,1,67).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 1.20%
  • key color value is 67.45%

CMYK: (0,8,1,67)
C0M8Y1K67 (0%, 8%, 1%, 67%)
(0.00 / 0.08 / 0.01 / 0.67)

CMYK percentages

%0
%8.43
%1.2
%67.45

Codes

Color #534C52 in popluar color models

53 4C 52
RGB 83 76 82
HSL 309° 4.40% 31.18%
HSB/HSV 309° 8.43% 32.55%
CMYK 0.00% 8.43% 1.20%
67.45%

Color #534C52 in popluar number systems.

HEX 53 4C 52
Decimal 83 76 82
Binary 1010011 1001100 1010010
Octal 123 114 122

Shades and tints

Shades of #534C52

#534C52
(83,76,82)
#4C464B
(76,70,75)
#454044
(69,64,68)
#3E3A3D
(62,58,61)
#373436
(55,52,54)
#302E2F
(48,46,47)
#292828
(41,40,40)
#222221
(34,34,33)
#1B1C1A
(27,28,26)
#141613
(20,22,19)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #534C52

#534C52
(83,76,82)
#625C61
(98,92,97)
#716C70
(113,108,112)
#807C7F
(128,124,127)
#8F8C8E
(143,140,142)
#9E9C9D
(158,156,157)
#ADACAC
(173,172,172)
#BCBCBB
(188,188,187)
#CBCCCA
(203,204,202)
#DADCD9
(218,220,217)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534C52 color. Also use rgb(83,76,82) instead hex code.

Text Font Color

.myTextColor { color: #534C52; }

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

This text font color is #534C52.

Background Color

.myBgColor { background-color: #534C52; }

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

This div background color is #534C52.

Border color

.myBorderColor { border: 1px solid #534C52; }

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

This div border color is #534C52.

Opacity

.myOpacity80 { color: #534C52; opacity: 0.8; }

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

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

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

This text has shadow with #534C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534C52.

Preview

Color preview on black background

This text has color #534C52 on black background.


Color preview on white background

This text has color #534C52 on white background.


Black color preview on #534C52 background

This text has black color on #534C52 background.


White color preview on #534C52 background

This text has white color on #534C52 background.


Related colors

Complementary color

Complementary color for #hex is #ACB3AD.


I love getcolorcode.com

Triadic colors

1 #52534C and #4C5253 with #534C52 are triadic colors.

2 #524C53 and #4C5352 with #534C52 are triadic colors.