COLOR #534557

HEX: #534557
RGB: (83,69,87)

Color info

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

RGB color model

#534557 color RGB value is (83,69,87).

  • red value is 83;
  • green value is 69;
  • blue value is 87.
RGB:
(83,69,87)
(33%,27%,34%)

RGB channels and saturation

R 83 of 255 = 33%
G 69 of 255 = 27%
B 87 of 255 = 34%

83
69
87

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

Portions of RGB colors in percentages

R + G + B =
83 + 69 + 87 = 239 (100%)
R 83 of 239 ~ 34.73%
G 69 of 239 ~ 28.87%
B 87 of 239 ~ 36.4%

%34.73
%28.87
%36.4

CMYK color model

#534557 color CMYK value is (5,21,0,66).

  • cyan value is 4.60%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(5,21,0,66)
C5M21Y0K66 
(5%,21%,0%,66%)
(0.05/0.21/0.00/0.66)	

CMYK percentages

%4.6
%20.69
%0
%65.88

Codes

Color #534557 in popluar color models

534557
RGB836987
HSL287°11.54%30.59%
HSB/HSV287°20.69%34.12%
CMYK4.60%20.69%0.00%
65.88%

Color #534557 in popluar number systems.

HEX534557
Decimal836987
Binary101001110001011010111
Octal123105127

Shades and tints

Shades of #534557

#534557
(83,69,87)
#4C3F50
(76,63,80)
#453949
(69,57,73)
#3E3342
(62,51,66)
#372D3B
(55,45,59)
#302734
(48,39,52)
#29212D
(41,33,45)
#221B26
(34,27,38)
#1B151F
(27,21,31)
#140F18
(20,15,24)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #534557

#534557
(83,69,87)
#625566
(98,85,102)
#716575
(113,101,117)
#807584
(128,117,132)
#8F8593
(143,133,147)
#9E95A2
(158,149,162)
#ADA5B1
(173,165,177)
#BCB5C0
(188,181,192)
#CBC5CF
(203,197,207)
#DAD5DE
(218,213,222)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534557 color. Also use rgb(83,69,87) instead hex code.

Text Font Color

.myTextColor { color: #534557; }

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

This text font color is #534557.


Background Color

.myBgColor { background-color: #534557; }

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

This div background color is #534557.


Border color

.myBorderColor { border: 1px solid #534557; }

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

This div border color is #534557.


Opacity

.myOpacity80 { color: #534557; opacity: 0.8; }

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

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

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

This text has shadow with #534557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534557 on black background.


Color preview on white background

This text has color #534557 on white background.



Black color preview on #534557 background

This text has black color on #534557 background.


White color preview on #534557 background

This text has white color on #534557 background.