COLOR #531827

HEX: #531827
RGB: (83,24,39)

Color info

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

RGB color model

#531827 color RGB value is (83,24,39).

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

RGB channels and saturation

R 83 of 255 = 33%
G 24 of 255 = 9%
B 39 of 255 = 15%

83
24
39

R + G + B ~ 19%. #531827 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 24 + 39 = 146 (100%)
R 83 of 146 ~ 56.85%
G 24 of 146 ~ 16.44%
B 39 of 146 ~ 26.71%

%56.85
%16.44
%26.71

CMYK color model

#531827 color CMYK value is (0,71,53,67).

  • cyan value is 0.00%
  • magenta value is 71.08%
  • yellow value is 53.01%
  • key color value is 67.45%
CMYK:
(0,71,53,67)
C0M71Y53K67 
(0%,71%,53%,67%)
(0.00/0.71/0.53/0.67)	

CMYK percentages

%0
%71.08
%53.01
%67.45

Codes

Color #531827 in popluar color models

531827
RGB832439
HSL345°55.14%20.98%
HSB/HSV345°71.08%32.55%
CMYK0.00%71.08%53.01%
67.45%

Color #531827 in popluar number systems.

HEX531827
Decimal832439
Binary101001111000100111
Octal1233047

Shades and tints

Shades of #531827

#531827
(83,24,39)
#4C1624
(76,22,36)
#451421
(69,20,33)
#3E121E
(62,18,30)
#37101B
(55,16,27)
#300E18
(48,14,24)
#290C15
(41,12,21)
#220A12
(34,10,18)
#1B080F
(27,8,15)
#14060C
(20,6,12)
#0D0409
(13,4,9)
#000000
(0,0,0)

Tints of #531827

#531827
(83,24,39)
#622D3A
(98,45,58)
#71424D
(113,66,77)
#805760
(128,87,96)
#8F6C73
(143,108,115)
#9E8186
(158,129,134)
#AD9699
(173,150,153)
#BCABAC
(188,171,172)
#CBC0BF
(203,192,191)
#DAD5D2
(218,213,210)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531827; }

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

This text font color is #531827.


Background Color

.myBgColor { background-color: #531827; }

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

This div background color is #531827.


Border color

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

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

This div border color is #531827.


Opacity

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

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

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

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

This text has shadow with #531827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531827 on black background.


Color preview on white background

This text has color #531827 on white background.



Black color preview on #531827 background

This text has black color on #531827 background.


White color preview on #531827 background

This text has white color on #531827 background.