COLOR #533983

HEX: #533983
RGB: (83,57,131)

Color info

#533983 contains mainly red and blue colors. Web safe color of #533983 is #663399 (or #639).

RGB color model

#533983 color RGB value is (83,57,131).

  • red value is 83;
  • green value is 57;
  • blue value is 131.
RGB:
(83,57,131)
(33%,22%,51%)

RGB channels and saturation

R 83 of 255 = 33%
G 57 of 255 = 22%
B 131 of 255 = 51%

83
57
131

R + G + B ~ 35%. #533983 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 57 + 131 = 271 (100%)
R 83 of 271 ~ 30.63%
G 57 of 271 ~ 21.03%
B 131 of 271 ~ 48.34%

%30.63
%21.03
%48.34

CMYK color model

#533983 color CMYK value is (37,56,0,49).

  • cyan value is 36.64%
  • magenta value is 56.49%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(37,56,0,49)
C37M56Y0K49 
(37%,56%,0%,49%)
(0.37/0.56/0.00/0.49)	

CMYK percentages

%36.64
%56.49
%0
%48.63

Codes

Color #533983 in popluar color models

533983
RGB8357131
HSL261°39.36%36.86%
HSB/HSV261°56.49%51.37%
CMYK36.64%56.49%0.00%
48.63%

Color #533983 in popluar number systems.

HEX533983
Decimal8357131
Binary101001111100110000011
Octal12371203

Shades and tints

Shades of #533983

#533983
(83,57,131)
#4C3478
(76,52,120)
#452F6D
(69,47,109)
#3E2A62
(62,42,98)
#372557
(55,37,87)
#30204C
(48,32,76)
#291B41
(41,27,65)
#221636
(34,22,54)
#1B112B
(27,17,43)
#140C20
(20,12,32)
#0D0715
(13,7,21)
#000000
(0,0,0)

Tints of #533983

#533983
(83,57,131)
#624B8E
(98,75,142)
#715D99
(113,93,153)
#806FA4
(128,111,164)
#8F81AF
(143,129,175)
#9E93BA
(158,147,186)
#ADA5C5
(173,165,197)
#BCB7D0
(188,183,208)
#CBC9DB
(203,201,219)
#DADBE6
(218,219,230)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533983 color. Also use rgb(83,57,131) instead hex code.

Text Font Color

.myTextColor { color: #533983; }

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

This text font color is #533983.


Background Color

.myBgColor { background-color: #533983; }

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

This div background color is #533983.


Border color

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

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

This div border color is #533983.


Opacity

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

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

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

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

This text has shadow with #533983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533983 on black background.


Color preview on white background

This text has color #533983 on white background.



Black color preview on #533983 background

This text has black color on #533983 background.


White color preview on #533983 background

This text has white color on #533983 background.