COLOR #51695B

HEX: #51695B
RGB: (81,105,91)

Color info

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

RGB color model

#51695B color RGB value is (81,105,91).

  • red value is 81;
  • green value is 105;
  • blue value is 91.
RGB:
(81,105,91)
(32%,41%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 105 of 255 = 41%
B 91 of 255 = 36%

81
105
91

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

Portions of RGB colors in percentages

R + G + B =
81 + 105 + 91 = 277 (100%)
R 81 of 277 ~ 29.24%
G 105 of 277 ~ 37.91%
B 91 of 277 ~ 32.85%

%29.24
%37.91
%32.85

CMYK color model

#51695B color CMYK value is (23,0,13,59).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 58.82%
CMYK:
(23,0,13,59)
C23M0Y13K59 
(23%,0%,13%,59%)
(0.23/0.00/0.13/0.59)	

CMYK percentages

%22.86
%0
%13.33
%58.82

Codes

Color #51695B in popluar color models

51695B
RGB8110591
HSL145°12.90%36.47%
HSB/HSV145°22.86%41.18%
CMYK22.86%0.00%13.33%
58.82%

Color #51695B in popluar number systems.

HEX51695B
Decimal8110591
Binary101000111010011011011
Octal121151133

Shades and tints

Shades of #51695B

#51695B
(81,105,91)
#4A6053
(74,96,83)
#43574B
(67,87,75)
#3C4E43
(60,78,67)
#35453B
(53,69,59)
#2E3C33
(46,60,51)
#27332B
(39,51,43)
#202A23
(32,42,35)
#19211B
(25,33,27)
#121813
(18,24,19)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #51695B

#51695B
(81,105,91)
#607669
(96,118,105)
#6F8377
(111,131,119)
#7E9085
(126,144,133)
#8D9D93
(141,157,147)
#9CAAA1
(156,170,161)
#ABB7AF
(171,183,175)
#BAC4BD
(186,196,189)
#C9D1CB
(201,209,203)
#D8DED9
(216,222,217)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51695B color. Also use rgb(81,105,91) instead hex code.

Text Font Color

.myTextColor { color: #51695B; }

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

This text font color is #51695B.


Background Color

.myBgColor { background-color: #51695B; }

<div style="background-color:#51695B">Inner text</div>

This div background color is #51695B.


Border color

.myBorderColor { border: 1px solid #51695B; }

<div style="border:3px solid #51695B">Div</div>

This div border color is #51695B.


Opacity

.myOpacity80 { color: #51695B; opacity: 0.8; }

<p style="color:#51695B;opacity:0.8;">80%</p>

Text with #51695B 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 #51695B;}

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

This text has shadow with #51695B color.

.textShadow {text-shadow: 3px 3px 1px #51695B, 3px 3px 1px red;}

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

This text has shadow with #51695B primary color and red secondary color.


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

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

This text has shadow with #51695B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51695B on black background.


Color preview on white background

This text has color #51695B on white background.



Black color preview on #51695B background

This text has black color on #51695B background.


White color preview on #51695B background

This text has white color on #51695B background.