COLOR #51584D

HEX: #51584D
RGB: (81,88,77)

Color info

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

RGB color model

#51584D color RGB value is (81,88,77).

  • red value is 81;
  • green value is 88;
  • blue value is 77.
RGB:
(81,88,77)
(32%,35%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 88 of 255 = 35%
B 77 of 255 = 30%

81
88
77

R + G + B ~ 32%. #51584D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 77 = 246 (100%)
R 81 of 246 ~ 32.93%
G 88 of 246 ~ 35.77%
B 77 of 246 ~ 31.3%

%32.93
%35.77
%31.3

CMYK color model

#51584D color CMYK value is (8,0,13,65).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(8,0,13,65)
C8M0Y13K65 
(8%,0%,13%,65%)
(0.08/0.00/0.13/0.65)	

CMYK percentages

%7.95
%0
%12.5
%65.49

Codes

Color #51584D in popluar color models

51584D
RGB818877
HSL98°6.67%32.35%
HSB/HSV98°12.50%34.51%
CMYK7.95%0.00%12.50%
65.49%

Color #51584D in popluar number systems.

HEX51584D
Decimal818877
Binary101000110110001001101
Octal121130115

Shades and tints

Shades of #51584D

#51584D
(81,88,77)
#4A5046
(74,80,70)
#43483F
(67,72,63)
#3C4038
(60,64,56)
#353831
(53,56,49)
#2E302A
(46,48,42)
#272823
(39,40,35)
#20201C
(32,32,28)
#191815
(25,24,21)
#12100E
(18,16,14)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #51584D

#51584D
(81,88,77)
#60675D
(96,103,93)
#6F766D
(111,118,109)
#7E857D
(126,133,125)
#8D948D
(141,148,141)
#9CA39D
(156,163,157)
#ABB2AD
(171,178,173)
#BAC1BD
(186,193,189)
#C9D0CD
(201,208,205)
#D8DFDD
(216,223,221)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51584D color. Also use rgb(81,88,77) instead hex code.

Text Font Color

.myTextColor { color: #51584D; }

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

This text font color is #51584D.


Background Color

.myBgColor { background-color: #51584D; }

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

This div background color is #51584D.


Border color

.myBorderColor { border: 1px solid #51584D; }

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

This div border color is #51584D.


Opacity

.myOpacity80 { color: #51584D; opacity: 0.8; }

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

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

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

This text has shadow with #51584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51584D on black background.


Color preview on white background

This text has color #51584D on white background.



Black color preview on #51584D background

This text has black color on #51584D background.


White color preview on #51584D background

This text has white color on #51584D background.