COLOR #534764

HEX: #534764
RGB: (83,71,100)

Color info

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

RGB color model

#534764 color RGB value is (83,71,100).

  • red value is 83;
  • green value is 71;
  • blue value is 100.
RGB:
(83,71,100)
(33%,28%,39%)

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 100 of 255 = 39%

83
71
100

R + G + B ~ 33%. #534764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 100 = 254 (100%)
R 83 of 254 ~ 32.68%
G 71 of 254 ~ 27.95%
B 100 of 254 ~ 39.37%

%32.68
%27.95
%39.37

CMYK color model

#534764 color CMYK value is (17,29,0,61).

  • cyan value is 17.00%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(17,29,0,61)
C17M29Y0K61 
(17%,29%,0%,61%)
(0.17/0.29/0.00/0.61)	

CMYK percentages

%17
%29
%0
%60.78

Codes

Color #534764 in popluar color models

534764
RGB8371100
HSL265°16.96%33.53%
HSB/HSV265°29.00%39.22%
CMYK17.00%29.00%0.00%
60.78%

Color #534764 in popluar number systems.

HEX534764
Decimal8371100
Binary101001110001111100100
Octal123107144

Shades and tints

Shades of #534764

#534764
(83,71,100)
#4C415B
(76,65,91)
#453B52
(69,59,82)
#3E3549
(62,53,73)
#372F40
(55,47,64)
#302937
(48,41,55)
#29232E
(41,35,46)
#221D25
(34,29,37)
#1B171C
(27,23,28)
#141113
(20,17,19)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #534764

#534764
(83,71,100)
#625772
(98,87,114)
#716780
(113,103,128)
#80778E
(128,119,142)
#8F879C
(143,135,156)
#9E97AA
(158,151,170)
#ADA7B8
(173,167,184)
#BCB7C6
(188,183,198)
#CBC7D4
(203,199,212)
#DAD7E2
(218,215,226)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534764 color. Also use rgb(83,71,100) instead hex code.

Text Font Color

.myTextColor { color: #534764; }

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

This text font color is #534764.


Background Color

.myBgColor { background-color: #534764; }

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

This div background color is #534764.


Border color

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

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

This div border color is #534764.


Opacity

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

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

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

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

This text has shadow with #534764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534764 on black background.


Color preview on white background

This text has color #534764 on white background.



Black color preview on #534764 background

This text has black color on #534764 background.


White color preview on #534764 background

This text has white color on #534764 background.