COLOR #531A0D

HEX: #531A0D
RGB: (83,26,13)

Color info

#531A0D contains mainly red and green colors. Web safe color of #531A0D is #660000 (or #600).

RGB color model

#531A0D color RGB value is (83,26,13).

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

RGB channels and saturation

R 83 of 255 = 33%
G 26 of 255 = 10%
B 13 of 255 = 5%

83
26
13

R + G + B ~ 16%. #531A0D is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 26 + 13 = 122 (100%)
R 83 of 122 ~ 68.03%
G 26 of 122 ~ 21.31%
B 13 of 122 ~ 10.66%

%68.03
%21.31
%10.66

CMYK color model

#531A0D color CMYK value is (0,69,84,67).

  • cyan value is 0.00%
  • magenta value is 68.67%
  • yellow value is 84.34%
  • key color value is 67.45%
CMYK:
(0,69,84,67)
C0M69Y84K67 
(0%,69%,84%,67%)
(0.00/0.69/0.84/0.67)	

CMYK percentages

%0
%68.67
%84.34
%67.45

Codes

Color #531A0D in popluar color models

531A0D
RGB832613
HSL11°72.92%18.82%
HSB/HSV11°84.34%32.55%
CMYK0.00%68.67%84.34%
67.45%

Color #531A0D in popluar number systems.

HEX531A0D
Decimal832613
Binary1010011110101101
Octal1233215

Shades and tints

Shades of #531A0D

#531A0D
(83,26,13)
#4C180C
(76,24,12)
#45160B
(69,22,11)
#3E140A
(62,20,10)
#371209
(55,18,9)
#301008
(48,16,8)
#290E07
(41,14,7)
#220C06
(34,12,6)
#1B0A05
(27,10,5)
#140804
(20,8,4)
#0D0603
(13,6,3)
#000000
(0,0,0)

Tints of #531A0D

#531A0D
(83,26,13)
#622E23
(98,46,35)
#714239
(113,66,57)
#80564F
(128,86,79)
#8F6A65
(143,106,101)
#9E7E7B
(158,126,123)
#AD9291
(173,146,145)
#BCA6A7
(188,166,167)
#CBBABD
(203,186,189)
#DACED3
(218,206,211)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531A0D; }

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

This text font color is #531A0D.


Background Color

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

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

This div background color is #531A0D.


Border color

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

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

This div border color is #531A0D.


Opacity

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

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

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

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

This text has shadow with #531A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531A0D on black background.


Color preview on white background

This text has color #531A0D on white background.



Black color preview on #531A0D background

This text has black color on #531A0D background.


White color preview on #531A0D background

This text has white color on #531A0D background.