COLOR #51584A

HEX: #51584A
RGB: (81,88,74)

Color info

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

RGB color model

#51584A color RGB value is (81,88,74).

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

RGB channels and saturation

R 81 of 255 = 32%
G 88 of 255 = 35%
B 74 of 255 = 29%

81
88
74

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

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 74 = 243 (100%)
R 81 of 243 ~ 33.33%
G 88 of 243 ~ 36.21%
B 74 of 243 ~ 30.45%

%33.33
%36.21
%30.45

CMYK color model

#51584A color CMYK value is (8,0,16,65).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(8,0,16,65)
C8M0Y16K65 
(8%,0%,16%,65%)
(0.08/0.00/0.16/0.65)	

CMYK percentages

%7.95
%0
%15.91
%65.49

Codes

Color #51584A in popluar color models

51584A
RGB818874
HSL90°8.64%31.76%
HSB/HSV90°15.91%34.51%
CMYK7.95%0.00%15.91%
65.49%

Color #51584A in popluar number systems.

HEX51584A
Decimal818874
Binary101000110110001001010
Octal121130112

Shades and tints

Shades of #51584A

#51584A
(81,88,74)
#4A5044
(74,80,68)
#43483E
(67,72,62)
#3C4038
(60,64,56)
#353832
(53,56,50)
#2E302C
(46,48,44)
#272826
(39,40,38)
#202020
(32,32,32)
#19181A
(25,24,26)
#121014
(18,16,20)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #51584A

#51584A
(81,88,74)
#60675A
(96,103,90)
#6F766A
(111,118,106)
#7E857A
(126,133,122)
#8D948A
(141,148,138)
#9CA39A
(156,163,154)
#ABB2AA
(171,178,170)
#BAC1BA
(186,193,186)
#C9D0CA
(201,208,202)
#D8DFDA
(216,223,218)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51584A; }

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

This text font color is #51584A.


Background Color

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

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

This div background color is #51584A.


Border color

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

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

This div border color is #51584A.


Opacity

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

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

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

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

This text has shadow with #51584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51584A on black background.


Color preview on white background

This text has color #51584A on white background.



Black color preview on #51584A background

This text has black color on #51584A background.


White color preview on #51584A background

This text has white color on #51584A background.