COLOR #51534A

HEX: #51534A
RGB: (81,83,74)

Color info

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

RGB color model

#51534A color RGB value is (81,83,74).

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

RGB channels and saturation

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

81
83
74

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

Portions of RGB colors in percentages

R + G + B =
81 + 83 + 74 = 238 (100%)
R 81 of 238 ~ 34.03%
G 83 of 238 ~ 34.87%
B 74 of 238 ~ 31.09%

%34.03
%34.87
%31.09

CMYK color model

#51534A color CMYK value is (2,0,11,67).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 67.45%
CMYK:
(2,0,11,67)
C2M0Y11K67 
(2%,0%,11%,67%)
(0.02/0.00/0.11/0.67)	

CMYK percentages

%2.41
%0
%10.84
%67.45

Codes

Color #51534A in popluar color models

51534A
RGB818374
HSL73°5.73%30.78%
HSB/HSV73°10.84%32.55%
CMYK2.41%0.00%10.84%
67.45%

Color #51534A in popluar number systems.

HEX51534A
Decimal818374
Binary101000110100111001010
Octal121123112

Shades and tints

Shades of #51534A

#51534A
(81,83,74)
#4A4C44
(74,76,68)
#43453E
(67,69,62)
#3C3E38
(60,62,56)
#353732
(53,55,50)
#2E302C
(46,48,44)
#272926
(39,41,38)
#202220
(32,34,32)
#191B1A
(25,27,26)
#121414
(18,20,20)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #51534A

#51534A
(81,83,74)
#60625A
(96,98,90)
#6F716A
(111,113,106)
#7E807A
(126,128,122)
#8D8F8A
(141,143,138)
#9C9E9A
(156,158,154)
#ABADAA
(171,173,170)
#BABCBA
(186,188,186)
#C9CBCA
(201,203,202)
#D8DADA
(216,218,218)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51534A; }

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

This text font color is #51534A.


Background Color

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

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

This div background color is #51534A.


Border color

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

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

This div border color is #51534A.


Opacity

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

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

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

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

This text has shadow with #51534A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51534A on black background.


Color preview on white background

This text has color #51534A on white background.



Black color preview on #51534A background

This text has black color on #51534A background.


White color preview on #51534A background

This text has white color on #51534A background.