COLOR #530233

HEX: #530233
RGB: (83,2,51)

Color info

#530233 contains mainly red and blue colors. Web safe color of #530233 is #660033 (or #603).

RGB color model

#530233 color RGB value is (83,2,51).

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

RGB channels and saturation

R 83 of 255 = 33%
G 2 of 255 = 1%
B 51 of 255 = 20%

83
2
51

R + G + B ~ 18%. #530233 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 2 + 51 = 136 (100%)
R 83 of 136 ~ 61.03%
G 2 of 136 ~ 1.47%
B 51 of 136 ~ 37.5%

%61.03
%37.5

CMYK color model

#530233 color CMYK value is (0,98,39,67).

  • cyan value is 0.00%
  • magenta value is 97.59%
  • yellow value is 38.55%
  • key color value is 67.45%
CMYK:
(0,98,39,67)
C0M98Y39K67 
(0%,98%,39%,67%)
(0.00/0.98/0.39/0.67)	

CMYK percentages

%0
%97.59
%38.55
%67.45

Codes

Color #530233 in popluar color models

530233
RGB83251
HSL324°95.29%16.67%
HSB/HSV324°97.59%32.55%
CMYK0.00%97.59%38.55%
67.45%

Color #530233 in popluar number systems.

HEX530233
Decimal83251
Binary101001110110011
Octal123263

Shades and tints

Shades of #530233

#530233
(83,2,51)
#4C022F
(76,2,47)
#45022B
(69,2,43)
#3E0227
(62,2,39)
#370223
(55,2,35)
#30021F
(48,2,31)
#29021B
(41,2,27)
#220217
(34,2,23)
#1B0213
(27,2,19)
#14020F
(20,2,15)
#0D020B
(13,2,11)
#000000
(0,0,0)

Tints of #530233

#530233
(83,2,51)
#621945
(98,25,69)
#713057
(113,48,87)
#804769
(128,71,105)
#8F5E7B
(143,94,123)
#9E758D
(158,117,141)
#AD8C9F
(173,140,159)
#BCA3B1
(188,163,177)
#CBBAC3
(203,186,195)
#DAD1D5
(218,209,213)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530233; }

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

This text font color is #530233.


Background Color

.myBgColor { background-color: #530233; }

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

This div background color is #530233.


Border color

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

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

This div border color is #530233.


Opacity

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

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

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

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

This text has shadow with #530233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530233 on black background.


Color preview on white background

This text has color #530233 on white background.



Black color preview on #530233 background

This text has black color on #530233 background.


White color preview on #530233 background

This text has white color on #530233 background.