COLOR #531A39

HEX: #531A39
RGB: (83,26,57)

Color info

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

RGB color model

#531A39 color RGB value is (83,26,57).

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

RGB channels and saturation

R 83 of 255 = 33%
G 26 of 255 = 10%
B 57 of 255 = 22%

83
26
57

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

Portions of RGB colors in percentages

R + G + B =
83 + 26 + 57 = 166 (100%)
R 83 of 166 ~ 50%
G 26 of 166 ~ 15.66%
B 57 of 166 ~ 34.34%

%50
%15.66
%34.34

CMYK color model

#531A39 color CMYK value is (0,69,31,67).

  • cyan value is 0.00%
  • magenta value is 68.67%
  • yellow value is 31.33%
  • key color value is 67.45%
CMYK:
(0,69,31,67)
C0M69Y31K67 
(0%,69%,31%,67%)
(0.00/0.69/0.31/0.67)	

CMYK percentages

%0
%68.67
%31.33
%67.45

Codes

Color #531A39 in popluar color models

531A39
RGB832657
HSL327°52.29%21.37%
HSB/HSV327°68.67%32.55%
CMYK0.00%68.67%31.33%
67.45%

Color #531A39 in popluar number systems.

HEX531A39
Decimal832657
Binary101001111010111001
Octal1233271

Shades and tints

Shades of #531A39

#531A39
(83,26,57)
#4C1834
(76,24,52)
#45162F
(69,22,47)
#3E142A
(62,20,42)
#371225
(55,18,37)
#301020
(48,16,32)
#290E1B
(41,14,27)
#220C16
(34,12,22)
#1B0A11
(27,10,17)
#14080C
(20,8,12)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #531A39

#531A39
(83,26,57)
#622E4B
(98,46,75)
#71425D
(113,66,93)
#80566F
(128,86,111)
#8F6A81
(143,106,129)
#9E7E93
(158,126,147)
#AD92A5
(173,146,165)
#BCA6B7
(188,166,183)
#CBBAC9
(203,186,201)
#DACEDB
(218,206,219)
#E9E2ED
(233,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531A39; }

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

This text font color is #531A39.


Background Color

.myBgColor { background-color: #531A39; }

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

This div background color is #531A39.


Border color

.myBorderColor { border: 1px solid #531A39; }

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

This div border color is #531A39.


Opacity

.myOpacity80 { color: #531A39; opacity: 0.8; }

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

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

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

This text has shadow with #531A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531A39 on black background.


Color preview on white background

This text has color #531A39 on white background.



Black color preview on #531A39 background

This text has black color on #531A39 background.


White color preview on #531A39 background

This text has white color on #531A39 background.