COLOR #515346

HEX: #515346
RGB: (81,83,70)

Color info

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

RGB color model

#515346 color RGB value is (81,83,70).

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

RGB channels and saturation

R 81 of 255 = 32%
G 83 of 255 = 33%
B 70 of 255 = 27%

81
83
70

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

Portions of RGB colors in percentages

R + G + B =
81 + 83 + 70 = 234 (100%)
R 81 of 234 ~ 34.62%
G 83 of 234 ~ 35.47%
B 70 of 234 ~ 29.91%

%34.62
%35.47
%29.91

CMYK color model

#515346 color CMYK value is (2,0,16,67).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 67.45%
CMYK:
(2,0,16,67)
C2M0Y16K67 
(2%,0%,16%,67%)
(0.02/0.00/0.16/0.67)	

CMYK percentages

%2.41
%0
%15.66
%67.45

Codes

Color #515346 in popluar color models

515346
RGB818370
HSL69°8.50%30.00%
HSB/HSV69°15.66%32.55%
CMYK2.41%0.00%15.66%
67.45%

Color #515346 in popluar number systems.

HEX515346
Decimal818370
Binary101000110100111000110
Octal121123106

Shades and tints

Shades of #515346

#515346
(81,83,70)
#4A4C40
(74,76,64)
#43453A
(67,69,58)
#3C3E34
(60,62,52)
#35372E
(53,55,46)
#2E3028
(46,48,40)
#272922
(39,41,34)
#20221C
(32,34,28)
#191B16
(25,27,22)
#121410
(18,20,16)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #515346

#515346
(81,83,70)
#606256
(96,98,86)
#6F7166
(111,113,102)
#7E8076
(126,128,118)
#8D8F86
(141,143,134)
#9C9E96
(156,158,150)
#ABADA6
(171,173,166)
#BABCB6
(186,188,182)
#C9CBC6
(201,203,198)
#D8DAD6
(216,218,214)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515346; }

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

This text font color is #515346.


Background Color

.myBgColor { background-color: #515346; }

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

This div background color is #515346.


Border color

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

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

This div border color is #515346.


Opacity

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

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

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

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

This text has shadow with #515346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515346 on black background.


Color preview on white background

This text has color #515346 on white background.



Black color preview on #515346 background

This text has black color on #515346 background.


White color preview on #515346 background

This text has white color on #515346 background.