COLOR #531822

HEX: #531822
RGB: (83,24,34)

Color info

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

RGB color model

#531822 color RGB value is (83,24,34).

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

RGB channels and saturation

R 83 of 255 = 33%
G 24 of 255 = 9%
B 34 of 255 = 13%

83
24
34

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

Portions of RGB colors in percentages

R + G + B =
83 + 24 + 34 = 141 (100%)
R 83 of 141 ~ 58.87%
G 24 of 141 ~ 17.02%
B 34 of 141 ~ 24.11%

%58.87
%17.02
%24.11

CMYK color model

#531822 color CMYK value is (0,71,59,67).

  • cyan value is 0.00%
  • magenta value is 71.08%
  • yellow value is 59.04%
  • key color value is 67.45%
CMYK:
(0,71,59,67)
C0M71Y59K67 
(0%,71%,59%,67%)
(0.00/0.71/0.59/0.67)	

CMYK percentages

%0
%71.08
%59.04
%67.45

Codes

Color #531822 in popluar color models

531822
RGB832434
HSL350°55.14%20.98%
HSB/HSV350°71.08%32.55%
CMYK0.00%71.08%59.04%
67.45%

Color #531822 in popluar number systems.

HEX531822
Decimal832434
Binary101001111000100010
Octal1233042

Shades and tints

Shades of #531822

#531822
(83,24,34)
#4C161F
(76,22,31)
#45141C
(69,20,28)
#3E1219
(62,18,25)
#371016
(55,16,22)
#300E13
(48,14,19)
#290C10
(41,12,16)
#220A0D
(34,10,13)
#1B080A
(27,8,10)
#140607
(20,6,7)
#0D0404
(13,4,4)
#000000
(0,0,0)

Tints of #531822

#531822
(83,24,34)
#622D36
(98,45,54)
#71424A
(113,66,74)
#80575E
(128,87,94)
#8F6C72
(143,108,114)
#9E8186
(158,129,134)
#AD969A
(173,150,154)
#BCABAE
(188,171,174)
#CBC0C2
(203,192,194)
#DAD5D6
(218,213,214)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531822; }

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

This text font color is #531822.


Background Color

.myBgColor { background-color: #531822; }

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

This div background color is #531822.


Border color

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

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

This div border color is #531822.


Opacity

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

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

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

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

This text has shadow with #531822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531822 on black background.


Color preview on white background

This text has color #531822 on white background.



Black color preview on #531822 background

This text has black color on #531822 background.


White color preview on #531822 background

This text has white color on #531822 background.