COLOR #531840

HEX: #531840
RGB: (83,24,64)

Color info

#531840 contains red, green and blue colors in about the same proportion. Web safe color of #531840 is #660033 (or #603).

RGB color model

#531840 color RGB value is (83,24,64).

  • red value is 83;
  • green value is 24;
  • blue value is 64.
RGB:
(83,24,64)
(33%,9%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 24 of 255 = 9%
B 64 of 255 = 25%

83
24
64

R + G + B ~ 22%. #531840 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 24 + 64 = 171 (100%)
R 83 of 171 ~ 48.54%
G 24 of 171 ~ 14.04%
B 64 of 171 ~ 37.43%

%48.54
%14.04
%37.43

CMYK color model

#531840 color CMYK value is (0,71,23,67).

  • cyan value is 0.00%
  • magenta value is 71.08%
  • yellow value is 22.89%
  • key color value is 67.45%
CMYK:
(0,71,23,67)
C0M71Y23K67 
(0%,71%,23%,67%)
(0.00/0.71/0.23/0.67)	

CMYK percentages

%0
%71.08
%22.89
%67.45

Codes

Color #531840 in popluar color models

531840
RGB832464
HSL319°55.14%20.98%
HSB/HSV319°71.08%32.55%
CMYK0.00%71.08%22.89%
67.45%

Color #531840 in popluar number systems.

HEX531840
Decimal832464
Binary1010011110001000000
Octal12330100

Shades and tints

Shades of #531840

#531840
(83,24,64)
#4C163B
(76,22,59)
#451436
(69,20,54)
#3E1231
(62,18,49)
#37102C
(55,16,44)
#300E27
(48,14,39)
#290C22
(41,12,34)
#220A1D
(34,10,29)
#1B0818
(27,8,24)
#140613
(20,6,19)
#0D040E
(13,4,14)
#000000
(0,0,0)

Tints of #531840

#531840
(83,24,64)
#622D51
(98,45,81)
#714262
(113,66,98)
#805773
(128,87,115)
#8F6C84
(143,108,132)
#9E8195
(158,129,149)
#AD96A6
(173,150,166)
#BCABB7
(188,171,183)
#CBC0C8
(203,192,200)
#DAD5D9
(218,213,217)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531840 color. Also use rgb(83,24,64) instead hex code.

Text Font Color

.myTextColor { color: #531840; }

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

This text font color is #531840.


Background Color

.myBgColor { background-color: #531840; }

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

This div background color is #531840.


Border color

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

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

This div border color is #531840.


Opacity

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

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

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

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

This text has shadow with #531840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531840 on black background.


Color preview on white background

This text has color #531840 on white background.



Black color preview on #531840 background

This text has black color on #531840 background.


White color preview on #531840 background

This text has white color on #531840 background.