COLOR #534679

HEX: #534679
RGB: (83,70,121)

Color info

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

RGB color model

#534679 color RGB value is (83,70,121).

  • red value is 83;
  • green value is 70;
  • blue value is 121.
RGB:
(83,70,121)
(33%,27%,47%)

RGB channels and saturation

R 83 of 255 = 33%
G 70 of 255 = 27%
B 121 of 255 = 47%

83
70
121

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

Portions of RGB colors in percentages

R + G + B =
83 + 70 + 121 = 274 (100%)
R 83 of 274 ~ 30.29%
G 70 of 274 ~ 25.55%
B 121 of 274 ~ 44.16%

%30.29
%25.55
%44.16

CMYK color model

#534679 color CMYK value is (31,42,0,53).

  • cyan value is 31.40%
  • magenta value is 42.15%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(31,42,0,53)
C31M42Y0K53 
(31%,42%,0%,53%)
(0.31/0.42/0.00/0.53)	

CMYK percentages

%31.4
%42.15
%0
%52.55

Codes

Color #534679 in popluar color models

534679
RGB8370121
HSL255°26.70%37.45%
HSB/HSV255°42.15%47.45%
CMYK31.40%42.15%0.00%
52.55%

Color #534679 in popluar number systems.

HEX534679
Decimal8370121
Binary101001110001101111001
Octal123106171

Shades and tints

Shades of #534679

#534679
(83,70,121)
#4C406E
(76,64,110)
#453A63
(69,58,99)
#3E3458
(62,52,88)
#372E4D
(55,46,77)
#302842
(48,40,66)
#292237
(41,34,55)
#221C2C
(34,28,44)
#1B1621
(27,22,33)
#141016
(20,16,22)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #534679

#534679
(83,70,121)
#625685
(98,86,133)
#716691
(113,102,145)
#80769D
(128,118,157)
#8F86A9
(143,134,169)
#9E96B5
(158,150,181)
#ADA6C1
(173,166,193)
#BCB6CD
(188,182,205)
#CBC6D9
(203,198,217)
#DAD6E5
(218,214,229)
#E9E6F1
(233,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534679 color. Also use rgb(83,70,121) instead hex code.

Text Font Color

.myTextColor { color: #534679; }

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

This text font color is #534679.


Background Color

.myBgColor { background-color: #534679; }

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

This div background color is #534679.


Border color

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

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

This div border color is #534679.


Opacity

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

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

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

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

This text has shadow with #534679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534679 on black background.


Color preview on white background

This text has color #534679 on white background.



Black color preview on #534679 background

This text has black color on #534679 background.


White color preview on #534679 background

This text has white color on #534679 background.