COLOR #533556

HEX: #533556
RGB: (83,53,86)

Color info

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

RGB color model

#533556 color RGB value is (83,53,86).

  • red value is 83;
  • green value is 53;
  • blue value is 86.
RGB:
(83,53,86)
(33%,21%,34%)

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 86 of 255 = 34%

83
53
86

R + G + B ~ 29%. #533556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 86 = 222 (100%)
R 83 of 222 ~ 37.39%
G 53 of 222 ~ 23.87%
B 86 of 222 ~ 38.74%

%37.39
%23.87
%38.74

CMYK color model

#533556 color CMYK value is (3,38,0,66).

  • cyan value is 3.49%
  • magenta value is 38.37%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(3,38,0,66)
C3M38Y0K66 
(3%,38%,0%,66%)
(0.03/0.38/0.00/0.66)	

CMYK percentages

%3.49
%38.37
%0
%66.27

Codes

Color #533556 in popluar color models

533556
RGB835386
HSL295°23.74%27.25%
HSB/HSV295°38.37%33.73%
CMYK3.49%38.37%0.00%
66.27%

Color #533556 in popluar number systems.

HEX533556
Decimal835386
Binary10100111101011010110
Octal12365126

Shades and tints

Shades of #533556

#533556
(83,53,86)
#4C314F
(76,49,79)
#452D48
(69,45,72)
#3E2941
(62,41,65)
#37253A
(55,37,58)
#302133
(48,33,51)
#291D2C
(41,29,44)
#221925
(34,25,37)
#1B151E
(27,21,30)
#141117
(20,17,23)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #533556

#533556
(83,53,86)
#624765
(98,71,101)
#715974
(113,89,116)
#806B83
(128,107,131)
#8F7D92
(143,125,146)
#9E8FA1
(158,143,161)
#ADA1B0
(173,161,176)
#BCB3BF
(188,179,191)
#CBC5CE
(203,197,206)
#DAD7DD
(218,215,221)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533556 color. Also use rgb(83,53,86) instead hex code.

Text Font Color

.myTextColor { color: #533556; }

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

This text font color is #533556.


Background Color

.myBgColor { background-color: #533556; }

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

This div background color is #533556.


Border color

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

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

This div border color is #533556.


Opacity

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

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

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

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

This text has shadow with #533556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533556 on black background.


Color preview on white background

This text has color #533556 on white background.



Black color preview on #533556 background

This text has black color on #533556 background.


White color preview on #533556 background

This text has white color on #533556 background.