COLOR #534D83

HEX: #534D83
RGB: (83,77,131)

Color info

#534D83 contains red, green and blue colors in about the same proportion. Web safe color of #534D83 is #663399 (or #639).

RGB color model

#534D83 color RGB value is (83,77,131).

  • red value is 83;
  • green value is 77;
  • blue value is 131.
RGB:
(83,77,131)
(33%,30%,51%)

RGB channels and saturation

R 83 of 255 = 33%
G 77 of 255 = 30%
B 131 of 255 = 51%

83
77
131

R + G + B ~ 38%. #534D83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 77 + 131 = 291 (100%)
R 83 of 291 ~ 28.52%
G 77 of 291 ~ 26.46%
B 131 of 291 ~ 45.02%

%28.52
%26.46
%45.02

CMYK color model

#534D83 color CMYK value is (37,41,0,49).

  • cyan value is 36.64%
  • magenta value is 41.22%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(37,41,0,49)
C37M41Y0K49 
(37%,41%,0%,49%)
(0.37/0.41/0.00/0.49)	

CMYK percentages

%36.64
%41.22
%0
%48.63

Codes

Color #534D83 in popluar color models

534D83
RGB8377131
HSL247°25.96%40.78%
HSB/HSV247°41.22%51.37%
CMYK36.64%41.22%0.00%
48.63%

Color #534D83 in popluar number systems.

HEX534D83
Decimal8377131
Binary1010011100110110000011
Octal123115203

Shades and tints

Shades of #534D83

#534D83
(83,77,131)
#4C4678
(76,70,120)
#453F6D
(69,63,109)
#3E3862
(62,56,98)
#373157
(55,49,87)
#302A4C
(48,42,76)
#292341
(41,35,65)
#221C36
(34,28,54)
#1B152B
(27,21,43)
#140E20
(20,14,32)
#0D0715
(13,7,21)
#000000
(0,0,0)

Tints of #534D83

#534D83
(83,77,131)
#625D8E
(98,93,142)
#716D99
(113,109,153)
#807DA4
(128,125,164)
#8F8DAF
(143,141,175)
#9E9DBA
(158,157,186)
#ADADC5
(173,173,197)
#BCBDD0
(188,189,208)
#CBCDDB
(203,205,219)
#DADDE6
(218,221,230)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534D83 color. Also use rgb(83,77,131) instead hex code.

Text Font Color

.myTextColor { color: #534D83; }

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

This text font color is #534D83.


Background Color

.myBgColor { background-color: #534D83; }

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

This div background color is #534D83.


Border color

.myBorderColor { border: 1px solid #534D83; }

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

This div border color is #534D83.


Opacity

.myOpacity80 { color: #534D83; opacity: 0.8; }

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

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

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

This text has shadow with #534D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534D83 on black background.


Color preview on white background

This text has color #534D83 on white background.



Black color preview on #534D83 background

This text has black color on #534D83 background.


White color preview on #534D83 background

This text has white color on #534D83 background.