COLOR #511C00

HEX: #511C00
RGB: (81,28,0)

Color info

#511C00 contains only red and green colors. Web safe color of #511C00 is #663300 (or #630).

RGB color model

#511C00 color RGB value is (81,28,0).

  • red value is 81;
  • green value is 28;
  • blue value is 0.
RGB:
(81,28,0)
(32%,11%,0%)

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 0 of 255 = 0%

81
28
0

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

Portions of RGB colors in percentages

R + G + B =
81 + 28 + 0 = 109 (100%)
R 81 of 109 ~ 74.31%
G 28 of 109 ~ 25.69%
B 0 of 109 ~ 0%

%74.31
%25.69

CMYK color model

#511C00 color CMYK value is (0,65,100,68).

  • cyan value is 0.00%
  • magenta value is 65.43%
  • yellow value is 100.00%
  • key color value is 68.24%
CMYK:
(0,65,100,68)
C0M65Y100K68 
(0%,65%,100%,68%)
(0.00/0.65/1.00/0.68)	

CMYK percentages

%0
%65.43
%100
%68.24

Codes

Color #511C00 in popluar color models

511C00
RGB81280
HSL21°100.00%15.88%
HSB/HSV21°100.00%31.76%
CMYK0.00%65.43%100.00%
68.24%

Color #511C00 in popluar number systems.

HEX511C00
Decimal81280
Binary1010001111000
Octal121340

Shades and tints

Shades of #511C00

#511C00
(81,28,0)
#4A1A00
(74,26,0)
#431800
(67,24,0)
#3C1600
(60,22,0)
#351400
(53,20,0)
#2E1200
(46,18,0)
#271000
(39,16,0)
#200E00
(32,14,0)
#190C00
(25,12,0)
#120A00
(18,10,0)
#0B0800
(11,8,0)
#000000
(0,0,0)

Tints of #511C00

#511C00
(81,28,0)
#603017
(96,48,23)
#6F442E
(111,68,46)
#7E5845
(126,88,69)
#8D6C5C
(141,108,92)
#9C8073
(156,128,115)
#AB948A
(171,148,138)
#BAA8A1
(186,168,161)
#C9BCB8
(201,188,184)
#D8D0CF
(216,208,207)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511C00 color. Also use rgb(81,28,0) instead hex code.

Text Font Color

.myTextColor { color: #511C00; }

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

This text font color is #511C00.


Background Color

.myBgColor { background-color: #511C00; }

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

This div background color is #511C00.


Border color

.myBorderColor { border: 1px solid #511C00; }

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

This div border color is #511C00.


Opacity

.myOpacity80 { color: #511C00; opacity: 0.8; }

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

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

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

This text has shadow with #511C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511C00 on black background.


Color preview on white background

This text has color #511C00 on white background.



Black color preview on #511C00 background

This text has black color on #511C00 background.


White color preview on #511C00 background

This text has white color on #511C00 background.