COLOR #534E51

HEX: #534E51 RGB: (83,78,81)

Color info

#534E51 contains red, green and blue colors in about the same proportion. Web safe color of #534E51 is #666666 (or #666).

RGB color model

#534E51 color RGB value is (83,78,81).

RGB: (83,78,81) (33%, 31%, 32%)

RGB channels and saturation

R 83 of 255 = 33%
G 78 of 255 = 31%
B 81 of 255 = 32%

83
78
81

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

Portions of RGB colors in percentages

R + G + B = 83 + 78 + 81 = 242 (100%)
R 83 of 242 ~ 34.3%
G 78 of 242 ~ 32.23%
B 81 of 242 ~ 33.47'%

%34.3
%32.23
%33.47

CMYK color model

#534E51 color CMYK value is (0,6,2,67).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 2.41%
  • key color value is 67.45%

CMYK: (0,6,2,67)
C0M6Y2K67 (0%, 6%, 2%, 67%)
(0.00 / 0.06 / 0.02 / 0.67)

CMYK percentages

%0
%6.02
%2.41
%67.45

Codes

Color #534E51 in popluar color models

53 4E 51
RGB 83 78 81
HSL 324° 3.11% 31.57%
HSB/HSV 324° 6.02% 32.55%
CMYK 0.00% 6.02% 2.41%
67.45%

Color #534E51 in popluar number systems.

HEX 53 4E 51
Decimal 83 78 81
Binary 1010011 1001110 1010001
Octal 123 116 121

Shades and tints

Shades of #534E51

#534E51
(83,78,81)
#4C474A
(76,71,74)
#454043
(69,64,67)
#3E393C
(62,57,60)
#373235
(55,50,53)
#302B2E
(48,43,46)
#292427
(41,36,39)
#221D20
(34,29,32)
#1B1619
(27,22,25)
#140F12
(20,15,18)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #534E51

#534E51
(83,78,81)
#625E60
(98,94,96)
#716E6F
(113,110,111)
#807E7E
(128,126,126)
#8F8E8D
(143,142,141)
#9E9E9C
(158,158,156)
#ADAEAB
(173,174,171)
#BCBEBA
(188,190,186)
#CBCEC9
(203,206,201)
#DADED8
(218,222,216)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534E51; }

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

This text font color is #534E51.

Background Color

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

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

This div background color is #534E51.

Border color

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

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

This div border color is #534E51.

Opacity

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

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

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

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

This text has shadow with #534E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534E51.

Preview

Color preview on black background

This text has color #534E51 on black background.


Color preview on white background

This text has color #534E51 on white background.


Black color preview on #534E51 background

This text has black color on #534E51 background.


White color preview on #534E51 background

This text has white color on #534E51 background.


Related colors

Complementary color

Complementary color for #hex is #ACB1AE.


I love getcolorcode.com

Triadic colors

1 #51534E and #4E5153 with #534E51 are triadic colors.

2 #514E53 and #4E5351 with #534E51 are triadic colors.