COLOR #51635C

HEX: #51635C
RGB: (81,99,92)

Color info

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

RGB color model

#51635C color RGB value is (81,99,92).

  • red value is 81;
  • green value is 99;
  • blue value is 92.
RGB:
(81,99,92)
(32%,39%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 99 of 255 = 39%
B 92 of 255 = 36%

81
99
92

R + G + B ~ 36%. #51635C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 99 + 92 = 272 (100%)
R 81 of 272 ~ 29.78%
G 99 of 272 ~ 36.4%
B 92 of 272 ~ 33.82%

%29.78
%36.4
%33.82

CMYK color model

#51635C color CMYK value is (18,0,7,61).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 61.18%
CMYK:
(18,0,7,61)
C18M0Y7K61 
(18%,0%,7%,61%)
(0.18/0.00/0.07/0.61)	

CMYK percentages

%18.18
%0
%7.07
%61.18

Codes

Color #51635C in popluar color models

51635C
RGB819992
HSL157°10.00%35.29%
HSB/HSV157°18.18%38.82%
CMYK18.18%0.00%7.07%
61.18%

Color #51635C in popluar number systems.

HEX51635C
Decimal819992
Binary101000111000111011100
Octal121143134

Shades and tints

Shades of #51635C

#51635C
(81,99,92)
#4A5A54
(74,90,84)
#43514C
(67,81,76)
#3C4844
(60,72,68)
#353F3C
(53,63,60)
#2E3634
(46,54,52)
#272D2C
(39,45,44)
#202424
(32,36,36)
#191B1C
(25,27,28)
#121214
(18,18,20)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #51635C

#51635C
(81,99,92)
#60716A
(96,113,106)
#6F7F78
(111,127,120)
#7E8D86
(126,141,134)
#8D9B94
(141,155,148)
#9CA9A2
(156,169,162)
#ABB7B0
(171,183,176)
#BAC5BE
(186,197,190)
#C9D3CC
(201,211,204)
#D8E1DA
(216,225,218)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51635C color. Also use rgb(81,99,92) instead hex code.

Text Font Color

.myTextColor { color: #51635C; }

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

This text font color is #51635C.


Background Color

.myBgColor { background-color: #51635C; }

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

This div background color is #51635C.


Border color

.myBorderColor { border: 1px solid #51635C; }

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

This div border color is #51635C.


Opacity

.myOpacity80 { color: #51635C; opacity: 0.8; }

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

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

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

This text has shadow with #51635C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51635C on black background.


Color preview on white background

This text has color #51635C on white background.



Black color preview on #51635C background

This text has black color on #51635C background.


White color preview on #51635C background

This text has white color on #51635C background.