COLOR #534A5C

HEX: #534A5C
RGB: (83,74,92)

Color info

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

RGB color model

#534A5C color RGB value is (83,74,92).

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

RGB channels and saturation

R 83 of 255 = 33%
G 74 of 255 = 29%
B 92 of 255 = 36%

83
74
92

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

Portions of RGB colors in percentages

R + G + B =
83 + 74 + 92 = 249 (100%)
R 83 of 249 ~ 33.33%
G 74 of 249 ~ 29.72%
B 92 of 249 ~ 36.95%

%33.33
%29.72
%36.95

CMYK color model

#534A5C color CMYK value is (10,20,0,64).

  • cyan value is 9.78%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(10,20,0,64)
C10M20Y0K64 
(10%,20%,0%,64%)
(0.10/0.20/0.00/0.64)	

CMYK percentages

%9.78
%19.57
%0
%63.92

Codes

Color #534A5C in popluar color models

534A5C
RGB837492
HSL270°10.84%32.55%
HSB/HSV270°19.57%36.08%
CMYK9.78%19.57%0.00%
63.92%

Color #534A5C in popluar number systems.

HEX534A5C
Decimal837492
Binary101001110010101011100
Octal123112134

Shades and tints

Shades of #534A5C

#534A5C
(83,74,92)
#4C4454
(76,68,84)
#453E4C
(69,62,76)
#3E3844
(62,56,68)
#37323C
(55,50,60)
#302C34
(48,44,52)
#29262C
(41,38,44)
#222024
(34,32,36)
#1B1A1C
(27,26,28)
#141414
(20,20,20)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #534A5C

#534A5C
(83,74,92)
#625A6A
(98,90,106)
#716A78
(113,106,120)
#807A86
(128,122,134)
#8F8A94
(143,138,148)
#9E9AA2
(158,154,162)
#ADAAB0
(173,170,176)
#BCBABE
(188,186,190)
#CBCACC
(203,202,204)
#DADADA
(218,218,218)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534A5C; }

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

This text font color is #534A5C.


Background Color

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

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

This div background color is #534A5C.


Border color

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

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

This div border color is #534A5C.


Opacity

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

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

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

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

This text has shadow with #534A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534A5C on black background.


Color preview on white background

This text has color #534A5C on white background.



Black color preview on #534A5C background

This text has black color on #534A5C background.


White color preview on #534A5C background

This text has white color on #534A5C background.