COLOR #531A3F

HEX: #531A3F
RGB: (83,26,63)

Color info

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

RGB color model

#531A3F color RGB value is (83,26,63).

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

RGB channels and saturation

R 83 of 255 = 33%
G 26 of 255 = 10%
B 63 of 255 = 25%

83
26
63

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

Portions of RGB colors in percentages

R + G + B =
83 + 26 + 63 = 172 (100%)
R 83 of 172 ~ 48.26%
G 26 of 172 ~ 15.12%
B 63 of 172 ~ 36.63%

%48.26
%15.12
%36.63

CMYK color model

#531A3F color CMYK value is (0,69,24,67).

  • cyan value is 0.00%
  • magenta value is 68.67%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(0,69,24,67)
C0M69Y24K67 
(0%,69%,24%,67%)
(0.00/0.69/0.24/0.67)	

CMYK percentages

%0
%68.67
%24.1
%67.45

Codes

Color #531A3F in popluar color models

531A3F
RGB832663
HSL321°52.29%21.37%
HSB/HSV321°68.67%32.55%
CMYK0.00%68.67%24.10%
67.45%

Color #531A3F in popluar number systems.

HEX531A3F
Decimal832663
Binary101001111010111111
Octal1233277

Shades and tints

Shades of #531A3F

#531A3F
(83,26,63)
#4C183A
(76,24,58)
#451635
(69,22,53)
#3E1430
(62,20,48)
#37122B
(55,18,43)
#301026
(48,16,38)
#290E21
(41,14,33)
#220C1C
(34,12,28)
#1B0A17
(27,10,23)
#140812
(20,8,18)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #531A3F

#531A3F
(83,26,63)
#622E50
(98,46,80)
#714261
(113,66,97)
#805672
(128,86,114)
#8F6A83
(143,106,131)
#9E7E94
(158,126,148)
#AD92A5
(173,146,165)
#BCA6B6
(188,166,182)
#CBBAC7
(203,186,199)
#DACED8
(218,206,216)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531A3F; }

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

This text font color is #531A3F.


Background Color

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

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

This div background color is #531A3F.


Border color

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

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

This div border color is #531A3F.


Opacity

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

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

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

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

This text has shadow with #531A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531A3F on black background.


Color preview on white background

This text has color #531A3F on white background.



Black color preview on #531A3F background

This text has black color on #531A3F background.


White color preview on #531A3F background

This text has white color on #531A3F background.