COLOR #531812

HEX: #531812
RGB: (83,24,18)

Color info

#531812 contains mainly red and green colors. Web safe color of #531812 is #660000 (or #600).

RGB color model

#531812 color RGB value is (83,24,18).

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

RGB channels and saturation

R 83 of 255 = 33%
G 24 of 255 = 9%
B 18 of 255 = 7%

83
24
18

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

Portions of RGB colors in percentages

R + G + B =
83 + 24 + 18 = 125 (100%)
R 83 of 125 ~ 66.4%
G 24 of 125 ~ 19.2%
B 18 of 125 ~ 14.4%

%66.4
%19.2
%14.4

CMYK color model

#531812 color CMYK value is (0,71,78,67).

  • cyan value is 0.00%
  • magenta value is 71.08%
  • yellow value is 78.31%
  • key color value is 67.45%
CMYK:
(0,71,78,67)
C0M71Y78K67 
(0%,71%,78%,67%)
(0.00/0.71/0.78/0.67)	

CMYK percentages

%0
%71.08
%78.31
%67.45

Codes

Color #531812 in popluar color models

531812
RGB832418
HSL64.36%19.80%
HSB/HSV78.31%32.55%
CMYK0.00%71.08%78.31%
67.45%

Color #531812 in popluar number systems.

HEX531812
Decimal832418
Binary10100111100010010
Octal1233022

Shades and tints

Shades of #531812

#531812
(83,24,18)
#4C1611
(76,22,17)
#451410
(69,20,16)
#3E120F
(62,18,15)
#37100E
(55,16,14)
#300E0D
(48,14,13)
#290C0C
(41,12,12)
#220A0B
(34,10,11)
#1B080A
(27,8,10)
#140609
(20,6,9)
#0D0408
(13,4,8)
#000000
(0,0,0)

Tints of #531812

#531812
(83,24,18)
#622D27
(98,45,39)
#71423C
(113,66,60)
#805751
(128,87,81)
#8F6C66
(143,108,102)
#9E817B
(158,129,123)
#AD9690
(173,150,144)
#BCABA5
(188,171,165)
#CBC0BA
(203,192,186)
#DAD5CF
(218,213,207)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531812; }

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

This text font color is #531812.


Background Color

.myBgColor { background-color: #531812; }

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

This div background color is #531812.


Border color

.myBorderColor { border: 1px solid #531812; }

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

This div border color is #531812.


Opacity

.myOpacity80 { color: #531812; opacity: 0.8; }

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

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

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

This text has shadow with #531812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531812 on black background.


Color preview on white background

This text has color #531812 on white background.



Black color preview on #531812 background

This text has black color on #531812 background.


White color preview on #531812 background

This text has white color on #531812 background.