COLOR #51625F

HEX: #51625F
RGB: (81,98,95)

Color info

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

RGB color model

#51625F color RGB value is (81,98,95).

  • red value is 81;
  • green value is 98;
  • blue value is 95.
RGB:
(81,98,95)
(32%,38%,37%)

RGB channels and saturation

R 81 of 255 = 32%
G 98 of 255 = 38%
B 95 of 255 = 37%

81
98
95

R + G + B ~ 36%. #51625F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 98 + 95 = 274 (100%)
R 81 of 274 ~ 29.56%
G 98 of 274 ~ 35.77%
B 95 of 274 ~ 34.67%

%29.56
%35.77
%34.67

CMYK color model

#51625F color CMYK value is (17,0,3,62).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 61.57%
CMYK:
(17,0,3,62)
C17M0Y3K62 
(17%,0%,3%,62%)
(0.17/0.00/0.03/0.62)	

CMYK percentages

%17.35
%0
%3.06
%61.57

Codes

Color #51625F in popluar color models

51625F
RGB819895
HSL169°9.50%35.10%
HSB/HSV169°17.35%38.43%
CMYK17.35%0.00%3.06%
61.57%

Color #51625F in popluar number systems.

HEX51625F
Decimal819895
Binary101000111000101011111
Octal121142137

Shades and tints

Shades of #51625F

#51625F
(81,98,95)
#4A5A57
(74,90,87)
#43524F
(67,82,79)
#3C4A47
(60,74,71)
#35423F
(53,66,63)
#2E3A37
(46,58,55)
#27322F
(39,50,47)
#202A27
(32,42,39)
#19221F
(25,34,31)
#121A17
(18,26,23)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #51625F

#51625F
(81,98,95)
#60706D
(96,112,109)
#6F7E7B
(111,126,123)
#7E8C89
(126,140,137)
#8D9A97
(141,154,151)
#9CA8A5
(156,168,165)
#ABB6B3
(171,182,179)
#BAC4C1
(186,196,193)
#C9D2CF
(201,210,207)
#D8E0DD
(216,224,221)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51625F color. Also use rgb(81,98,95) instead hex code.

Text Font Color

.myTextColor { color: #51625F; }

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

This text font color is #51625F.


Background Color

.myBgColor { background-color: #51625F; }

<div style="background-color:#51625F">Inner text</div>

This div background color is #51625F.


Border color

.myBorderColor { border: 1px solid #51625F; }

<div style="border:3px solid #51625F">Div</div>

This div border color is #51625F.


Opacity

.myOpacity80 { color: #51625F; opacity: 0.8; }

<p style="color:#51625F;opacity:0.8;">80%</p>

Text with #51625F 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 #51625F;}

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

This text has shadow with #51625F color.

.textShadow {text-shadow: 3px 3px 1px #51625F, 3px 3px 1px red;}

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

This text has shadow with #51625F primary color and red secondary color.


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

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

This text has shadow with #51625F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51625F on black background.


Color preview on white background

This text has color #51625F on white background.



Black color preview on #51625F background

This text has black color on #51625F background.


White color preview on #51625F background

This text has white color on #51625F background.