COLOR #534657

HEX: #534657
RGB: (83,70,87)

Color info

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

RGB color model

#534657 color RGB value is (83,70,87).

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

RGB channels and saturation

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

83
70
87

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

Portions of RGB colors in percentages

R + G + B =
83 + 70 + 87 = 240 (100%)
R 83 of 240 ~ 34.58%
G 70 of 240 ~ 29.17%
B 87 of 240 ~ 36.25%

%34.58
%29.17
%36.25

CMYK color model

#534657 color CMYK value is (5,20,0,66).

  • cyan value is 4.60%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(5,20,0,66)
C5M20Y0K66 
(5%,20%,0%,66%)
(0.05/0.20/0.00/0.66)	

CMYK percentages

%4.6
%19.54
%0
%65.88

Codes

Color #534657 in popluar color models

534657
RGB837087
HSL286°10.83%30.78%
HSB/HSV286°19.54%34.12%
CMYK4.60%19.54%0.00%
65.88%

Color #534657 in popluar number systems.

HEX534657
Decimal837087
Binary101001110001101010111
Octal123106127

Shades and tints

Shades of #534657

#534657
(83,70,87)
#4C4050
(76,64,80)
#453A49
(69,58,73)
#3E3442
(62,52,66)
#372E3B
(55,46,59)
#302834
(48,40,52)
#29222D
(41,34,45)
#221C26
(34,28,38)
#1B161F
(27,22,31)
#141018
(20,16,24)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #534657

#534657
(83,70,87)
#625666
(98,86,102)
#716675
(113,102,117)
#807684
(128,118,132)
#8F8693
(143,134,147)
#9E96A2
(158,150,162)
#ADA6B1
(173,166,177)
#BCB6C0
(188,182,192)
#CBC6CF
(203,198,207)
#DAD6DE
(218,214,222)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534657; }

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

This text font color is #534657.


Background Color

.myBgColor { background-color: #534657; }

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

This div background color is #534657.


Border color

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

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

This div border color is #534657.


Opacity

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

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

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

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

This text has shadow with #534657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534657 on black background.


Color preview on white background

This text has color #534657 on white background.



Black color preview on #534657 background

This text has black color on #534657 background.


White color preview on #534657 background

This text has white color on #534657 background.