COLOR #531A3B

HEX: #531A3B
RGB: (83,26,59)

Color info

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

RGB color model

#531A3B color RGB value is (83,26,59).

  • red value is 83;
  • green value is 26;
  • blue value is 59.
RGB:
(83,26,59)
(33%,10%,23%)

RGB channels and saturation

R 83 of 255 = 33%
G 26 of 255 = 10%
B 59 of 255 = 23%

83
26
59

R + G + B ~ 22%. #531A3B is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 26 + 59 = 168 (100%)
R 83 of 168 ~ 49.4%
G 26 of 168 ~ 15.48%
B 59 of 168 ~ 35.12%

%49.4
%15.48
%35.12

CMYK color model

#531A3B color CMYK value is (0,69,29,67).

  • cyan value is 0.00%
  • magenta value is 68.67%
  • yellow value is 28.92%
  • key color value is 67.45%
CMYK:
(0,69,29,67)
C0M69Y29K67 
(0%,69%,29%,67%)
(0.00/0.69/0.29/0.67)	

CMYK percentages

%0
%68.67
%28.92
%67.45

Codes

Color #531A3B in popluar color models

531A3B
RGB832659
HSL325°52.29%21.37%
HSB/HSV325°68.67%32.55%
CMYK0.00%68.67%28.92%
67.45%

Color #531A3B in popluar number systems.

HEX531A3B
Decimal832659
Binary101001111010111011
Octal1233273

Shades and tints

Shades of #531A3B

#531A3B
(83,26,59)
#4C1836
(76,24,54)
#451631
(69,22,49)
#3E142C
(62,20,44)
#371227
(55,18,39)
#301022
(48,16,34)
#290E1D
(41,14,29)
#220C18
(34,12,24)
#1B0A13
(27,10,19)
#14080E
(20,8,14)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #531A3B

#531A3B
(83,26,59)
#622E4C
(98,46,76)
#71425D
(113,66,93)
#80566E
(128,86,110)
#8F6A7F
(143,106,127)
#9E7E90
(158,126,144)
#AD92A1
(173,146,161)
#BCA6B2
(188,166,178)
#CBBAC3
(203,186,195)
#DACED4
(218,206,212)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531A3B color. Also use rgb(83,26,59) instead hex code.

Text Font Color

.myTextColor { color: #531A3B; }

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

This text font color is #531A3B.


Background Color

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

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

This div background color is #531A3B.


Border color

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

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

This div border color is #531A3B.


Opacity

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

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

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

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

This text has shadow with #531A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531A3B on black background.


Color preview on white background

This text has color #531A3B on white background.



Black color preview on #531A3B background

This text has black color on #531A3B background.


White color preview on #531A3B background

This text has white color on #531A3B background.