COLOR #515532

HEX: #515532
RGB: (81,85,50)

Color info

#515532 contains red, green and blue colors in about the same proportion. Web safe color of #515532 is #666633 (or #663).

RGB color model

#515532 color RGB value is (81,85,50).

  • red value is 81;
  • green value is 85;
  • blue value is 50.
RGB:
(81,85,50)
(32%,33%,20%)

RGB channels and saturation

R 81 of 255 = 32%
G 85 of 255 = 33%
B 50 of 255 = 20%

81
85
50

R + G + B ~ 28%. #515532 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 85 + 50 = 216 (100%)
R 81 of 216 ~ 37.5%
G 85 of 216 ~ 39.35%
B 50 of 216 ~ 23.15%

%37.5
%39.35
%23.15

CMYK color model

#515532 color CMYK value is (5,0,41,67).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 66.67%
CMYK:
(5,0,41,67)
C5M0Y41K67 
(5%,0%,41%,67%)
(0.05/0.00/0.41/0.67)	

CMYK percentages

%4.71
%0
%41.18
%66.67

Codes

Color #515532 in popluar color models

515532
RGB818550
HSL67°25.93%26.47%
HSB/HSV67°41.18%33.33%
CMYK4.71%0.00%41.18%
66.67%

Color #515532 in popluar number systems.

HEX515532
Decimal818550
Binary10100011010101110010
Octal12112562

Shades and tints

Shades of #515532

#515532
(81,85,50)
#4A4E2E
(74,78,46)
#43472A
(67,71,42)
#3C4026
(60,64,38)
#353922
(53,57,34)
#2E321E
(46,50,30)
#272B1A
(39,43,26)
#202416
(32,36,22)
#191D12
(25,29,18)
#12160E
(18,22,14)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #515532

#515532
(81,85,50)
#606444
(96,100,68)
#6F7356
(111,115,86)
#7E8268
(126,130,104)
#8D917A
(141,145,122)
#9CA08C
(156,160,140)
#ABAF9E
(171,175,158)
#BABEB0
(186,190,176)
#C9CDC2
(201,205,194)
#D8DCD4
(216,220,212)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515532; }

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

This text font color is #515532.


Background Color

.myBgColor { background-color: #515532; }

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

This div background color is #515532.


Border color

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

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

This div border color is #515532.


Opacity

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

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

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

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

This text has shadow with #515532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515532 on black background.


Color preview on white background

This text has color #515532 on white background.



Black color preview on #515532 background

This text has black color on #515532 background.


White color preview on #515532 background

This text has white color on #515532 background.