COLOR #531A1E

HEX: #531A1E
RGB: (83,26,30)

Color info

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

RGB color model

#531A1E color RGB value is (83,26,30).

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

RGB channels and saturation

R 83 of 255 = 33%
G 26 of 255 = 10%
B 30 of 255 = 12%

83
26
30

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

Portions of RGB colors in percentages

R + G + B =
83 + 26 + 30 = 139 (100%)
R 83 of 139 ~ 59.71%
G 26 of 139 ~ 18.71%
B 30 of 139 ~ 21.58%

%59.71
%18.71
%21.58

CMYK color model

#531A1E color CMYK value is (0,69,64,67).

  • cyan value is 0.00%
  • magenta value is 68.67%
  • yellow value is 63.86%
  • key color value is 67.45%
CMYK:
(0,69,64,67)
C0M69Y64K67 
(0%,69%,64%,67%)
(0.00/0.69/0.64/0.67)	

CMYK percentages

%0
%68.67
%63.86
%67.45

Codes

Color #531A1E in popluar color models

531A1E
RGB832630
HSL356°52.29%21.37%
HSB/HSV356°68.67%32.55%
CMYK0.00%68.67%63.86%
67.45%

Color #531A1E in popluar number systems.

HEX531A1E
Decimal832630
Binary10100111101011110
Octal1233236

Shades and tints

Shades of #531A1E

#531A1E
(83,26,30)
#4C181C
(76,24,28)
#45161A
(69,22,26)
#3E1418
(62,20,24)
#371216
(55,18,22)
#301014
(48,16,20)
#290E12
(41,14,18)
#220C10
(34,12,16)
#1B0A0E
(27,10,14)
#14080C
(20,8,12)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #531A1E

#531A1E
(83,26,30)
#622E32
(98,46,50)
#714246
(113,66,70)
#80565A
(128,86,90)
#8F6A6E
(143,106,110)
#9E7E82
(158,126,130)
#AD9296
(173,146,150)
#BCA6AA
(188,166,170)
#CBBABE
(203,186,190)
#DACED2
(218,206,210)
#E9E2E6
(233,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531A1E; }

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

This text font color is #531A1E.


Background Color

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

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

This div background color is #531A1E.


Border color

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

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

This div border color is #531A1E.


Opacity

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

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

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

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

This text has shadow with #531A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531A1E on black background.


Color preview on white background

This text has color #531A1E on white background.



Black color preview on #531A1E background

This text has black color on #531A1E background.


White color preview on #531A1E background

This text has white color on #531A1E background.