COLOR #531000

HEX: #531000
RGB: (83,16,0)

Color info

#531000 contains mainly red color. Web safe color of #531000 is #660000 (or #600).

RGB color model

#531000 color RGB value is (83,16,0).

  • red value is 83;
  • green value is 16;
  • blue value is 0.
RGB:
(83,16,0)
(33%,6%,0%)

RGB channels and saturation

R 83 of 255 = 33%
G 16 of 255 = 6%
B 0 of 255 = 0%

83
16
0

R + G + B ~ 13%. #531000 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 16 + 0 = 99 (100%)
R 83 of 99 ~ 83.84%
G 16 of 99 ~ 16.16%
B 0 of 99 ~ 0%

%83.84
%16.16

CMYK color model

#531000 color CMYK value is (0,81,100,67).

  • cyan value is 0.00%
  • magenta value is 80.72%
  • yellow value is 100.00%
  • key color value is 67.45%
CMYK:
(0,81,100,67)
C0M81Y100K67 
(0%,81%,100%,67%)
(0.00/0.81/1.00/0.67)	

CMYK percentages

%0
%80.72
%100
%67.45

Codes

Color #531000 in popluar color models

531000
RGB83160
HSL12°100.00%16.27%
HSB/HSV12°100.00%32.55%
CMYK0.00%80.72%100.00%
67.45%

Color #531000 in popluar number systems.

HEX531000
Decimal83160
Binary1010011100000
Octal123200

Shades and tints

Shades of #531000

#531000
(83,16,0)
#4C0F00
(76,15,0)
#450E00
(69,14,0)
#3E0D00
(62,13,0)
#370C00
(55,12,0)
#300B00
(48,11,0)
#290A00
(41,10,0)
#220900
(34,9,0)
#1B0800
(27,8,0)
#140700
(20,7,0)
#0D0600
(13,6,0)
#000000
(0,0,0)

Tints of #531000

#531000
(83,16,0)
#622517
(98,37,23)
#713A2E
(113,58,46)
#804F45
(128,79,69)
#8F645C
(143,100,92)
#9E7973
(158,121,115)
#AD8E8A
(173,142,138)
#BCA3A1
(188,163,161)
#CBB8B8
(203,184,184)
#DACDCF
(218,205,207)
#E9E2E6
(233,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531000 color. Also use rgb(83,16,0) instead hex code.

Text Font Color

.myTextColor { color: #531000; }

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

This text font color is #531000.


Background Color

.myBgColor { background-color: #531000; }

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

This div background color is #531000.


Border color

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

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

This div border color is #531000.


Opacity

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

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

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

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

This text has shadow with #531000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531000 on black background.


Color preview on white background

This text has color #531000 on white background.



Black color preview on #531000 background

This text has black color on #531000 background.


White color preview on #531000 background

This text has white color on #531000 background.