COLOR #51896D

HEX: #51896D
RGB: (81,137,109)

Color info

#51896D contains red, green and blue colors in about the same proportion. Web safe color of #51896D is #669966 (or #696).

RGB color model

#51896D color RGB value is (81,137,109).

  • red value is 81;
  • green value is 137;
  • blue value is 109.
RGB:
(81,137,109)
(32%,54%,43%)

RGB channels and saturation

R 81 of 255 = 32%
G 137 of 255 = 54%
B 109 of 255 = 43%

81
137
109

R + G + B ~ 43%. #51896D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 137 + 109 = 327 (100%)
R 81 of 327 ~ 24.77%
G 137 of 327 ~ 41.9%
B 109 of 327 ~ 33.33%

%24.77
%41.9
%33.33

CMYK color model

#51896D color CMYK value is (41,0,20,46).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK:
(41,0,20,46)
C41M0Y20K46 
(41%,0%,20%,46%)
(0.41/0.00/0.20/0.46)	

CMYK percentages

%40.88
%0
%20.44
%46.27

Codes

Color #51896D in popluar color models

51896D
RGB81137109
HSL150°25.69%42.75%
HSB/HSV150°40.88%53.73%
CMYK40.88%0.00%20.44%
46.27%

Color #51896D in popluar number systems.

HEX51896D
Decimal81137109
Binary1010001100010011101101
Octal121211155

Shades and tints

Shades of #51896D

#51896D
(81,137,109)
#4A7D64
(74,125,100)
#43715B
(67,113,91)
#3C6552
(60,101,82)
#355949
(53,89,73)
#2E4D40
(46,77,64)
#274137
(39,65,55)
#20352E
(32,53,46)
#192925
(25,41,37)
#121D1C
(18,29,28)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #51896D

#51896D
(81,137,109)
#60937A
(96,147,122)
#6F9D87
(111,157,135)
#7EA794
(126,167,148)
#8DB1A1
(141,177,161)
#9CBBAE
(156,187,174)
#ABC5BB
(171,197,187)
#BACFC8
(186,207,200)
#C9D9D5
(201,217,213)
#D8E3E2
(216,227,226)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51896D color. Also use rgb(81,137,109) instead hex code.

Text Font Color

.myTextColor { color: #51896D; }

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

This text font color is #51896D.


Background Color

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

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

This div background color is #51896D.


Border color

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

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

This div border color is #51896D.


Opacity

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

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

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

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

This text has shadow with #51896D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51896D on black background.


Color preview on white background

This text has color #51896D on white background.



Black color preview on #51896D background

This text has black color on #51896D background.


White color preview on #51896D background

This text has white color on #51896D background.