COLOR #515511

HEX: #515511 RGB: (81,85,17)

Color info

#515511 contains mainly red and green colors. Web safe color of #515511 is #666600 (or #660).

RGB color model

#515511 color RGB value is (81,85,17).

RGB: (81,85,17) (32%, 33%, 7%)

RGB channels and saturation

R 81 of 255 = 32%
G 85 of 255 = 33%
B 17 of 255 = 7%

81
85
17

R + G + B ~ 24%. #515511 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 85 + 17 = 183 (100%)
R 81 of 183 ~ 44.26%
G 85 of 183 ~ 46.45%
B 17 of 183 ~ 9.29'%

%44.26
%46.45

CMYK color model

#515511 color CMYK value is (5,0,80,67).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 66.67%

CMYK: (5,0,80,67)
C5M0Y80K67 (5%, 0%, 80%, 67%)
(0.05 / 0.00 / 0.80 / 0.67)

CMYK percentages

%4.71
%0
%80
%66.67

Codes

Color #515511 in popluar color models

51 55 11
RGB 81 85 17
HSL 64° 66.67% 20.00%
HSB/HSV 64° 80.00% 33.33%
CMYK 4.71% 0.00% 80.00%
66.67%

Color #515511 in popluar number systems.

HEX 51 55 11
Decimal 81 85 17
Binary 1010001 1010101 10001
Octal 121 125 21

Shades and tints

Shades of #515511

#515511
(81,85,17)
#4A4E10
(74,78,16)
#43470F
(67,71,15)
#3C400E
(60,64,14)
#35390D
(53,57,13)
#2E320C
(46,50,12)
#272B0B
(39,43,11)
#20240A
(32,36,10)
#191D09
(25,29,9)
#121608
(18,22,8)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #515511

#515511
(81,85,17)
#606426
(96,100,38)
#6F733B
(111,115,59)
#7E8250
(126,130,80)
#8D9165
(141,145,101)
#9CA07A
(156,160,122)
#ABAF8F
(171,175,143)
#BABEA4
(186,190,164)
#C9CDB9
(201,205,185)
#D8DCCE
(216,220,206)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515511 color. Also use rgb(81,85,17) instead hex code.

Text Font Color

.myTextColor { color: #515511; }

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

This text font color is #515511.

Background Color

.myBgColor { background-color: #515511; }

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

This div background color is #515511.

Border color

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

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

This div border color is #515511.

Opacity

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

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

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

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

This text has shadow with #515511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515511.

Preview

Color preview on black background

This text has color #515511 on black background.


Color preview on white background

This text has color #515511 on white background.


Black color preview on #515511 background

This text has black color on #515511 background.


White color preview on #515511 background

This text has white color on #515511 background.


Related colors

Complementary color

Complementary color for #hex is #AEAAEE.


I love getcolorcode.com

Triadic colors

1 #115155 and #551151 with #515511 are triadic colors.

2 #115551 and #555111 with #515511 are triadic colors.