COLOR #531611

HEX: #531611
RGB: (83,22,17)

Color info

#531611 contains mainly red color. Web safe color of #531611 is #660000 (or #600).

RGB color model

#531611 color RGB value is (83,22,17).

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

RGB channels and saturation

R 83 of 255 = 33%
G 22 of 255 = 9%
B 17 of 255 = 7%

83
22
17

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

Portions of RGB colors in percentages

R + G + B =
83 + 22 + 17 = 122 (100%)
R 83 of 122 ~ 68.03%
G 22 of 122 ~ 18.03%
B 17 of 122 ~ 13.93%

%68.03
%18.03
%13.93

CMYK color model

#531611 color CMYK value is (0,73,80,67).

  • cyan value is 0.00%
  • magenta value is 73.49%
  • yellow value is 79.52%
  • key color value is 67.45%
CMYK:
(0,73,80,67)
C0M73Y80K67 
(0%,73%,80%,67%)
(0.00/0.73/0.80/0.67)	

CMYK percentages

%0
%73.49
%79.52
%67.45

Codes

Color #531611 in popluar color models

531611
RGB832217
HSL66.00%19.61%
HSB/HSV79.52%32.55%
CMYK0.00%73.49%79.52%
67.45%

Color #531611 in popluar number systems.

HEX531611
Decimal832217
Binary10100111011010001
Octal1232621

Shades and tints

Shades of #531611

#531611
(83,22,17)
#4C1410
(76,20,16)
#45120F
(69,18,15)
#3E100E
(62,16,14)
#370E0D
(55,14,13)
#300C0C
(48,12,12)
#290A0B
(41,10,11)
#22080A
(34,8,10)
#1B0609
(27,6,9)
#140408
(20,4,8)
#0D0207
(13,2,7)
#000000
(0,0,0)

Tints of #531611

#531611
(83,22,17)
#622B26
(98,43,38)
#71403B
(113,64,59)
#805550
(128,85,80)
#8F6A65
(143,106,101)
#9E7F7A
(158,127,122)
#AD948F
(173,148,143)
#BCA9A4
(188,169,164)
#CBBEB9
(203,190,185)
#DAD3CE
(218,211,206)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531611 color. Also use rgb(83,22,17) instead hex code.

Text Font Color

.myTextColor { color: #531611; }

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

This text font color is #531611.


Background Color

.myBgColor { background-color: #531611; }

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

This div background color is #531611.


Border color

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

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

This div border color is #531611.


Opacity

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

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

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

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

This text has shadow with #531611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531611 on black background.


Color preview on white background

This text has color #531611 on white background.



Black color preview on #531611 background

This text has black color on #531611 background.


White color preview on #531611 background

This text has white color on #531611 background.