COLOR #51850D

HEX: #51850D
RGB: (81,133,13)

Color info

#51850D contains mainly red and green colors. Web safe color of #51850D is #669900 (or #690).

RGB color model

#51850D color RGB value is (81,133,13).

  • red value is 81;
  • green value is 133;
  • blue value is 13.
RGB:
(81,133,13)
(32%,52%,5%)

RGB channels and saturation

R 81 of 255 = 32%
G 133 of 255 = 52%
B 13 of 255 = 5%

81
133
13

R + G + B ~ 30%. #51850D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 133 + 13 = 227 (100%)
R 81 of 227 ~ 35.68%
G 133 of 227 ~ 58.59%
B 13 of 227 ~ 5.73%

%35.68
%58.59

CMYK color model

#51850D color CMYK value is (39,0,90,48).

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 90.23%
  • key color value is 47.84%
CMYK:
(39,0,90,48)
C39M0Y90K48 
(39%,0%,90%,48%)
(0.39/0.00/0.90/0.48)	

CMYK percentages

%39.1
%0
%90.23
%47.84

Codes

Color #51850D in popluar color models

51850D
RGB8113313
HSL86°82.19%28.63%
HSB/HSV86°90.23%52.16%
CMYK39.10%0.00%90.23%
47.84%

Color #51850D in popluar number systems.

HEX51850D
Decimal8113313
Binary1010001100001011101
Octal12120515

Shades and tints

Shades of #51850D

#51850D
(81,133,13)
#4A790C
(74,121,12)
#436D0B
(67,109,11)
#3C610A
(60,97,10)
#355509
(53,85,9)
#2E4908
(46,73,8)
#273D07
(39,61,7)
#203106
(32,49,6)
#192505
(25,37,5)
#121904
(18,25,4)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #51850D

#51850D
(81,133,13)
#609023
(96,144,35)
#6F9B39
(111,155,57)
#7EA64F
(126,166,79)
#8DB165
(141,177,101)
#9CBC7B
(156,188,123)
#ABC791
(171,199,145)
#BAD2A7
(186,210,167)
#C9DDBD
(201,221,189)
#D8E8D3
(216,232,211)
#E7F3E9
(231,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51850D color. Also use rgb(81,133,13) instead hex code.

Text Font Color

.myTextColor { color: #51850D; }

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

This text font color is #51850D.


Background Color

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

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

This div background color is #51850D.


Border color

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

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

This div border color is #51850D.


Opacity

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

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

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

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

This text has shadow with #51850D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51850D on black background.


Color preview on white background

This text has color #51850D on white background.



Black color preview on #51850D background

This text has black color on #51850D background.


White color preview on #51850D background

This text has white color on #51850D background.