COLOR #515349

HEX: #515349
RGB: (81,83,73)

Color info

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

RGB color model

#515349 color RGB value is (81,83,73).

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

RGB channels and saturation

R 81 of 255 = 32%
G 83 of 255 = 33%
B 73 of 255 = 29%

81
83
73

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

Portions of RGB colors in percentages

R + G + B =
81 + 83 + 73 = 237 (100%)
R 81 of 237 ~ 34.18%
G 83 of 237 ~ 35.02%
B 73 of 237 ~ 30.8%

%34.18
%35.02
%30.8

CMYK color model

#515349 color CMYK value is (2,0,12,67).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK:
(2,0,12,67)
C2M0Y12K67 
(2%,0%,12%,67%)
(0.02/0.00/0.12/0.67)	

CMYK percentages

%2.41
%0
%12.05
%67.45

Codes

Color #515349 in popluar color models

515349
RGB818373
HSL72°6.41%30.59%
HSB/HSV72°12.05%32.55%
CMYK2.41%0.00%12.05%
67.45%

Color #515349 in popluar number systems.

HEX515349
Decimal818373
Binary101000110100111001001
Octal121123111

Shades and tints

Shades of #515349

#515349
(81,83,73)
#4A4C43
(74,76,67)
#43453D
(67,69,61)
#3C3E37
(60,62,55)
#353731
(53,55,49)
#2E302B
(46,48,43)
#272925
(39,41,37)
#20221F
(32,34,31)
#191B19
(25,27,25)
#121413
(18,20,19)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #515349

#515349
(81,83,73)
#606259
(96,98,89)
#6F7169
(111,113,105)
#7E8079
(126,128,121)
#8D8F89
(141,143,137)
#9C9E99
(156,158,153)
#ABADA9
(171,173,169)
#BABCB9
(186,188,185)
#C9CBC9
(201,203,201)
#D8DAD9
(216,218,217)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515349; }

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

This text font color is #515349.


Background Color

.myBgColor { background-color: #515349; }

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

This div background color is #515349.


Border color

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

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

This div border color is #515349.


Opacity

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

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

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

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

This text has shadow with #515349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515349 on black background.


Color preview on white background

This text has color #515349 on white background.



Black color preview on #515349 background

This text has black color on #515349 background.


White color preview on #515349 background

This text has white color on #515349 background.