COLOR #531B12

HEX: #531B12
RGB: (83,27,18)

Color info

#531B12 contains mainly red and green colors. Web safe color of #531B12 is #663300 (or #630).

RGB color model

#531B12 color RGB value is (83,27,18).

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

RGB channels and saturation

R 83 of 255 = 33%
G 27 of 255 = 11%
B 18 of 255 = 7%

83
27
18

R + G + B ~ 17%. #531B12 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 27 + 18 = 128 (100%)
R 83 of 128 ~ 64.84%
G 27 of 128 ~ 21.09%
B 18 of 128 ~ 14.06%

%64.84
%21.09
%14.06

CMYK color model

#531B12 color CMYK value is (0,67,78,67).

  • cyan value is 0.00%
  • magenta value is 67.47%
  • yellow value is 78.31%
  • key color value is 67.45%
CMYK:
(0,67,78,67)
C0M67Y78K67 
(0%,67%,78%,67%)
(0.00/0.67/0.78/0.67)	

CMYK percentages

%0
%67.47
%78.31
%67.45

Codes

Color #531B12 in popluar color models

531B12
RGB832718
HSL64.36%19.80%
HSB/HSV78.31%32.55%
CMYK0.00%67.47%78.31%
67.45%

Color #531B12 in popluar number systems.

HEX531B12
Decimal832718
Binary10100111101110010
Octal1233322

Shades and tints

Shades of #531B12

#531B12
(83,27,18)
#4C1911
(76,25,17)
#451710
(69,23,16)
#3E150F
(62,21,15)
#37130E
(55,19,14)
#30110D
(48,17,13)
#290F0C
(41,15,12)
#220D0B
(34,13,11)
#1B0B0A
(27,11,10)
#140909
(20,9,9)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #531B12

#531B12
(83,27,18)
#622F27
(98,47,39)
#71433C
(113,67,60)
#805751
(128,87,81)
#8F6B66
(143,107,102)
#9E7F7B
(158,127,123)
#AD9390
(173,147,144)
#BCA7A5
(188,167,165)
#CBBBBA
(203,187,186)
#DACFCF
(218,207,207)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531B12; }

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

This text font color is #531B12.


Background Color

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

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

This div background color is #531B12.


Border color

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

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

This div border color is #531B12.


Opacity

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

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

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

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

This text has shadow with #531B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531B12 on black background.


Color preview on white background

This text has color #531B12 on white background.



Black color preview on #531B12 background

This text has black color on #531B12 background.


White color preview on #531B12 background

This text has white color on #531B12 background.