COLOR #534D84

HEX: #534D84 RGB: (83,77,132)

Color info

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

RGB color model

#534D84 color RGB value is (83,77,132).

RGB: (83,77,132) (33%, 30%, 52%)

RGB channels and saturation

R 83 of 255 = 33%
G 77 of 255 = 30%
B 132 of 255 = 52%

83
77
132

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

Portions of RGB colors in percentages

R + G + B = 83 + 77 + 132 = 292 (100%)
R 83 of 292 ~ 28.42%
G 77 of 292 ~ 26.37%
B 132 of 292 ~ 45.21'%

%28.42
%26.37
%45.21

CMYK color model

#534D84 color CMYK value is (37,42,0,48).

  • cyan value is 37.12%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (37,42,0,48) C37M42Y0K48 (37%,42%,0%,48%) (0.37/0.42/0.00/0.48) 

CMYK percentages

%37.12
%41.67
%0
%48.24

Codes

Color #534D84 in popluar color models

53 4D 84
RGB 83 77 132
HSL 247° 26.32% 40.98%
HSB/HSV 247° 41.67% 51.76%
CMYK 37.12% 41.67% 0.00%
48.24%

Color #534D84 in popluar number systems.

HEX 53 4D 84
Decimal 83 77 132
Binary 1010011 1001101 10000100
Octal 123 115 204

Shades and tints

Shades of #534D84

#534D84
(83,77,132)
#4C4678
(76,70,120)
#453F6C
(69,63,108)
#3E3860
(62,56,96)
#373154
(55,49,84)
#302A48
(48,42,72)
#29233C
(41,35,60)
#221C30
(34,28,48)
#1B1524
(27,21,36)
#140E18
(20,14,24)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #534D84

#534D84
(83,77,132)
#625D8F
(98,93,143)
#716D9A
(113,109,154)
#807DA5
(128,125,165)
#8F8DB0
(143,141,176)
#9E9DBB
(158,157,187)
#ADADC6
(173,173,198)
#BCBDD1
(188,189,209)
#CBCDDC
(203,205,220)
#DADDE7
(218,221,231)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534D84; }

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

This text font color is #534D84.

Background Color

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

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

This div background color is #534D84.

Border color

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

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

This div border color is #534D84.

Opacity

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

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

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

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

This text has shadow with #534D84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534D84.

Preview

Color preview on black background

This text has color #534D84 on black background.


Color preview on white background

This text has color #534D84 on white background.


Black color preview on #534D84 background

This text has black color on #534D84 background.


White color preview on #534D84 background

This text has white color on #534D84 background.


Related colors

Complementary color

Complementary color for #hex is #ACB27B.


I love getcolorcode.com

Triadic colors

1 #84534D and #4D8453 with #534D84 are triadic colors.

2 #844D53 and #4D5384 with #534D84 are triadic colors.