COLOR #51915B

HEX: #51915B
RGB: (81,145,91)

Color info

#51915B contains mainly green and blue colors. Web safe color of #51915B is #669966 (or #696).

RGB color model

#51915B color RGB value is (81,145,91).

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

RGB channels and saturation

R 81 of 255 = 32%
G 145 of 255 = 57%
B 91 of 255 = 36%

81
145
91

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

Portions of RGB colors in percentages

R + G + B =
81 + 145 + 91 = 317 (100%)
R 81 of 317 ~ 25.55%
G 145 of 317 ~ 45.74%
B 91 of 317 ~ 28.71%

%25.55
%45.74
%28.71

CMYK color model

#51915B color CMYK value is (44,0,37,43).

  • cyan value is 44.14%
  • magenta value is 0.00%
  • yellow value is 37.24%
  • key color value is 43.14%
CMYK:
(44,0,37,43)
C44M0Y37K43 
(44%,0%,37%,43%)
(0.44/0.00/0.37/0.43)	

CMYK percentages

%44.14
%0
%37.24
%43.14

Codes

Color #51915B in popluar color models

51915B
RGB8114591
HSL129°28.32%44.31%
HSB/HSV129°44.14%56.86%
CMYK44.14%0.00%37.24%
43.14%

Color #51915B in popluar number systems.

HEX51915B
Decimal8114591
Binary1010001100100011011011
Octal121221133

Shades and tints

Shades of #51915B

#51915B
(81,145,91)
#4A8453
(74,132,83)
#43774B
(67,119,75)
#3C6A43
(60,106,67)
#355D3B
(53,93,59)
#2E5033
(46,80,51)
#27432B
(39,67,43)
#203623
(32,54,35)
#19291B
(25,41,27)
#121C13
(18,28,19)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #51915B

#51915B
(81,145,91)
#609B69
(96,155,105)
#6FA577
(111,165,119)
#7EAF85
(126,175,133)
#8DB993
(141,185,147)
#9CC3A1
(156,195,161)
#ABCDAF
(171,205,175)
#BAD7BD
(186,215,189)
#C9E1CB
(201,225,203)
#D8EBD9
(216,235,217)
#E7F5E7
(231,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51915B; }

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

This text font color is #51915B.


Background Color

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

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

This div background color is #51915B.


Border color

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

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

This div border color is #51915B.


Opacity

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

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

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

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

This text has shadow with #51915B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51915B on black background.


Color preview on white background

This text has color #51915B on white background.



Black color preview on #51915B background

This text has black color on #51915B background.


White color preview on #51915B background

This text has white color on #51915B background.