COLOR #531D31

HEX: #531D31
RGB: (83,29,49)

Color info

#531D31 contains red, green and blue colors in about the same proportion. Web safe color of #531D31 is #663333 (or #633).

RGB color model

#531D31 color RGB value is (83,29,49).

  • red value is 83;
  • green value is 29;
  • blue value is 49.
RGB:
(83,29,49)
(33%,11%,19%)

RGB channels and saturation

R 83 of 255 = 33%
G 29 of 255 = 11%
B 49 of 255 = 19%

83
29
49

R + G + B ~ 21%. #531D31 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 29 + 49 = 161 (100%)
R 83 of 161 ~ 51.55%
G 29 of 161 ~ 18.01%
B 49 of 161 ~ 30.43%

%51.55
%18.01
%30.43

CMYK color model

#531D31 color CMYK value is (0,65,41,67).

  • cyan value is 0.00%
  • magenta value is 65.06%
  • yellow value is 40.96%
  • key color value is 67.45%
CMYK:
(0,65,41,67)
C0M65Y41K67 
(0%,65%,41%,67%)
(0.00/0.65/0.41/0.67)	

CMYK percentages

%0
%65.06
%40.96
%67.45

Codes

Color #531D31 in popluar color models

531D31
RGB832949
HSL338°48.21%21.96%
HSB/HSV338°65.06%32.55%
CMYK0.00%65.06%40.96%
67.45%

Color #531D31 in popluar number systems.

HEX531D31
Decimal832949
Binary101001111101110001
Octal1233561

Shades and tints

Shades of #531D31

#531D31
(83,29,49)
#4C1B2D
(76,27,45)
#451929
(69,25,41)
#3E1725
(62,23,37)
#371521
(55,21,33)
#30131D
(48,19,29)
#291119
(41,17,25)
#220F15
(34,15,21)
#1B0D11
(27,13,17)
#140B0D
(20,11,13)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #531D31

#531D31
(83,29,49)
#623143
(98,49,67)
#714555
(113,69,85)
#805967
(128,89,103)
#8F6D79
(143,109,121)
#9E818B
(158,129,139)
#AD959D
(173,149,157)
#BCA9AF
(188,169,175)
#CBBDC1
(203,189,193)
#DAD1D3
(218,209,211)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531D31 color. Also use rgb(83,29,49) instead hex code.

Text Font Color

.myTextColor { color: #531D31; }

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

This text font color is #531D31.


Background Color

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

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

This div background color is #531D31.


Border color

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

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

This div border color is #531D31.


Opacity

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

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

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

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

This text has shadow with #531D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531D31 on black background.


Color preview on white background

This text has color #531D31 on white background.



Black color preview on #531D31 background

This text has black color on #531D31 background.


White color preview on #531D31 background

This text has white color on #531D31 background.