COLOR #534F72

HEX: #534F72
RGB: (83,79,114)

Color info

#534F72 contains red, green and blue colors in about the same proportion. Web safe color of #534F72 is #666666 (or #666).

RGB color model

#534F72 color RGB value is (83,79,114).

  • red value is 83;
  • green value is 79;
  • blue value is 114.
RGB:
(83,79,114)
(33%,31%,45%)

RGB channels and saturation

R 83 of 255 = 33%
G 79 of 255 = 31%
B 114 of 255 = 45%

83
79
114

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

Portions of RGB colors in percentages

R + G + B =
83 + 79 + 114 = 276 (100%)
R 83 of 276 ~ 30.07%
G 79 of 276 ~ 28.62%
B 114 of 276 ~ 41.3%

%30.07
%28.62
%41.3

CMYK color model

#534F72 color CMYK value is (27,31,0,55).

  • cyan value is 27.19%
  • magenta value is 30.70%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(27,31,0,55)
C27M31Y0K55 
(27%,31%,0%,55%)
(0.27/0.31/0.00/0.55)	

CMYK percentages

%27.19
%30.7
%0
%55.29

Codes

Color #534F72 in popluar color models

534F72
RGB8379114
HSL247°18.13%37.84%
HSB/HSV247°30.70%44.71%
CMYK27.19%30.70%0.00%
55.29%

Color #534F72 in popluar number systems.

HEX534F72
Decimal8379114
Binary101001110011111110010
Octal123117162

Shades and tints

Shades of #534F72

#534F72
(83,79,114)
#4C4868
(76,72,104)
#45415E
(69,65,94)
#3E3A54
(62,58,84)
#37334A
(55,51,74)
#302C40
(48,44,64)
#292536
(41,37,54)
#221E2C
(34,30,44)
#1B1722
(27,23,34)
#141018
(20,16,24)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #534F72

#534F72
(83,79,114)
#625F7E
(98,95,126)
#716F8A
(113,111,138)
#807F96
(128,127,150)
#8F8FA2
(143,143,162)
#9E9FAE
(158,159,174)
#ADAFBA
(173,175,186)
#BCBFC6
(188,191,198)
#CBCFD2
(203,207,210)
#DADFDE
(218,223,222)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534F72 color. Also use rgb(83,79,114) instead hex code.

Text Font Color

.myTextColor { color: #534F72; }

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

This text font color is #534F72.


Background Color

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

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

This div background color is #534F72.


Border color

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

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

This div border color is #534F72.


Opacity

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

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

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

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

This text has shadow with #534F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534F72 on black background.


Color preview on white background

This text has color #534F72 on white background.



Black color preview on #534F72 background

This text has black color on #534F72 background.


White color preview on #534F72 background

This text has white color on #534F72 background.