COLOR #533370

HEX: #533370
RGB: (83,51,112)

Color info

#533370 contains mainly red and blue colors. Web safe color of #533370 is #663366 (or #636).

RGB color model

#533370 color RGB value is (83,51,112).

  • red value is 83;
  • green value is 51;
  • blue value is 112.
RGB:
(83,51,112)
(33%,20%,44%)

RGB channels and saturation

R 83 of 255 = 33%
G 51 of 255 = 20%
B 112 of 255 = 44%

83
51
112

R + G + B ~ 32%. #533370 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 51 + 112 = 246 (100%)
R 83 of 246 ~ 33.74%
G 51 of 246 ~ 20.73%
B 112 of 246 ~ 45.53%

%33.74
%20.73
%45.53

CMYK color model

#533370 color CMYK value is (26,54,0,56).

  • cyan value is 25.89%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(26,54,0,56)
C26M54Y0K56 
(26%,54%,0%,56%)
(0.26/0.54/0.00/0.56)	

CMYK percentages

%25.89
%54.46
%0
%56.08

Codes

Color #533370 in popluar color models

533370
RGB8351112
HSL271°37.42%31.96%
HSB/HSV271°54.46%43.92%
CMYK25.89%54.46%0.00%
56.08%

Color #533370 in popluar number systems.

HEX533370
Decimal8351112
Binary10100111100111110000
Octal12363160

Shades and tints

Shades of #533370

#533370
(83,51,112)
#4C2F66
(76,47,102)
#452B5C
(69,43,92)
#3E2752
(62,39,82)
#372348
(55,35,72)
#301F3E
(48,31,62)
#291B34
(41,27,52)
#22172A
(34,23,42)
#1B1320
(27,19,32)
#140F16
(20,15,22)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #533370

#533370
(83,51,112)
#62457D
(98,69,125)
#71578A
(113,87,138)
#806997
(128,105,151)
#8F7BA4
(143,123,164)
#9E8DB1
(158,141,177)
#AD9FBE
(173,159,190)
#BCB1CB
(188,177,203)
#CBC3D8
(203,195,216)
#DAD5E5
(218,213,229)
#E9E7F2
(233,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533370 color. Also use rgb(83,51,112) instead hex code.

Text Font Color

.myTextColor { color: #533370; }

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

This text font color is #533370.


Background Color

.myBgColor { background-color: #533370; }

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

This div background color is #533370.


Border color

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

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

This div border color is #533370.


Opacity

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

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

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

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

This text has shadow with #533370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533370 on black background.


Color preview on white background

This text has color #533370 on white background.



Black color preview on #533370 background

This text has black color on #533370 background.


White color preview on #533370 background

This text has white color on #533370 background.