COLOR #531D3C

HEX: #531D3C
RGB: (83,29,60)

Color info

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

RGB color model

#531D3C color RGB value is (83,29,60).

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

RGB channels and saturation

R 83 of 255 = 33%
G 29 of 255 = 11%
B 60 of 255 = 24%

83
29
60

R + G + B ~ 23%. #531D3C is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 29 + 60 = 172 (100%)
R 83 of 172 ~ 48.26%
G 29 of 172 ~ 16.86%
B 60 of 172 ~ 34.88%

%48.26
%16.86
%34.88

CMYK color model

#531D3C color CMYK value is (0,65,28,67).

  • cyan value is 0.00%
  • magenta value is 65.06%
  • yellow value is 27.71%
  • key color value is 67.45%
CMYK:
(0,65,28,67)
C0M65Y28K67 
(0%,65%,28%,67%)
(0.00/0.65/0.28/0.67)	

CMYK percentages

%0
%65.06
%27.71
%67.45

Codes

Color #531D3C in popluar color models

531D3C
RGB832960
HSL326°48.21%21.96%
HSB/HSV326°65.06%32.55%
CMYK0.00%65.06%27.71%
67.45%

Color #531D3C in popluar number systems.

HEX531D3C
Decimal832960
Binary101001111101111100
Octal1233574

Shades and tints

Shades of #531D3C

#531D3C
(83,29,60)
#4C1B37
(76,27,55)
#451932
(69,25,50)
#3E172D
(62,23,45)
#371528
(55,21,40)
#301323
(48,19,35)
#29111E
(41,17,30)
#220F19
(34,15,25)
#1B0D14
(27,13,20)
#140B0F
(20,11,15)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #531D3C

#531D3C
(83,29,60)
#62314D
(98,49,77)
#71455E
(113,69,94)
#80596F
(128,89,111)
#8F6D80
(143,109,128)
#9E8191
(158,129,145)
#AD95A2
(173,149,162)
#BCA9B3
(188,169,179)
#CBBDC4
(203,189,196)
#DAD1D5
(218,209,213)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531D3C; }

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

This text font color is #531D3C.


Background Color

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

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

This div background color is #531D3C.


Border color

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

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

This div border color is #531D3C.


Opacity

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

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

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

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

This text has shadow with #531D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531D3C on black background.


Color preview on white background

This text has color #531D3C on white background.



Black color preview on #531D3C background

This text has black color on #531D3C background.


White color preview on #531D3C background

This text has white color on #531D3C background.