COLOR #511702

HEX: #511702
RGB: (81,23,2)

Color info

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

RGB color model

#511702 color RGB value is (81,23,2).

  • red value is 81;
  • green value is 23;
  • blue value is 2.
RGB:
(81,23,2)
(32%,9%,1%)

RGB channels and saturation

R 81 of 255 = 32%
G 23 of 255 = 9%
B 2 of 255 = 1%

81
23
2

R + G + B ~ 14%. #511702 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 23 + 2 = 106 (100%)
R 81 of 106 ~ 76.42%
G 23 of 106 ~ 21.7%
B 2 of 106 ~ 1.89%

%76.42
%21.7

CMYK color model

#511702 color CMYK value is (0,72,98,68).

  • cyan value is 0.00%
  • magenta value is 71.60%
  • yellow value is 97.53%
  • key color value is 68.24%
CMYK:
(0,72,98,68)
C0M72Y98K68 
(0%,72%,98%,68%)
(0.00/0.72/0.98/0.68)	

CMYK percentages

%0
%71.6
%97.53
%68.24

Codes

Color #511702 in popluar color models

511702
RGB81232
HSL16°95.18%16.27%
HSB/HSV16°97.53%31.76%
CMYK0.00%71.60%97.53%
68.24%

Color #511702 in popluar number systems.

HEX511702
Decimal81232
Binary10100011011110
Octal121272

Shades and tints

Shades of #511702

#511702
(81,23,2)
#4A1502
(74,21,2)
#431302
(67,19,2)
#3C1102
(60,17,2)
#350F02
(53,15,2)
#2E0D02
(46,13,2)
#270B02
(39,11,2)
#200902
(32,9,2)
#190702
(25,7,2)
#120502
(18,5,2)
#0B0302
(11,3,2)
#000000
(0,0,0)

Tints of #511702

#511702
(81,23,2)
#602C19
(96,44,25)
#6F4130
(111,65,48)
#7E5647
(126,86,71)
#8D6B5E
(141,107,94)
#9C8075
(156,128,117)
#AB958C
(171,149,140)
#BAAAA3
(186,170,163)
#C9BFBA
(201,191,186)
#D8D4D1
(216,212,209)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511702 color. Also use rgb(81,23,2) instead hex code.

Text Font Color

.myTextColor { color: #511702; }

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

This text font color is #511702.


Background Color

.myBgColor { background-color: #511702; }

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

This div background color is #511702.


Border color

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

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

This div border color is #511702.


Opacity

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

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

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

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

This text has shadow with #511702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511702 on black background.


Color preview on white background

This text has color #511702 on white background.



Black color preview on #511702 background

This text has black color on #511702 background.


White color preview on #511702 background

This text has white color on #511702 background.