COLOR #534C5C

HEX: #534C5C
RGB: (83,76,92)

Color info

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

RGB color model

#534C5C color RGB value is (83,76,92).

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

RGB channels and saturation

R 83 of 255 = 33%
G 76 of 255 = 30%
B 92 of 255 = 36%

83
76
92

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

Portions of RGB colors in percentages

R + G + B =
83 + 76 + 92 = 251 (100%)
R 83 of 251 ~ 33.07%
G 76 of 251 ~ 30.28%
B 92 of 251 ~ 36.65%

%33.07
%30.28
%36.65

CMYK color model

#534C5C color CMYK value is (10,17,0,64).

  • cyan value is 9.78%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(10,17,0,64)
C10M17Y0K64 
(10%,17%,0%,64%)
(0.10/0.17/0.00/0.64)	

CMYK percentages

%9.78
%17.39
%0
%63.92

Codes

Color #534C5C in popluar color models

534C5C
RGB837692
HSL266°9.52%32.94%
HSB/HSV266°17.39%36.08%
CMYK9.78%17.39%0.00%
63.92%

Color #534C5C in popluar number systems.

HEX534C5C
Decimal837692
Binary101001110011001011100
Octal123114134

Shades and tints

Shades of #534C5C

#534C5C
(83,76,92)
#4C4654
(76,70,84)
#45404C
(69,64,76)
#3E3A44
(62,58,68)
#37343C
(55,52,60)
#302E34
(48,46,52)
#29282C
(41,40,44)
#222224
(34,34,36)
#1B1C1C
(27,28,28)
#141614
(20,22,20)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #534C5C

#534C5C
(83,76,92)
#625C6A
(98,92,106)
#716C78
(113,108,120)
#807C86
(128,124,134)
#8F8C94
(143,140,148)
#9E9CA2
(158,156,162)
#ADACB0
(173,172,176)
#BCBCBE
(188,188,190)
#CBCCCC
(203,204,204)
#DADCDA
(218,220,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534C5C; }

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

This text font color is #534C5C.


Background Color

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

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

This div background color is #534C5C.


Border color

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

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

This div border color is #534C5C.


Opacity

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

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

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

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

This text has shadow with #534C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534C5C on black background.


Color preview on white background

This text has color #534C5C on white background.



Black color preview on #534C5C background

This text has black color on #534C5C background.


White color preview on #534C5C background

This text has white color on #534C5C background.