COLOR #515A46

HEX: #515A46
RGB: (81,90,70)

Color info

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

RGB color model

#515A46 color RGB value is (81,90,70).

  • red value is 81;
  • green value is 90;
  • blue value is 70.
RGB:
(81,90,70)
(32%,35%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 90 of 255 = 35%
B 70 of 255 = 27%

81
90
70

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

Portions of RGB colors in percentages

R + G + B =
81 + 90 + 70 = 241 (100%)
R 81 of 241 ~ 33.61%
G 90 of 241 ~ 37.34%
B 70 of 241 ~ 29.05%

%33.61
%37.34
%29.05

CMYK color model

#515A46 color CMYK value is (10,0,22,65).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 64.71%
CMYK:
(10,0,22,65)
C10M0Y22K65 
(10%,0%,22%,65%)
(0.10/0.00/0.22/0.65)	

CMYK percentages

%10
%0
%22.22
%64.71

Codes

Color #515A46 in popluar color models

515A46
RGB819070
HSL87°12.50%31.37%
HSB/HSV87°22.22%35.29%
CMYK10.00%0.00%22.22%
64.71%

Color #515A46 in popluar number systems.

HEX515A46
Decimal819070
Binary101000110110101000110
Octal121132106

Shades and tints

Shades of #515A46

#515A46
(81,90,70)
#4A5240
(74,82,64)
#434A3A
(67,74,58)
#3C4234
(60,66,52)
#353A2E
(53,58,46)
#2E3228
(46,50,40)
#272A22
(39,42,34)
#20221C
(32,34,28)
#191A16
(25,26,22)
#121210
(18,18,16)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #515A46

#515A46
(81,90,70)
#606956
(96,105,86)
#6F7866
(111,120,102)
#7E8776
(126,135,118)
#8D9686
(141,150,134)
#9CA596
(156,165,150)
#ABB4A6
(171,180,166)
#BAC3B6
(186,195,182)
#C9D2C6
(201,210,198)
#D8E1D6
(216,225,214)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515A46 color. Also use rgb(81,90,70) instead hex code.

Text Font Color

.myTextColor { color: #515A46; }

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

This text font color is #515A46.


Background Color

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

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

This div background color is #515A46.


Border color

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

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

This div border color is #515A46.


Opacity

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

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

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

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

This text has shadow with #515A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515A46 on black background.


Color preview on white background

This text has color #515A46 on white background.



Black color preview on #515A46 background

This text has black color on #515A46 background.


White color preview on #515A46 background

This text has white color on #515A46 background.