COLOR #533C5D

HEX: #533C5D
RGB: (83,60,93)

Color info

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

RGB color model

#533C5D color RGB value is (83,60,93).

  • red value is 83;
  • green value is 60;
  • blue value is 93.
RGB:
(83,60,93)
(33%,24%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 60 of 255 = 24%
B 93 of 255 = 36%

83
60
93

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

Portions of RGB colors in percentages

R + G + B =
83 + 60 + 93 = 236 (100%)
R 83 of 236 ~ 35.17%
G 60 of 236 ~ 25.42%
B 93 of 236 ~ 39.41%

%35.17
%25.42
%39.41

CMYK color model

#533C5D color CMYK value is (11,35,0,64).

  • cyan value is 10.75%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(11,35,0,64)
C11M35Y0K64 
(11%,35%,0%,64%)
(0.11/0.35/0.00/0.64)	

CMYK percentages

%10.75
%35.48
%0
%63.53

Codes

Color #533C5D in popluar color models

533C5D
RGB836093
HSL282°21.57%30.00%
HSB/HSV282°35.48%36.47%
CMYK10.75%35.48%0.00%
63.53%

Color #533C5D in popluar number systems.

HEX533C5D
Decimal836093
Binary10100111111001011101
Octal12374135

Shades and tints

Shades of #533C5D

#533C5D
(83,60,93)
#4C3755
(76,55,85)
#45324D
(69,50,77)
#3E2D45
(62,45,69)
#37283D
(55,40,61)
#302335
(48,35,53)
#291E2D
(41,30,45)
#221925
(34,25,37)
#1B141D
(27,20,29)
#140F15
(20,15,21)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #533C5D

#533C5D
(83,60,93)
#624D6B
(98,77,107)
#715E79
(113,94,121)
#806F87
(128,111,135)
#8F8095
(143,128,149)
#9E91A3
(158,145,163)
#ADA2B1
(173,162,177)
#BCB3BF
(188,179,191)
#CBC4CD
(203,196,205)
#DAD5DB
(218,213,219)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533C5D color. Also use rgb(83,60,93) instead hex code.

Text Font Color

.myTextColor { color: #533C5D; }

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

This text font color is #533C5D.


Background Color

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

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

This div background color is #533C5D.


Border color

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

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

This div border color is #533C5D.


Opacity

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

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

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

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

This text has shadow with #533C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533C5D on black background.


Color preview on white background

This text has color #533C5D on white background.



Black color preview on #533C5D background

This text has black color on #533C5D background.


White color preview on #533C5D background

This text has white color on #533C5D background.