COLOR #534054

HEX: #534054
RGB: (83,64,84)

Color info

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

RGB color model

#534054 color RGB value is (83,64,84).

  • red value is 83;
  • green value is 64;
  • blue value is 84.
RGB:
(83,64,84)
(33%,25%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 64 of 255 = 25%
B 84 of 255 = 33%

83
64
84

R + G + B ~ 30%. #534054 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 64 + 84 = 231 (100%)
R 83 of 231 ~ 35.93%
G 64 of 231 ~ 27.71%
B 84 of 231 ~ 36.36%

%35.93
%27.71
%36.36

CMYK color model

#534054 color CMYK value is (1,24,0,67).

  • cyan value is 1.19%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(1,24,0,67)
C1M24Y0K67 
(1%,24%,0%,67%)
(0.01/0.24/0.00/0.67)	

CMYK percentages

%1.19
%23.81
%0
%67.06

Codes

Color #534054 in popluar color models

534054
RGB836484
HSL297°13.51%29.02%
HSB/HSV297°23.81%32.94%
CMYK1.19%23.81%0.00%
67.06%

Color #534054 in popluar number systems.

HEX534054
Decimal836484
Binary101001110000001010100
Octal123100124

Shades and tints

Shades of #534054

#534054
(83,64,84)
#4C3B4D
(76,59,77)
#453646
(69,54,70)
#3E313F
(62,49,63)
#372C38
(55,44,56)
#302731
(48,39,49)
#29222A
(41,34,42)
#221D23
(34,29,35)
#1B181C
(27,24,28)
#141315
(20,19,21)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #534054

#534054
(83,64,84)
#625163
(98,81,99)
#716272
(113,98,114)
#807381
(128,115,129)
#8F8490
(143,132,144)
#9E959F
(158,149,159)
#ADA6AE
(173,166,174)
#BCB7BD
(188,183,189)
#CBC8CC
(203,200,204)
#DAD9DB
(218,217,219)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534054 color. Also use rgb(83,64,84) instead hex code.

Text Font Color

.myTextColor { color: #534054; }

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

This text font color is #534054.


Background Color

.myBgColor { background-color: #534054; }

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

This div background color is #534054.


Border color

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

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

This div border color is #534054.


Opacity

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

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

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

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

This text has shadow with #534054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534054 on black background.


Color preview on white background

This text has color #534054 on white background.



Black color preview on #534054 background

This text has black color on #534054 background.


White color preview on #534054 background

This text has white color on #534054 background.