COLOR #534C60

HEX: #534C60
RGB: (83,76,96)

Color info

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

RGB color model

#534C60 color RGB value is (83,76,96).

  • red value is 83;
  • green value is 76;
  • blue value is 96.
RGB:
(83,76,96)
(33%,30%,38%)

RGB channels and saturation

R 83 of 255 = 33%
G 76 of 255 = 30%
B 96 of 255 = 38%

83
76
96

R + G + B ~ 34%. #534C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 76 + 96 = 255 (100%)
R 83 of 255 ~ 32.55%
G 76 of 255 ~ 29.8%
B 96 of 255 ~ 37.65%

%32.55
%29.8
%37.65

CMYK color model

#534C60 color CMYK value is (14,21,0,62).

  • cyan value is 13.54%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(14,21,0,62)
C14M21Y0K62 
(14%,21%,0%,62%)
(0.14/0.21/0.00/0.62)	

CMYK percentages

%13.54
%20.83
%0
%62.35

Codes

Color #534C60 in popluar color models

534C60
RGB837696
HSL261°11.63%33.73%
HSB/HSV261°20.83%37.65%
CMYK13.54%20.83%0.00%
62.35%

Color #534C60 in popluar number systems.

HEX534C60
Decimal837696
Binary101001110011001100000
Octal123114140

Shades and tints

Shades of #534C60

#534C60
(83,76,96)
#4C4658
(76,70,88)
#454050
(69,64,80)
#3E3A48
(62,58,72)
#373440
(55,52,64)
#302E38
(48,46,56)
#292830
(41,40,48)
#222228
(34,34,40)
#1B1C20
(27,28,32)
#141618
(20,22,24)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #534C60

#534C60
(83,76,96)
#625C6E
(98,92,110)
#716C7C
(113,108,124)
#807C8A
(128,124,138)
#8F8C98
(143,140,152)
#9E9CA6
(158,156,166)
#ADACB4
(173,172,180)
#BCBCC2
(188,188,194)
#CBCCD0
(203,204,208)
#DADCDE
(218,220,222)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534C60 color. Also use rgb(83,76,96) instead hex code.

Text Font Color

.myTextColor { color: #534C60; }

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

This text font color is #534C60.


Background Color

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

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

This div background color is #534C60.


Border color

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

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

This div border color is #534C60.


Opacity

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

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

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

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

This text has shadow with #534C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534C60 on black background.


Color preview on white background

This text has color #534C60 on white background.



Black color preview on #534C60 background

This text has black color on #534C60 background.


White color preview on #534C60 background

This text has white color on #534C60 background.