COLOR #533455

HEX: #533455
RGB: (83,52,85)

Color info

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

RGB color model

#533455 color RGB value is (83,52,85).

  • red value is 83;
  • green value is 52;
  • blue value is 85.
RGB:
(83,52,85)
(33%,20%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 52 of 255 = 20%
B 85 of 255 = 33%

83
52
85

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

Portions of RGB colors in percentages

R + G + B =
83 + 52 + 85 = 220 (100%)
R 83 of 220 ~ 37.73%
G 52 of 220 ~ 23.64%
B 85 of 220 ~ 38.64%

%37.73
%23.64
%38.64

CMYK color model

#533455 color CMYK value is (2,39,0,67).

  • cyan value is 2.35%
  • magenta value is 38.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(2,39,0,67)
C2M39Y0K67 
(2%,39%,0%,67%)
(0.02/0.39/0.00/0.67)	

CMYK percentages

%2.35
%38.82
%0
%66.67

Codes

Color #533455 in popluar color models

533455
RGB835285
HSL296°24.09%26.86%
HSB/HSV296°38.82%33.33%
CMYK2.35%38.82%0.00%
66.67%

Color #533455 in popluar number systems.

HEX533455
Decimal835285
Binary10100111101001010101
Octal12364125

Shades and tints

Shades of #533455

#533455
(83,52,85)
#4C304E
(76,48,78)
#452C47
(69,44,71)
#3E2840
(62,40,64)
#372439
(55,36,57)
#302032
(48,32,50)
#291C2B
(41,28,43)
#221824
(34,24,36)
#1B141D
(27,20,29)
#141016
(20,16,22)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #533455

#533455
(83,52,85)
#624664
(98,70,100)
#715873
(113,88,115)
#806A82
(128,106,130)
#8F7C91
(143,124,145)
#9E8EA0
(158,142,160)
#ADA0AF
(173,160,175)
#BCB2BE
(188,178,190)
#CBC4CD
(203,196,205)
#DAD6DC
(218,214,220)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533455 color. Also use rgb(83,52,85) instead hex code.

Text Font Color

.myTextColor { color: #533455; }

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

This text font color is #533455.


Background Color

.myBgColor { background-color: #533455; }

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

This div background color is #533455.


Border color

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

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

This div border color is #533455.


Opacity

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

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

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

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

This text has shadow with #533455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533455 on black background.


Color preview on white background

This text has color #533455 on white background.



Black color preview on #533455 background

This text has black color on #533455 background.


White color preview on #533455 background

This text has white color on #533455 background.