COLOR #515F41

HEX: #515F41
RGB: (81,95,65)

Color info

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

RGB color model

#515F41 color RGB value is (81,95,65).

  • red value is 81;
  • green value is 95;
  • blue value is 65.
RGB:
(81,95,65)
(32%,37%,25%)

RGB channels and saturation

R 81 of 255 = 32%
G 95 of 255 = 37%
B 65 of 255 = 25%

81
95
65

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

Portions of RGB colors in percentages

R + G + B =
81 + 95 + 65 = 241 (100%)
R 81 of 241 ~ 33.61%
G 95 of 241 ~ 39.42%
B 65 of 241 ~ 26.97%

%33.61
%39.42
%26.97

CMYK color model

#515F41 color CMYK value is (15,0,32,63).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 62.75%
CMYK:
(15,0,32,63)
C15M0Y32K63 
(15%,0%,32%,63%)
(0.15/0.00/0.32/0.63)	

CMYK percentages

%14.74
%0
%31.58
%62.75

Codes

Color #515F41 in popluar color models

515F41
RGB819565
HSL88°18.75%31.37%
HSB/HSV88°31.58%37.25%
CMYK14.74%0.00%31.58%
62.75%

Color #515F41 in popluar number systems.

HEX515F41
Decimal819565
Binary101000110111111000001
Octal121137101

Shades and tints

Shades of #515F41

#515F41
(81,95,65)
#4A573C
(74,87,60)
#434F37
(67,79,55)
#3C4732
(60,71,50)
#353F2D
(53,63,45)
#2E3728
(46,55,40)
#272F23
(39,47,35)
#20271E
(32,39,30)
#191F19
(25,31,25)
#121714
(18,23,20)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #515F41

#515F41
(81,95,65)
#606D52
(96,109,82)
#6F7B63
(111,123,99)
#7E8974
(126,137,116)
#8D9785
(141,151,133)
#9CA596
(156,165,150)
#ABB3A7
(171,179,167)
#BAC1B8
(186,193,184)
#C9CFC9
(201,207,201)
#D8DDDA
(216,221,218)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515F41 color. Also use rgb(81,95,65) instead hex code.

Text Font Color

.myTextColor { color: #515F41; }

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

This text font color is #515F41.


Background Color

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

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

This div background color is #515F41.


Border color

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

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

This div border color is #515F41.


Opacity

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

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

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

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

This text has shadow with #515F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515F41 on black background.


Color preview on white background

This text has color #515F41 on white background.



Black color preview on #515F41 background

This text has black color on #515F41 background.


White color preview on #515F41 background

This text has white color on #515F41 background.