COLOR #51746A

HEX: #51746A
RGB: (81,116,106)

Color info

#51746A contains red, green and blue colors in about the same proportion. Web safe color of #51746A is #666666 (or #666).

RGB color model

#51746A color RGB value is (81,116,106).

  • red value is 81;
  • green value is 116;
  • blue value is 106.
RGB:
(81,116,106)
(32%,45%,42%)

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 106 of 255 = 42%

81
116
106

R + G + B ~ 40%. #51746A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 106 = 303 (100%)
R 81 of 303 ~ 26.73%
G 116 of 303 ~ 38.28%
B 106 of 303 ~ 34.98%

%26.73
%38.28
%34.98

CMYK color model

#51746A color CMYK value is (30,0,9,55).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 54.51%
CMYK:
(30,0,9,55)
C30M0Y9K55 
(30%,0%,9%,55%)
(0.30/0.00/0.09/0.55)	

CMYK percentages

%30.17
%0
%8.62
%54.51

Codes

Color #51746A in popluar color models

51746A
RGB81116106
HSL163°17.77%38.63%
HSB/HSV163°30.17%45.49%
CMYK30.17%0.00%8.62%
54.51%

Color #51746A in popluar number systems.

HEX51746A
Decimal81116106
Binary101000111101001101010
Octal121164152

Shades and tints

Shades of #51746A

#51746A
(81,116,106)
#4A6A61
(74,106,97)
#436058
(67,96,88)
#3C564F
(60,86,79)
#354C46
(53,76,70)
#2E423D
(46,66,61)
#273834
(39,56,52)
#202E2B
(32,46,43)
#192422
(25,36,34)
#121A19
(18,26,25)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #51746A

#51746A
(81,116,106)
#608077
(96,128,119)
#6F8C84
(111,140,132)
#7E9891
(126,152,145)
#8DA49E
(141,164,158)
#9CB0AB
(156,176,171)
#ABBCB8
(171,188,184)
#BAC8C5
(186,200,197)
#C9D4D2
(201,212,210)
#D8E0DF
(216,224,223)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51746A color. Also use rgb(81,116,106) instead hex code.

Text Font Color

.myTextColor { color: #51746A; }

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

This text font color is #51746A.


Background Color

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

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

This div background color is #51746A.


Border color

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

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

This div border color is #51746A.


Opacity

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

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

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

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

This text has shadow with #51746A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51746A on black background.


Color preview on white background

This text has color #51746A on white background.



Black color preview on #51746A background

This text has black color on #51746A background.


White color preview on #51746A background

This text has white color on #51746A background.