COLOR #534977

HEX: #534977
RGB: (83,73,119)

Color info

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

RGB color model

#534977 color RGB value is (83,73,119).

  • red value is 83;
  • green value is 73;
  • blue value is 119.
RGB:
(83,73,119)
(33%,29%,47%)

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 119 of 255 = 47%

83
73
119

R + G + B ~ 36%. #534977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 119 = 275 (100%)
R 83 of 275 ~ 30.18%
G 73 of 275 ~ 26.55%
B 119 of 275 ~ 43.27%

%30.18
%26.55
%43.27

CMYK color model

#534977 color CMYK value is (30,39,0,53).

  • cyan value is 30.25%
  • magenta value is 38.66%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(30,39,0,53)
C30M39Y0K53 
(30%,39%,0%,53%)
(0.30/0.39/0.00/0.53)	

CMYK percentages

%30.25
%38.66
%0
%53.33

Codes

Color #534977 in popluar color models

534977
RGB8373119
HSL253°23.96%37.65%
HSB/HSV253°38.66%46.67%
CMYK30.25%38.66%0.00%
53.33%

Color #534977 in popluar number systems.

HEX534977
Decimal8373119
Binary101001110010011110111
Octal123111167

Shades and tints

Shades of #534977

#534977
(83,73,119)
#4C436D
(76,67,109)
#453D63
(69,61,99)
#3E3759
(62,55,89)
#37314F
(55,49,79)
#302B45
(48,43,69)
#29253B
(41,37,59)
#221F31
(34,31,49)
#1B1927
(27,25,39)
#14131D
(20,19,29)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #534977

#534977
(83,73,119)
#625983
(98,89,131)
#71698F
(113,105,143)
#80799B
(128,121,155)
#8F89A7
(143,137,167)
#9E99B3
(158,153,179)
#ADA9BF
(173,169,191)
#BCB9CB
(188,185,203)
#CBC9D7
(203,201,215)
#DAD9E3
(218,217,227)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534977 color. Also use rgb(83,73,119) instead hex code.

Text Font Color

.myTextColor { color: #534977; }

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

This text font color is #534977.


Background Color

.myBgColor { background-color: #534977; }

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

This div background color is #534977.


Border color

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

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

This div border color is #534977.


Opacity

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

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

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

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

This text has shadow with #534977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534977 on black background.


Color preview on white background

This text has color #534977 on white background.



Black color preview on #534977 background

This text has black color on #534977 background.


White color preview on #534977 background

This text has white color on #534977 background.