COLOR #515C39

HEX: #515C39
RGB: (81,92,57)

Color info

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

RGB color model

#515C39 color RGB value is (81,92,57).

  • red value is 81;
  • green value is 92;
  • blue value is 57.
RGB:
(81,92,57)
(32%,36%,22%)

RGB channels and saturation

R 81 of 255 = 32%
G 92 of 255 = 36%
B 57 of 255 = 22%

81
92
57

R + G + B ~ 30%. #515C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 92 + 57 = 230 (100%)
R 81 of 230 ~ 35.22%
G 92 of 230 ~ 40%
B 57 of 230 ~ 24.78%

%35.22
%40
%24.78

CMYK color model

#515C39 color CMYK value is (12,0,38,64).

  • cyan value is 11.96%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 63.92%
CMYK:
(12,0,38,64)
C12M0Y38K64 
(12%,0%,38%,64%)
(0.12/0.00/0.38/0.64)	

CMYK percentages

%11.96
%0
%38.04
%63.92

Codes

Color #515C39 in popluar color models

515C39
RGB819257
HSL79°23.49%29.22%
HSB/HSV79°38.04%36.08%
CMYK11.96%0.00%38.04%
63.92%

Color #515C39 in popluar number systems.

HEX515C39
Decimal819257
Binary10100011011100111001
Octal12113471

Shades and tints

Shades of #515C39

#515C39
(81,92,57)
#4A5434
(74,84,52)
#434C2F
(67,76,47)
#3C442A
(60,68,42)
#353C25
(53,60,37)
#2E3420
(46,52,32)
#272C1B
(39,44,27)
#202416
(32,36,22)
#191C11
(25,28,17)
#12140C
(18,20,12)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #515C39

#515C39
(81,92,57)
#606A4B
(96,106,75)
#6F785D
(111,120,93)
#7E866F
(126,134,111)
#8D9481
(141,148,129)
#9CA293
(156,162,147)
#ABB0A5
(171,176,165)
#BABEB7
(186,190,183)
#C9CCC9
(201,204,201)
#D8DADB
(216,218,219)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515C39 color. Also use rgb(81,92,57) instead hex code.

Text Font Color

.myTextColor { color: #515C39; }

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

This text font color is #515C39.


Background Color

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

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

This div background color is #515C39.


Border color

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

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

This div border color is #515C39.


Opacity

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

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

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

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

This text has shadow with #515C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515C39 on black background.


Color preview on white background

This text has color #515C39 on white background.



Black color preview on #515C39 background

This text has black color on #515C39 background.


White color preview on #515C39 background

This text has white color on #515C39 background.