COLOR #534A51

HEX: #534A51
RGB: (83,74,81)

Color info

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

RGB color model

#534A51 color RGB value is (83,74,81).

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

RGB channels and saturation

R 83 of 255 = 33%
G 74 of 255 = 29%
B 81 of 255 = 32%

83
74
81

R + G + B ~ 31%. #534A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 74 + 81 = 238 (100%)
R 83 of 238 ~ 34.87%
G 74 of 238 ~ 31.09%
B 81 of 238 ~ 34.03%

%34.87
%31.09
%34.03

CMYK color model

#534A51 color CMYK value is (0,11,2,67).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(0,11,2,67)
C0M11Y2K67 
(0%,11%,2%,67%)
(0.00/0.11/0.02/0.67)	

CMYK percentages

%0
%10.84
%2.41
%67.45

Codes

Color #534A51 in popluar color models

534A51
RGB837481
HSL313°5.73%30.78%
HSB/HSV313°10.84%32.55%
CMYK0.00%10.84%2.41%
67.45%

Color #534A51 in popluar number systems.

HEX534A51
Decimal837481
Binary101001110010101010001
Octal123112121

Shades and tints

Shades of #534A51

#534A51
(83,74,81)
#4C444A
(76,68,74)
#453E43
(69,62,67)
#3E383C
(62,56,60)
#373235
(55,50,53)
#302C2E
(48,44,46)
#292627
(41,38,39)
#222020
(34,32,32)
#1B1A19
(27,26,25)
#141412
(20,20,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #534A51

#534A51
(83,74,81)
#625A60
(98,90,96)
#716A6F
(113,106,111)
#807A7E
(128,122,126)
#8F8A8D
(143,138,141)
#9E9A9C
(158,154,156)
#ADAAAB
(173,170,171)
#BCBABA
(188,186,186)
#CBCAC9
(203,202,201)
#DADAD8
(218,218,216)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534A51; }

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

This text font color is #534A51.


Background Color

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

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

This div background color is #534A51.


Border color

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

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

This div border color is #534A51.


Opacity

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

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

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

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

This text has shadow with #534A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534A51 on black background.


Color preview on white background

This text has color #534A51 on white background.



Black color preview on #534A51 background

This text has black color on #534A51 background.


White color preview on #534A51 background

This text has white color on #534A51 background.