COLOR #531D12

HEX: #531D12
RGB: (83,29,18)

Color info

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

RGB color model

#531D12 color RGB value is (83,29,18).

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

RGB channels and saturation

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

83
29
18

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

Portions of RGB colors in percentages

R + G + B =
83 + 29 + 18 = 130 (100%)
R 83 of 130 ~ 63.85%
G 29 of 130 ~ 22.31%
B 18 of 130 ~ 13.85%

%63.85
%22.31
%13.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 65.06%
  • yellow value is 78.31%
  • key color value is 67.45%
CMYK:
(0,65,78,67)
C0M65Y78K67 
(0%,65%,78%,67%)
(0.00/0.65/0.78/0.67)	

CMYK percentages

%0
%65.06
%78.31
%67.45

Codes

Color #531D12 in popluar color models

531D12
RGB832918
HSL10°64.36%19.80%
HSB/HSV10°78.31%32.55%
CMYK0.00%65.06%78.31%
67.45%

Color #531D12 in popluar number systems.

HEX531D12
Decimal832918
Binary10100111110110010
Octal1233522

Shades and tints

Shades of #531D12

#531D12
(83,29,18)
#4C1B11
(76,27,17)
#451910
(69,25,16)
#3E170F
(62,23,15)
#37150E
(55,21,14)
#30130D
(48,19,13)
#29110C
(41,17,12)
#220F0B
(34,15,11)
#1B0D0A
(27,13,10)
#140B09
(20,11,9)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #531D12

#531D12
(83,29,18)
#623127
(98,49,39)
#71453C
(113,69,60)
#805951
(128,89,81)
#8F6D66
(143,109,102)
#9E817B
(158,129,123)
#AD9590
(173,149,144)
#BCA9A5
(188,169,165)
#CBBDBA
(203,189,186)
#DAD1CF
(218,209,207)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531D12; }

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

This text font color is #531D12.


Background Color

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

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

This div background color is #531D12.


Border color

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

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

This div border color is #531D12.


Opacity

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

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

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

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

This text has shadow with #531D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531D12 on black background.


Color preview on white background

This text has color #531D12 on white background.



Black color preview on #531D12 background

This text has black color on #531D12 background.


White color preview on #531D12 background

This text has white color on #531D12 background.