COLOR #515744

HEX: #515744
RGB: (81,87,68)

Color info

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

RGB color model

#515744 color RGB value is (81,87,68).

  • red value is 81;
  • green value is 87;
  • blue value is 68.
RGB:
(81,87,68)
(32%,34%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 87 of 255 = 34%
B 68 of 255 = 27%

81
87
68

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

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 68 = 236 (100%)
R 81 of 236 ~ 34.32%
G 87 of 236 ~ 36.86%
B 68 of 236 ~ 28.81%

%34.32
%36.86
%28.81

CMYK color model

#515744 color CMYK value is (7,0,22,66).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 21.84%
  • key color value is 65.88%
CMYK:
(7,0,22,66)
C7M0Y22K66 
(7%,0%,22%,66%)
(0.07/0.00/0.22/0.66)	

CMYK percentages

%6.9
%0
%21.84
%65.88

Codes

Color #515744 in popluar color models

515744
RGB818768
HSL79°12.26%30.39%
HSB/HSV79°21.84%34.12%
CMYK6.90%0.00%21.84%
65.88%

Color #515744 in popluar number systems.

HEX515744
Decimal818768
Binary101000110101111000100
Octal121127104

Shades and tints

Shades of #515744

#515744
(81,87,68)
#4A503E
(74,80,62)
#434938
(67,73,56)
#3C4232
(60,66,50)
#353B2C
(53,59,44)
#2E3426
(46,52,38)
#272D20
(39,45,32)
#20261A
(32,38,26)
#191F14
(25,31,20)
#12180E
(18,24,14)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #515744

#515744
(81,87,68)
#606655
(96,102,85)
#6F7566
(111,117,102)
#7E8477
(126,132,119)
#8D9388
(141,147,136)
#9CA299
(156,162,153)
#ABB1AA
(171,177,170)
#BAC0BB
(186,192,187)
#C9CFCC
(201,207,204)
#D8DEDD
(216,222,221)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515744 color. Also use rgb(81,87,68) instead hex code.

Text Font Color

.myTextColor { color: #515744; }

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

This text font color is #515744.


Background Color

.myBgColor { background-color: #515744; }

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

This div background color is #515744.


Border color

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

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

This div border color is #515744.


Opacity

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

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

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

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

This text has shadow with #515744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515744 on black background.


Color preview on white background

This text has color #515744 on white background.



Black color preview on #515744 background

This text has black color on #515744 background.


White color preview on #515744 background

This text has white color on #515744 background.