COLOR #531A1F

HEX: #531A1F
RGB: (83,26,31)

Color info

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

RGB color model

#531A1F color RGB value is (83,26,31).

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

RGB channels and saturation

R 83 of 255 = 33%
G 26 of 255 = 10%
B 31 of 255 = 12%

83
26
31

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

Portions of RGB colors in percentages

R + G + B =
83 + 26 + 31 = 140 (100%)
R 83 of 140 ~ 59.29%
G 26 of 140 ~ 18.57%
B 31 of 140 ~ 22.14%

%59.29
%18.57
%22.14

CMYK color model

#531A1F color CMYK value is (0,69,63,67).

  • cyan value is 0.00%
  • magenta value is 68.67%
  • yellow value is 62.65%
  • key color value is 67.45%
CMYK:
(0,69,63,67)
C0M69Y63K67 
(0%,69%,63%,67%)
(0.00/0.69/0.63/0.67)	

CMYK percentages

%0
%68.67
%62.65
%67.45

Codes

Color #531A1F in popluar color models

531A1F
RGB832631
HSL355°52.29%21.37%
HSB/HSV355°68.67%32.55%
CMYK0.00%68.67%62.65%
67.45%

Color #531A1F in popluar number systems.

HEX531A1F
Decimal832631
Binary10100111101011111
Octal1233237

Shades and tints

Shades of #531A1F

#531A1F
(83,26,31)
#4C181D
(76,24,29)
#45161B
(69,22,27)
#3E1419
(62,20,25)
#371217
(55,18,23)
#301015
(48,16,21)
#290E13
(41,14,19)
#220C11
(34,12,17)
#1B0A0F
(27,10,15)
#14080D
(20,8,13)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #531A1F

#531A1F
(83,26,31)
#622E33
(98,46,51)
#714247
(113,66,71)
#80565B
(128,86,91)
#8F6A6F
(143,106,111)
#9E7E83
(158,126,131)
#AD9297
(173,146,151)
#BCA6AB
(188,166,171)
#CBBABF
(203,186,191)
#DACED3
(218,206,211)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531A1F; }

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

This text font color is #531A1F.


Background Color

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

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

This div background color is #531A1F.


Border color

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

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

This div border color is #531A1F.


Opacity

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

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

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

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

This text has shadow with #531A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531A1F on black background.


Color preview on white background

This text has color #531A1F on white background.



Black color preview on #531A1F background

This text has black color on #531A1F background.


White color preview on #531A1F background

This text has white color on #531A1F background.