COLOR #534C51

HEX: #534C51
RGB: (83,76,81)

Color info

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

RGB color model

#534C51 color RGB value is (83,76,81).

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

RGB channels and saturation

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

83
76
81

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

Portions of RGB colors in percentages

R + G + B =
83 + 76 + 81 = 240 (100%)
R 83 of 240 ~ 34.58%
G 76 of 240 ~ 31.67%
B 81 of 240 ~ 33.75%

%34.58
%31.67
%33.75

CMYK color model

#534C51 color CMYK value is (0,8,2,67).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(0,8,2,67)
C0M8Y2K67 
(0%,8%,2%,67%)
(0.00/0.08/0.02/0.67)	

CMYK percentages

%0
%8.43
%2.41
%67.45

Codes

Color #534C51 in popluar color models

534C51
RGB837681
HSL317°4.40%31.18%
HSB/HSV317°8.43%32.55%
CMYK0.00%8.43%2.41%
67.45%

Color #534C51 in popluar number systems.

HEX534C51
Decimal837681
Binary101001110011001010001
Octal123114121

Shades and tints

Shades of #534C51

#534C51
(83,76,81)
#4C464A
(76,70,74)
#454043
(69,64,67)
#3E3A3C
(62,58,60)
#373435
(55,52,53)
#302E2E
(48,46,46)
#292827
(41,40,39)
#222220
(34,34,32)
#1B1C19
(27,28,25)
#141612
(20,22,18)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #534C51

#534C51
(83,76,81)
#625C60
(98,92,96)
#716C6F
(113,108,111)
#807C7E
(128,124,126)
#8F8C8D
(143,140,141)
#9E9C9C
(158,156,156)
#ADACAB
(173,172,171)
#BCBCBA
(188,188,186)
#CBCCC9
(203,204,201)
#DADCD8
(218,220,216)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534C51; }

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

This text font color is #534C51.


Background Color

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

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

This div background color is #534C51.


Border color

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

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

This div border color is #534C51.


Opacity

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

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

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

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

This text has shadow with #534C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534C51 on black background.


Color preview on white background

This text has color #534C51 on white background.



Black color preview on #534C51 background

This text has black color on #534C51 background.


White color preview on #534C51 background

This text has white color on #534C51 background.