COLOR #51831E

HEX: #51831E
RGB: (81,131,30)

Color info

#51831E contains mainly red and green colors. Web safe color of #51831E is #669933 (or #693).

RGB color model

#51831E color RGB value is (81,131,30).

  • red value is 81;
  • green value is 131;
  • blue value is 30.
RGB:
(81,131,30)
(32%,51%,12%)

RGB channels and saturation

R 81 of 255 = 32%
G 131 of 255 = 51%
B 30 of 255 = 12%

81
131
30

R + G + B ~ 32%. #51831E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 131 + 30 = 242 (100%)
R 81 of 242 ~ 33.47%
G 131 of 242 ~ 54.13%
B 30 of 242 ~ 12.4%

%33.47
%54.13
%12.4

CMYK color model

#51831E color CMYK value is (38,0,77,49).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 77.10%
  • key color value is 48.63%
CMYK:
(38,0,77,49)
C38M0Y77K49 
(38%,0%,77%,49%)
(0.38/0.00/0.77/0.49)	

CMYK percentages

%38.17
%0
%77.1
%48.63

Codes

Color #51831E in popluar color models

51831E
RGB8113130
HSL90°62.73%31.57%
HSB/HSV90°77.10%51.37%
CMYK38.17%0.00%77.10%
48.63%

Color #51831E in popluar number systems.

HEX51831E
Decimal8113130
Binary10100011000001111110
Octal12120336

Shades and tints

Shades of #51831E

#51831E
(81,131,30)
#4A781C
(74,120,28)
#436D1A
(67,109,26)
#3C6218
(60,98,24)
#355716
(53,87,22)
#2E4C14
(46,76,20)
#274112
(39,65,18)
#203610
(32,54,16)
#192B0E
(25,43,14)
#12200C
(18,32,12)
#0B150A
(11,21,10)
#000000
(0,0,0)

Tints of #51831E

#51831E
(81,131,30)
#608E32
(96,142,50)
#6F9946
(111,153,70)
#7EA45A
(126,164,90)
#8DAF6E
(141,175,110)
#9CBA82
(156,186,130)
#ABC596
(171,197,150)
#BAD0AA
(186,208,170)
#C9DBBE
(201,219,190)
#D8E6D2
(216,230,210)
#E7F1E6
(231,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51831E color. Also use rgb(81,131,30) instead hex code.

Text Font Color

.myTextColor { color: #51831E; }

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

This text font color is #51831E.


Background Color

.myBgColor { background-color: #51831E; }

<div style="background-color:#51831E">Inner text</div>

This div background color is #51831E.


Border color

.myBorderColor { border: 1px solid #51831E; }

<div style="border:3px solid #51831E">Div</div>

This div border color is #51831E.


Opacity

.myOpacity80 { color: #51831E; opacity: 0.8; }

<p style="color:#51831E;opacity:0.8;">80%</p>

Text with #51831E 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 #51831E;}

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

This text has shadow with #51831E color.

.textShadow {text-shadow: 3px 3px 1px #51831E, 3px 3px 1px red;}

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

This text has shadow with #51831E primary color and red secondary color.


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

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

This text has shadow with #51831E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51831E on black background.


Color preview on white background

This text has color #51831E on white background.



Black color preview on #51831E background

This text has black color on #51831E background.


White color preview on #51831E background

This text has white color on #51831E background.