COLOR #531666

HEX: #531666
RGB: (83,22,102)

Color info

#531666 contains mainly red and blue colors. Web safe color of #531666 is #660066 (or #606).

RGB color model

#531666 color RGB value is (83,22,102).

  • red value is 83;
  • green value is 22;
  • blue value is 102.
RGB:
(83,22,102)
(33%,9%,40%)

RGB channels and saturation

R 83 of 255 = 33%
G 22 of 255 = 9%
B 102 of 255 = 40%

83
22
102

R + G + B ~ 27%. #531666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 22 + 102 = 207 (100%)
R 83 of 207 ~ 40.1%
G 22 of 207 ~ 10.63%
B 102 of 207 ~ 49.28%

%40.1
%10.63
%49.28

CMYK color model

#531666 color CMYK value is (19,78,0,60).

  • cyan value is 18.63%
  • magenta value is 78.43%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(19,78,0,60)
C19M78Y0K60 
(19%,78%,0%,60%)
(0.19/0.78/0.00/0.60)	

CMYK percentages

%18.63
%78.43
%0
%60

Codes

Color #531666 in popluar color models

531666
RGB8322102
HSL286°64.52%24.31%
HSB/HSV286°78.43%40.00%
CMYK18.63%78.43%0.00%
60.00%

Color #531666 in popluar number systems.

HEX531666
Decimal8322102
Binary1010011101101100110
Octal12326146

Shades and tints

Shades of #531666

#531666
(83,22,102)
#4C145D
(76,20,93)
#451254
(69,18,84)
#3E104B
(62,16,75)
#370E42
(55,14,66)
#300C39
(48,12,57)
#290A30
(41,10,48)
#220827
(34,8,39)
#1B061E
(27,6,30)
#140415
(20,4,21)
#0D020C
(13,2,12)
#000000
(0,0,0)

Tints of #531666

#531666
(83,22,102)
#622B73
(98,43,115)
#714080
(113,64,128)
#80558D
(128,85,141)
#8F6A9A
(143,106,154)
#9E7FA7
(158,127,167)
#AD94B4
(173,148,180)
#BCA9C1
(188,169,193)
#CBBECE
(203,190,206)
#DAD3DB
(218,211,219)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531666 color. Also use rgb(83,22,102) instead hex code.

Text Font Color

.myTextColor { color: #531666; }

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

This text font color is #531666.


Background Color

.myBgColor { background-color: #531666; }

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

This div background color is #531666.


Border color

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

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

This div border color is #531666.


Opacity

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

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

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

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

This text has shadow with #531666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531666 on black background.


Color preview on white background

This text has color #531666 on white background.



Black color preview on #531666 background

This text has black color on #531666 background.


White color preview on #531666 background

This text has white color on #531666 background.