COLOR #531C13

HEX: #531C13
RGB: (83,28,19)

Color info

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

RGB color model

#531C13 color RGB value is (83,28,19).

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

RGB channels and saturation

R 83 of 255 = 33%
G 28 of 255 = 11%
B 19 of 255 = 7%

83
28
19

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

Portions of RGB colors in percentages

R + G + B =
83 + 28 + 19 = 130 (100%)
R 83 of 130 ~ 63.85%
G 28 of 130 ~ 21.54%
B 19 of 130 ~ 14.62%

%63.85
%21.54
%14.62

CMYK color model

#531C13 color CMYK value is (0,66,77,67).

  • cyan value is 0.00%
  • magenta value is 66.27%
  • yellow value is 77.11%
  • key color value is 67.45%
CMYK:
(0,66,77,67)
C0M66Y77K67 
(0%,66%,77%,67%)
(0.00/0.66/0.77/0.67)	

CMYK percentages

%0
%66.27
%77.11
%67.45

Codes

Color #531C13 in popluar color models

531C13
RGB832819
HSL62.75%20.00%
HSB/HSV77.11%32.55%
CMYK0.00%66.27%77.11%
67.45%

Color #531C13 in popluar number systems.

HEX531C13
Decimal832819
Binary10100111110010011
Octal1233423

Shades and tints

Shades of #531C13

#531C13
(83,28,19)
#4C1A12
(76,26,18)
#451811
(69,24,17)
#3E1610
(62,22,16)
#37140F
(55,20,15)
#30120E
(48,18,14)
#29100D
(41,16,13)
#220E0C
(34,14,12)
#1B0C0B
(27,12,11)
#140A0A
(20,10,10)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #531C13

#531C13
(83,28,19)
#623028
(98,48,40)
#71443D
(113,68,61)
#805852
(128,88,82)
#8F6C67
(143,108,103)
#9E807C
(158,128,124)
#AD9491
(173,148,145)
#BCA8A6
(188,168,166)
#CBBCBB
(203,188,187)
#DAD0D0
(218,208,208)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531C13 color. Also use rgb(83,28,19) instead hex code.

Text Font Color

.myTextColor { color: #531C13; }

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

This text font color is #531C13.


Background Color

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

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

This div background color is #531C13.


Border color

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

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

This div border color is #531C13.


Opacity

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

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

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

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

This text has shadow with #531C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531C13 on black background.


Color preview on white background

This text has color #531C13 on white background.



Black color preview on #531C13 background

This text has black color on #531C13 background.


White color preview on #531C13 background

This text has white color on #531C13 background.