COLOR #51865B

HEX: #51865B
RGB: (81,134,91)

Color info

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

RGB color model

#51865B color RGB value is (81,134,91).

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

RGB channels and saturation

R 81 of 255 = 32%
G 134 of 255 = 53%
B 91 of 255 = 36%

81
134
91

R + G + B ~ 40%. #51865B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 134 + 91 = 306 (100%)
R 81 of 306 ~ 26.47%
G 134 of 306 ~ 43.79%
B 91 of 306 ~ 29.74%

%26.47
%43.79
%29.74

CMYK color model

#51865B color CMYK value is (40,0,32,47).

  • cyan value is 39.55%
  • magenta value is 0.00%
  • yellow value is 32.09%
  • key color value is 47.45%
CMYK:
(40,0,32,47)
C40M0Y32K47 
(40%,0%,32%,47%)
(0.40/0.00/0.32/0.47)	

CMYK percentages

%39.55
%0
%32.09
%47.45

Codes

Color #51865B in popluar color models

51865B
RGB8113491
HSL131°24.65%42.16%
HSB/HSV131°39.55%52.55%
CMYK39.55%0.00%32.09%
47.45%

Color #51865B in popluar number systems.

HEX51865B
Decimal8113491
Binary1010001100001101011011
Octal121206133

Shades and tints

Shades of #51865B

#51865B
(81,134,91)
#4A7A53
(74,122,83)
#436E4B
(67,110,75)
#3C6243
(60,98,67)
#35563B
(53,86,59)
#2E4A33
(46,74,51)
#273E2B
(39,62,43)
#203223
(32,50,35)
#19261B
(25,38,27)
#121A13
(18,26,19)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #51865B

#51865B
(81,134,91)
#609169
(96,145,105)
#6F9C77
(111,156,119)
#7EA785
(126,167,133)
#8DB293
(141,178,147)
#9CBDA1
(156,189,161)
#ABC8AF
(171,200,175)
#BAD3BD
(186,211,189)
#C9DECB
(201,222,203)
#D8E9D9
(216,233,217)
#E7F4E7
(231,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51865B; }

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

This text font color is #51865B.


Background Color

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

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

This div background color is #51865B.


Border color

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

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

This div border color is #51865B.


Opacity

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

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

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

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

This text has shadow with #51865B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51865B on black background.


Color preview on white background

This text has color #51865B on white background.



Black color preview on #51865B background

This text has black color on #51865B background.


White color preview on #51865B background

This text has white color on #51865B background.