COLOR #533469

HEX: #533469
RGB: (83,52,105)

Color info

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

RGB color model

#533469 color RGB value is (83,52,105).

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

RGB channels and saturation

R 83 of 255 = 33%
G 52 of 255 = 20%
B 105 of 255 = 41%

83
52
105

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

Portions of RGB colors in percentages

R + G + B =
83 + 52 + 105 = 240 (100%)
R 83 of 240 ~ 34.58%
G 52 of 240 ~ 21.67%
B 105 of 240 ~ 43.75%

%34.58
%21.67
%43.75

CMYK color model

#533469 color CMYK value is (21,50,0,59).

  • cyan value is 20.95%
  • magenta value is 50.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(21,50,0,59)
C21M50Y0K59 
(21%,50%,0%,59%)
(0.21/0.50/0.00/0.59)	

CMYK percentages

%20.95
%50.48
%0
%58.82

Codes

Color #533469 in popluar color models

533469
RGB8352105
HSL275°33.76%30.78%
HSB/HSV275°50.48%41.18%
CMYK20.95%50.48%0.00%
58.82%

Color #533469 in popluar number systems.

HEX533469
Decimal8352105
Binary10100111101001101001
Octal12364151

Shades and tints

Shades of #533469

#533469
(83,52,105)
#4C3060
(76,48,96)
#452C57
(69,44,87)
#3E284E
(62,40,78)
#372445
(55,36,69)
#30203C
(48,32,60)
#291C33
(41,28,51)
#22182A
(34,24,42)
#1B1421
(27,20,33)
#141018
(20,16,24)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #533469

#533469
(83,52,105)
#624676
(98,70,118)
#715883
(113,88,131)
#806A90
(128,106,144)
#8F7C9D
(143,124,157)
#9E8EAA
(158,142,170)
#ADA0B7
(173,160,183)
#BCB2C4
(188,178,196)
#CBC4D1
(203,196,209)
#DAD6DE
(218,214,222)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533469; }

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

This text font color is #533469.


Background Color

.myBgColor { background-color: #533469; }

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

This div background color is #533469.


Border color

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

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

This div border color is #533469.


Opacity

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

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

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

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

This text has shadow with #533469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533469 on black background.


Color preview on white background

This text has color #533469 on white background.



Black color preview on #533469 background

This text has black color on #533469 background.


White color preview on #533469 background

This text has white color on #533469 background.