COLOR #51614D

HEX: #51614D
RGB: (81,97,77)

Color info

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

RGB color model

#51614D color RGB value is (81,97,77).

  • red value is 81;
  • green value is 97;
  • blue value is 77.
RGB:
(81,97,77)
(32%,38%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 97 of 255 = 38%
B 77 of 255 = 30%

81
97
77

R + G + B ~ 33%. #51614D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 97 + 77 = 255 (100%)
R 81 of 255 ~ 31.76%
G 97 of 255 ~ 38.04%
B 77 of 255 ~ 30.2%

%31.76
%38.04
%30.2

CMYK color model

#51614D color CMYK value is (16,0,21,62).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 20.62%
  • key color value is 61.96%
CMYK:
(16,0,21,62)
C16M0Y21K62 
(16%,0%,21%,62%)
(0.16/0.00/0.21/0.62)	

CMYK percentages

%16.49
%0
%20.62
%61.96

Codes

Color #51614D in popluar color models

51614D
RGB819777
HSL108°11.49%34.12%
HSB/HSV108°20.62%38.04%
CMYK16.49%0.00%20.62%
61.96%

Color #51614D in popluar number systems.

HEX51614D
Decimal819777
Binary101000111000011001101
Octal121141115

Shades and tints

Shades of #51614D

#51614D
(81,97,77)
#4A5946
(74,89,70)
#43513F
(67,81,63)
#3C4938
(60,73,56)
#354131
(53,65,49)
#2E392A
(46,57,42)
#273123
(39,49,35)
#20291C
(32,41,28)
#192115
(25,33,21)
#12190E
(18,25,14)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #51614D

#51614D
(81,97,77)
#606F5D
(96,111,93)
#6F7D6D
(111,125,109)
#7E8B7D
(126,139,125)
#8D998D
(141,153,141)
#9CA79D
(156,167,157)
#ABB5AD
(171,181,173)
#BAC3BD
(186,195,189)
#C9D1CD
(201,209,205)
#D8DFDD
(216,223,221)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51614D color. Also use rgb(81,97,77) instead hex code.

Text Font Color

.myTextColor { color: #51614D; }

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

This text font color is #51614D.


Background Color

.myBgColor { background-color: #51614D; }

<div style="background-color:#51614D">Inner text</div>

This div background color is #51614D.


Border color

.myBorderColor { border: 1px solid #51614D; }

<div style="border:3px solid #51614D">Div</div>

This div border color is #51614D.


Opacity

.myOpacity80 { color: #51614D; opacity: 0.8; }

<p style="color:#51614D;opacity:0.8;">80%</p>

Text with #51614D 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 #51614D;}

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

This text has shadow with #51614D color.

.textShadow {text-shadow: 3px 3px 1px #51614D, 3px 3px 1px red;}

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

This text has shadow with #51614D primary color and red secondary color.


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

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

This text has shadow with #51614D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51614D on black background.


Color preview on white background

This text has color #51614D on white background.



Black color preview on #51614D background

This text has black color on #51614D background.


White color preview on #51614D background

This text has white color on #51614D background.