COLOR #531D10

HEX: #531D10 RGB: (83,29,16)

Color info

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

RGB color model

#531D10 color RGB value is (83,29,16).

RGB: (83,29,16) (33%, 11%, 6%)

RGB channels and saturation

R 83 of 255 = 33%
G 29 of 255 = 11%
B 16 of 255 = 6%

83
29
16

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

Portions of RGB colors in percentages

R + G + B = 83 + 29 + 16 = 128 (100%)
R 83 of 128 ~ 64.84%
G 29 of 128 ~ 22.66%
B 16 of 128 ~ 12.5'%

%64.84
%22.66
%12.5

CMYK color model

#531D10 color CMYK value is (0,65,81,67).

  • cyan value is 0.00%
  • magenta value is 65.06%
  • yellow value is 80.72%
  • key color value is 67.45%

CMYK: (0,65,81,67)
C0M65Y81K67 (0%, 65%, 81%, 67%)
(0.00 / 0.65 / 0.81 / 0.67)

CMYK percentages

%0
%65.06
%80.72
%67.45

Codes

Color #531D10 in popluar color models

53 1D 10
RGB 83 29 16
HSL 12° 67.68% 19.41%
HSB/HSV 12° 80.72% 32.55%
CMYK 0.00% 65.06% 80.72%
67.45%

Color #531D10 in popluar number systems.

HEX 53 1D 10
Decimal 83 29 16
Binary 1010011 11101 10000
Octal 123 35 20

Shades and tints

Shades of #531D10

#531D10
(83,29,16)
#4C1B0F
(76,27,15)
#45190E
(69,25,14)
#3E170D
(62,23,13)
#37150C
(55,21,12)
#30130B
(48,19,11)
#29110A
(41,17,10)
#220F09
(34,15,9)
#1B0D08
(27,13,8)
#140B07
(20,11,7)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #531D10

#531D10
(83,29,16)
#623125
(98,49,37)
#71453A
(113,69,58)
#80594F
(128,89,79)
#8F6D64
(143,109,100)
#9E8179
(158,129,121)
#AD958E
(173,149,142)
#BCA9A3
(188,169,163)
#CBBDB8
(203,189,184)
#DAD1CD
(218,209,205)
#E9E5E2
(233,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531D10; }

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

This text font color is #531D10.

Background Color

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

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

This div background color is #531D10.

Border color

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

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

This div border color is #531D10.

Opacity

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

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

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

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

This text has shadow with #531D10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #531D10.

Preview

Color preview on black background

This text has color #531D10 on black background.


Color preview on white background

This text has color #531D10 on white background.


Black color preview on #531D10 background

This text has black color on #531D10 background.


White color preview on #531D10 background

This text has white color on #531D10 background.


Related colors

Complementary color

Complementary color for #hex is #ACE2EF.


I love getcolorcode.com

Triadic colors

1 #10531D and #1D1053 with #531D10 are triadic colors.

2 #101D53 and #1D5310 with #531D10 are triadic colors.