COLOR #534563

HEX: #534563
RGB: (83,69,99)

Color info

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

RGB color model

#534563 color RGB value is (83,69,99).

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

RGB channels and saturation

R 83 of 255 = 33%
G 69 of 255 = 27%
B 99 of 255 = 39%

83
69
99

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

Portions of RGB colors in percentages

R + G + B =
83 + 69 + 99 = 251 (100%)
R 83 of 251 ~ 33.07%
G 69 of 251 ~ 27.49%
B 99 of 251 ~ 39.44%

%33.07
%27.49
%39.44

CMYK color model

#534563 color CMYK value is (16,30,0,61).

  • cyan value is 16.16%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(16,30,0,61)
C16M30Y0K61 
(16%,30%,0%,61%)
(0.16/0.30/0.00/0.61)	

CMYK percentages

%16.16
%30.3
%0
%61.18

Codes

Color #534563 in popluar color models

534563
RGB836999
HSL268°17.86%32.94%
HSB/HSV268°30.30%38.82%
CMYK16.16%30.30%0.00%
61.18%

Color #534563 in popluar number systems.

HEX534563
Decimal836999
Binary101001110001011100011
Octal123105143

Shades and tints

Shades of #534563

#534563
(83,69,99)
#4C3F5A
(76,63,90)
#453951
(69,57,81)
#3E3348
(62,51,72)
#372D3F
(55,45,63)
#302736
(48,39,54)
#29212D
(41,33,45)
#221B24
(34,27,36)
#1B151B
(27,21,27)
#140F12
(20,15,18)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #534563

#534563
(83,69,99)
#625571
(98,85,113)
#71657F
(113,101,127)
#80758D
(128,117,141)
#8F859B
(143,133,155)
#9E95A9
(158,149,169)
#ADA5B7
(173,165,183)
#BCB5C5
(188,181,197)
#CBC5D3
(203,197,211)
#DAD5E1
(218,213,225)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534563; }

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

This text font color is #534563.


Background Color

.myBgColor { background-color: #534563; }

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

This div background color is #534563.


Border color

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

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

This div border color is #534563.


Opacity

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

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

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

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

This text has shadow with #534563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534563 on black background.


Color preview on white background

This text has color #534563 on white background.



Black color preview on #534563 background

This text has black color on #534563 background.


White color preview on #534563 background

This text has white color on #534563 background.