COLOR #534860

HEX: #534860
RGB: (83,72,96)

Color info

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

RGB color model

#534860 color RGB value is (83,72,96).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 96 of 255 = 38%

83
72
96

R + G + B ~ 33%. #534860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 96 = 251 (100%)
R 83 of 251 ~ 33.07%
G 72 of 251 ~ 28.69%
B 96 of 251 ~ 38.25%

%33.07
%28.69
%38.25

CMYK color model

#534860 color CMYK value is (14,25,0,62).

  • cyan value is 13.54%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(14,25,0,62)
C14M25Y0K62 
(14%,25%,0%,62%)
(0.14/0.25/0.00/0.62)	

CMYK percentages

%13.54
%25
%0
%62.35

Codes

Color #534860 in popluar color models

534860
RGB837296
HSL268°14.29%32.94%
HSB/HSV268°25.00%37.65%
CMYK13.54%25.00%0.00%
62.35%

Color #534860 in popluar number systems.

HEX534860
Decimal837296
Binary101001110010001100000
Octal123110140

Shades and tints

Shades of #534860

#534860
(83,72,96)
#4C4258
(76,66,88)
#453C50
(69,60,80)
#3E3648
(62,54,72)
#373040
(55,48,64)
#302A38
(48,42,56)
#292430
(41,36,48)
#221E28
(34,30,40)
#1B1820
(27,24,32)
#141218
(20,18,24)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #534860

#534860
(83,72,96)
#62586E
(98,88,110)
#71687C
(113,104,124)
#80788A
(128,120,138)
#8F8898
(143,136,152)
#9E98A6
(158,152,166)
#ADA8B4
(173,168,180)
#BCB8C2
(188,184,194)
#CBC8D0
(203,200,208)
#DAD8DE
(218,216,222)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534860; }

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

This text font color is #534860.


Background Color

.myBgColor { background-color: #534860; }

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

This div background color is #534860.


Border color

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

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

This div border color is #534860.


Opacity

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

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

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

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

This text has shadow with #534860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534860 on black background.


Color preview on white background

This text has color #534860 on white background.



Black color preview on #534860 background

This text has black color on #534860 background.


White color preview on #534860 background

This text has white color on #534860 background.