COLOR #533FE7

HEX: #533FE7
RGB: (83,63,231)

Color info

#533FE7 contains mainly blue color. Web safe color of #533FE7 is #6633FF (or #63F).

RGB color model

#533FE7 color RGB value is (83,63,231).

  • red value is 83;
  • green value is 63;
  • blue value is 231.
RGB:
(83,63,231)
(33%,25%,91%)

RGB channels and saturation

R 83 of 255 = 33%
G 63 of 255 = 25%
B 231 of 255 = 91%

83
63
231

R + G + B ~ 50%. #533FE7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 63 + 231 = 377 (100%)
R 83 of 377 ~ 22.02%
G 63 of 377 ~ 16.71%
B 231 of 377 ~ 61.27%

%22.02
%16.71
%61.27

CMYK color model

#533FE7 color CMYK value is (64,73,0,9).

  • cyan value is 64.07%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(64,73,0,9)
C64M73Y0K9 
(64%,73%,0%,9%)
(0.64/0.73/0.00/0.09)	

CMYK percentages

%64.07
%72.73
%0
%9.41

Codes

Color #533FE7 in popluar color models

533FE7
RGB8363231
HSL247°77.78%57.65%
HSB/HSV247°72.73%90.59%
CMYK64.07%72.73%0.00%
9.41%

Color #533FE7 in popluar number systems.

HEX533FE7
Decimal8363231
Binary101001111111111100111
Octal12377347

Shades and tints

Shades of #533FE7

#533FE7
(83,63,231)
#4C3AD2
(76,58,210)
#4535BD
(69,53,189)
#3E30A8
(62,48,168)
#372B93
(55,43,147)
#30267E
(48,38,126)
#292169
(41,33,105)
#221C54
(34,28,84)
#1B173F
(27,23,63)
#14122A
(20,18,42)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #533FE7

#533FE7
(83,63,231)
#6250E9
(98,80,233)
#7161EB
(113,97,235)
#8072ED
(128,114,237)
#8F83EF
(143,131,239)
#9E94F1
(158,148,241)
#ADA5F3
(173,165,243)
#BCB6F5
(188,182,245)
#CBC7F7
(203,199,247)
#DAD8F9
(218,216,249)
#E9E9FB
(233,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533FE7 color. Also use rgb(83,63,231) instead hex code.

Text Font Color

.myTextColor { color: #533FE7; }

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

This text font color is #533FE7.


Background Color

.myBgColor { background-color: #533FE7; }

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

This div background color is #533FE7.


Border color

.myBorderColor { border: 1px solid #533FE7; }

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

This div border color is #533FE7.


Opacity

.myOpacity80 { color: #533FE7; opacity: 0.8; }

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

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

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

This text has shadow with #533FE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533FE7 on black background.


Color preview on white background

This text has color #533FE7 on white background.



Black color preview on #533FE7 background

This text has black color on #533FE7 background.


White color preview on #533FE7 background

This text has white color on #533FE7 background.