COLOR #515B3C

HEX: #515B3C
RGB: (81,91,60)

Color info

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

RGB color model

#515B3C color RGB value is (81,91,60).

  • red value is 81;
  • green value is 91;
  • blue value is 60.
RGB:
(81,91,60)
(32%,36%,24%)

RGB channels and saturation

R 81 of 255 = 32%
G 91 of 255 = 36%
B 60 of 255 = 24%

81
91
60

R + G + B ~ 31%. #515B3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 91 + 60 = 232 (100%)
R 81 of 232 ~ 34.91%
G 91 of 232 ~ 39.22%
B 60 of 232 ~ 25.86%

%34.91
%39.22
%25.86

CMYK color model

#515B3C color CMYK value is (11,0,34,64).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 34.07%
  • key color value is 64.31%
CMYK:
(11,0,34,64)
C11M0Y34K64 
(11%,0%,34%,64%)
(0.11/0.00/0.34/0.64)	

CMYK percentages

%10.99
%0
%34.07
%64.31

Codes

Color #515B3C in popluar color models

515B3C
RGB819160
HSL79°20.53%29.61%
HSB/HSV79°34.07%35.69%
CMYK10.99%0.00%34.07%
64.31%

Color #515B3C in popluar number systems.

HEX515B3C
Decimal819160
Binary10100011011011111100
Octal12113374

Shades and tints

Shades of #515B3C

#515B3C
(81,91,60)
#4A5337
(74,83,55)
#434B32
(67,75,50)
#3C432D
(60,67,45)
#353B28
(53,59,40)
#2E3323
(46,51,35)
#272B1E
(39,43,30)
#202319
(32,35,25)
#191B14
(25,27,20)
#12130F
(18,19,15)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #515B3C

#515B3C
(81,91,60)
#60694D
(96,105,77)
#6F775E
(111,119,94)
#7E856F
(126,133,111)
#8D9380
(141,147,128)
#9CA191
(156,161,145)
#ABAFA2
(171,175,162)
#BABDB3
(186,189,179)
#C9CBC4
(201,203,196)
#D8D9D5
(216,217,213)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515B3C color. Also use rgb(81,91,60) instead hex code.

Text Font Color

.myTextColor { color: #515B3C; }

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

This text font color is #515B3C.


Background Color

.myBgColor { background-color: #515B3C; }

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

This div background color is #515B3C.


Border color

.myBorderColor { border: 1px solid #515B3C; }

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

This div border color is #515B3C.


Opacity

.myOpacity80 { color: #515B3C; opacity: 0.8; }

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

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

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

This text has shadow with #515B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515B3C on black background.


Color preview on white background

This text has color #515B3C on white background.



Black color preview on #515B3C background

This text has black color on #515B3C background.


White color preview on #515B3C background

This text has white color on #515B3C background.