COLOR #531D0B

HEX: #531D0B
RGB: (83,29,11)

Color info

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

RGB color model

#531D0B color RGB value is (83,29,11).

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

RGB channels and saturation

R 83 of 255 = 33%
G 29 of 255 = 11%
B 11 of 255 = 4%

83
29
11

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

Portions of RGB colors in percentages

R + G + B =
83 + 29 + 11 = 123 (100%)
R 83 of 123 ~ 67.48%
G 29 of 123 ~ 23.58%
B 11 of 123 ~ 8.94%

%67.48
%23.58

CMYK color model

#531D0B color CMYK value is (0,65,87,67).

  • cyan value is 0.00%
  • magenta value is 65.06%
  • yellow value is 86.75%
  • key color value is 67.45%
CMYK:
(0,65,87,67)
C0M65Y87K67 
(0%,65%,87%,67%)
(0.00/0.65/0.87/0.67)	

CMYK percentages

%0
%65.06
%86.75
%67.45

Codes

Color #531D0B in popluar color models

531D0B
RGB832911
HSL15°76.60%18.43%
HSB/HSV15°86.75%32.55%
CMYK0.00%65.06%86.75%
67.45%

Color #531D0B in popluar number systems.

HEX531D0B
Decimal832911
Binary1010011111011011
Octal1233513

Shades and tints

Shades of #531D0B

#531D0B
(83,29,11)
#4C1B0A
(76,27,10)
#451909
(69,25,9)
#3E1708
(62,23,8)
#371507
(55,21,7)
#301306
(48,19,6)
#291105
(41,17,5)
#220F04
(34,15,4)
#1B0D03
(27,13,3)
#140B02
(20,11,2)
#0D0901
(13,9,1)
#000000
(0,0,0)

Tints of #531D0B

#531D0B
(83,29,11)
#623121
(98,49,33)
#714537
(113,69,55)
#80594D
(128,89,77)
#8F6D63
(143,109,99)
#9E8179
(158,129,121)
#AD958F
(173,149,143)
#BCA9A5
(188,169,165)
#CBBDBB
(203,189,187)
#DAD1D1
(218,209,209)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531D0B; }

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

This text font color is #531D0B.


Background Color

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

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

This div background color is #531D0B.


Border color

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

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

This div border color is #531D0B.


Opacity

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

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

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

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

This text has shadow with #531D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531D0B on black background.


Color preview on white background

This text has color #531D0B on white background.



Black color preview on #531D0B background

This text has black color on #531D0B background.


White color preview on #531D0B background

This text has white color on #531D0B background.