COLOR #515543

HEX: #515543
RGB: (81,85,67)

Color info

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

RGB color model

#515543 color RGB value is (81,85,67).

  • red value is 81;
  • green value is 85;
  • blue value is 67.
RGB:
(81,85,67)
(32%,33%,26%)

RGB channels and saturation

R 81 of 255 = 32%
G 85 of 255 = 33%
B 67 of 255 = 26%

81
85
67

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

Portions of RGB colors in percentages

R + G + B =
81 + 85 + 67 = 233 (100%)
R 81 of 233 ~ 34.76%
G 85 of 233 ~ 36.48%
B 67 of 233 ~ 28.76%

%34.76
%36.48
%28.76

CMYK color model

#515543 color CMYK value is (5,0,21,67).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 66.67%
CMYK:
(5,0,21,67)
C5M0Y21K67 
(5%,0%,21%,67%)
(0.05/0.00/0.21/0.67)	

CMYK percentages

%4.71
%0
%21.18
%66.67

Codes

Color #515543 in popluar color models

515543
RGB818567
HSL73°11.84%29.80%
HSB/HSV73°21.18%33.33%
CMYK4.71%0.00%21.18%
66.67%

Color #515543 in popluar number systems.

HEX515543
Decimal818567
Binary101000110101011000011
Octal121125103

Shades and tints

Shades of #515543

#515543
(81,85,67)
#4A4E3D
(74,78,61)
#434737
(67,71,55)
#3C4031
(60,64,49)
#35392B
(53,57,43)
#2E3225
(46,50,37)
#272B1F
(39,43,31)
#202419
(32,36,25)
#191D13
(25,29,19)
#12160D
(18,22,13)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #515543

#515543
(81,85,67)
#606454
(96,100,84)
#6F7365
(111,115,101)
#7E8276
(126,130,118)
#8D9187
(141,145,135)
#9CA098
(156,160,152)
#ABAFA9
(171,175,169)
#BABEBA
(186,190,186)
#C9CDCB
(201,205,203)
#D8DCDC
(216,220,220)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515543 color. Also use rgb(81,85,67) instead hex code.

Text Font Color

.myTextColor { color: #515543; }

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

This text font color is #515543.


Background Color

.myBgColor { background-color: #515543; }

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

This div background color is #515543.


Border color

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

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

This div border color is #515543.


Opacity

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

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

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

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

This text has shadow with #515543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515543 on black background.


Color preview on white background

This text has color #515543 on white background.



Black color preview on #515543 background

This text has black color on #515543 background.


White color preview on #515543 background

This text has white color on #515543 background.