COLOR #531825

HEX: #531825
RGB: (83,24,37)

Color info

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

RGB color model

#531825 color RGB value is (83,24,37).

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

RGB channels and saturation

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

83
24
37

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

Portions of RGB colors in percentages

R + G + B =
83 + 24 + 37 = 144 (100%)
R 83 of 144 ~ 57.64%
G 24 of 144 ~ 16.67%
B 37 of 144 ~ 25.69%

%57.64
%16.67
%25.69

CMYK color model

#531825 color CMYK value is (0,71,55,67).

  • cyan value is 0.00%
  • magenta value is 71.08%
  • yellow value is 55.42%
  • key color value is 67.45%
CMYK:
(0,71,55,67)
C0M71Y55K67 
(0%,71%,55%,67%)
(0.00/0.71/0.55/0.67)	

CMYK percentages

%0
%71.08
%55.42
%67.45

Codes

Color #531825 in popluar color models

531825
RGB832437
HSL347°55.14%20.98%
HSB/HSV347°71.08%32.55%
CMYK0.00%71.08%55.42%
67.45%

Color #531825 in popluar number systems.

HEX531825
Decimal832437
Binary101001111000100101
Octal1233045

Shades and tints

Shades of #531825

#531825
(83,24,37)
#4C1622
(76,22,34)
#45141F
(69,20,31)
#3E121C
(62,18,28)
#371019
(55,16,25)
#300E16
(48,14,22)
#290C13
(41,12,19)
#220A10
(34,10,16)
#1B080D
(27,8,13)
#14060A
(20,6,10)
#0D0407
(13,4,7)
#000000
(0,0,0)

Tints of #531825

#531825
(83,24,37)
#622D38
(98,45,56)
#71424B
(113,66,75)
#80575E
(128,87,94)
#8F6C71
(143,108,113)
#9E8184
(158,129,132)
#AD9697
(173,150,151)
#BCABAA
(188,171,170)
#CBC0BD
(203,192,189)
#DAD5D0
(218,213,208)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531825; }

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

This text font color is #531825.


Background Color

.myBgColor { background-color: #531825; }

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

This div background color is #531825.


Border color

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

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

This div border color is #531825.


Opacity

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

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

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

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

This text has shadow with #531825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531825 on black background.


Color preview on white background

This text has color #531825 on white background.



Black color preview on #531825 background

This text has black color on #531825 background.


White color preview on #531825 background

This text has white color on #531825 background.