COLOR #531B1E

HEX: #531B1E
RGB: (83,27,30)

Color info

#531B1E contains red, green and blue colors in about the same proportion. Web safe color of #531B1E is #663333 (or #633).

RGB color model

#531B1E color RGB value is (83,27,30).

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

RGB channels and saturation

R 83 of 255 = 33%
G 27 of 255 = 11%
B 30 of 255 = 12%

83
27
30

R + G + B ~ 19%. #531B1E is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 27 + 30 = 140 (100%)
R 83 of 140 ~ 59.29%
G 27 of 140 ~ 19.29%
B 30 of 140 ~ 21.43%

%59.29
%19.29
%21.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 67.47%
  • yellow value is 63.86%
  • key color value is 67.45%
CMYK:
(0,67,64,67)
C0M67Y64K67 
(0%,67%,64%,67%)
(0.00/0.67/0.64/0.67)	

CMYK percentages

%0
%67.47
%63.86
%67.45

Codes

Color #531B1E in popluar color models

531B1E
RGB832730
HSL357°50.91%21.57%
HSB/HSV357°67.47%32.55%
CMYK0.00%67.47%63.86%
67.45%

Color #531B1E in popluar number systems.

HEX531B1E
Decimal832730
Binary10100111101111110
Octal1233336

Shades and tints

Shades of #531B1E

#531B1E
(83,27,30)
#4C191C
(76,25,28)
#45171A
(69,23,26)
#3E1518
(62,21,24)
#371316
(55,19,22)
#301114
(48,17,20)
#290F12
(41,15,18)
#220D10
(34,13,16)
#1B0B0E
(27,11,14)
#14090C
(20,9,12)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #531B1E

#531B1E
(83,27,30)
#622F32
(98,47,50)
#714346
(113,67,70)
#80575A
(128,87,90)
#8F6B6E
(143,107,110)
#9E7F82
(158,127,130)
#AD9396
(173,147,150)
#BCA7AA
(188,167,170)
#CBBBBE
(203,187,190)
#DACFD2
(218,207,210)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531B1E; }

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

This text font color is #531B1E.


Background Color

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

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

This div background color is #531B1E.


Border color

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

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

This div border color is #531B1E.


Opacity

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

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

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

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

This text has shadow with #531B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531B1E on black background.


Color preview on white background

This text has color #531B1E on white background.



Black color preview on #531B1E background

This text has black color on #531B1E background.


White color preview on #531B1E background

This text has white color on #531B1E background.