COLOR #534857

HEX: #534857
RGB: (83,72,87)

Color info

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

RGB color model

#534857 color RGB value is (83,72,87).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 87 of 255 = 34%

83
72
87

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

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 87 = 242 (100%)
R 83 of 242 ~ 34.3%
G 72 of 242 ~ 29.75%
B 87 of 242 ~ 35.95%

%34.3
%29.75
%35.95

CMYK color model

#534857 color CMYK value is (5,17,0,66).

  • cyan value is 4.60%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(5,17,0,66)
C5M17Y0K66 
(5%,17%,0%,66%)
(0.05/0.17/0.00/0.66)	

CMYK percentages

%4.6
%17.24
%0
%65.88

Codes

Color #534857 in popluar color models

534857
RGB837287
HSL284°9.43%31.18%
HSB/HSV284°17.24%34.12%
CMYK4.60%17.24%0.00%
65.88%

Color #534857 in popluar number systems.

HEX534857
Decimal837287
Binary101001110010001010111
Octal123110127

Shades and tints

Shades of #534857

#534857
(83,72,87)
#4C4250
(76,66,80)
#453C49
(69,60,73)
#3E3642
(62,54,66)
#37303B
(55,48,59)
#302A34
(48,42,52)
#29242D
(41,36,45)
#221E26
(34,30,38)
#1B181F
(27,24,31)
#141218
(20,18,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #534857

#534857
(83,72,87)
#625866
(98,88,102)
#716875
(113,104,117)
#807884
(128,120,132)
#8F8893
(143,136,147)
#9E98A2
(158,152,162)
#ADA8B1
(173,168,177)
#BCB8C0
(188,184,192)
#CBC8CF
(203,200,207)
#DAD8DE
(218,216,222)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534857; }

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

This text font color is #534857.


Background Color

.myBgColor { background-color: #534857; }

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

This div background color is #534857.


Border color

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

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

This div border color is #534857.


Opacity

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

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

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

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

This text has shadow with #534857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534857 on black background.


Color preview on white background

This text has color #534857 on white background.



Black color preview on #534857 background

This text has black color on #534857 background.


White color preview on #534857 background

This text has white color on #534857 background.