COLOR #533A60

HEX: #533A60
RGB: (83,58,96)

Color info

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

RGB color model

#533A60 color RGB value is (83,58,96).

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

RGB channels and saturation

R 83 of 255 = 33%
G 58 of 255 = 23%
B 96 of 255 = 38%

83
58
96

R + G + B ~ 31%. #533A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 58 + 96 = 237 (100%)
R 83 of 237 ~ 35.02%
G 58 of 237 ~ 24.47%
B 96 of 237 ~ 40.51%

%35.02
%24.47
%40.51

CMYK color model

#533A60 color CMYK value is (14,40,0,62).

  • cyan value is 13.54%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(14,40,0,62)
C14M40Y0K62 
(14%,40%,0%,62%)
(0.14/0.40/0.00/0.62)	

CMYK percentages

%13.54
%39.58
%0
%62.35

Codes

Color #533A60 in popluar color models

533A60
RGB835896
HSL279°24.68%30.20%
HSB/HSV279°39.58%37.65%
CMYK13.54%39.58%0.00%
62.35%

Color #533A60 in popluar number systems.

HEX533A60
Decimal835896
Binary10100111110101100000
Octal12372140

Shades and tints

Shades of #533A60

#533A60
(83,58,96)
#4C3558
(76,53,88)
#453050
(69,48,80)
#3E2B48
(62,43,72)
#372640
(55,38,64)
#302138
(48,33,56)
#291C30
(41,28,48)
#221728
(34,23,40)
#1B1220
(27,18,32)
#140D18
(20,13,24)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #533A60

#533A60
(83,58,96)
#624B6E
(98,75,110)
#715C7C
(113,92,124)
#806D8A
(128,109,138)
#8F7E98
(143,126,152)
#9E8FA6
(158,143,166)
#ADA0B4
(173,160,180)
#BCB1C2
(188,177,194)
#CBC2D0
(203,194,208)
#DAD3DE
(218,211,222)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533A60 color. Also use rgb(83,58,96) instead hex code.

Text Font Color

.myTextColor { color: #533A60; }

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

This text font color is #533A60.


Background Color

.myBgColor { background-color: #533A60; }

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

This div background color is #533A60.


Border color

.myBorderColor { border: 1px solid #533A60; }

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

This div border color is #533A60.


Opacity

.myOpacity80 { color: #533A60; opacity: 0.8; }

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

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

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

This text has shadow with #533A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533A60 on black background.


Color preview on white background

This text has color #533A60 on white background.



Black color preview on #533A60 background

This text has black color on #533A60 background.


White color preview on #533A60 background

This text has white color on #533A60 background.