COLOR #51842D

HEX: #51842D
RGB: (81,132,45)

Color info

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

RGB color model

#51842D color RGB value is (81,132,45).

  • red value is 81;
  • green value is 132;
  • blue value is 45.
RGB:
(81,132,45)
(32%,52%,18%)

RGB channels and saturation

R 81 of 255 = 32%
G 132 of 255 = 52%
B 45 of 255 = 18%

81
132
45

R + G + B ~ 34%. #51842D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 132 + 45 = 258 (100%)
R 81 of 258 ~ 31.4%
G 132 of 258 ~ 51.16%
B 45 of 258 ~ 17.44%

%31.4
%51.16
%17.44

CMYK color model

#51842D color CMYK value is (39,0,66,48).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 65.91%
  • key color value is 48.24%
CMYK:
(39,0,66,48)
C39M0Y66K48 
(39%,0%,66%,48%)
(0.39/0.00/0.66/0.48)	

CMYK percentages

%38.64
%0
%65.91
%48.24

Codes

Color #51842D in popluar color models

51842D
RGB8113245
HSL95°49.15%34.71%
HSB/HSV95°65.91%51.76%
CMYK38.64%0.00%65.91%
48.24%

Color #51842D in popluar number systems.

HEX51842D
Decimal8113245
Binary101000110000100101101
Octal12120455

Shades and tints

Shades of #51842D

#51842D
(81,132,45)
#4A7829
(74,120,41)
#436C25
(67,108,37)
#3C6021
(60,96,33)
#35541D
(53,84,29)
#2E4819
(46,72,25)
#273C15
(39,60,21)
#203011
(32,48,17)
#19240D
(25,36,13)
#121809
(18,24,9)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #51842D

#51842D
(81,132,45)
#608F40
(96,143,64)
#6F9A53
(111,154,83)
#7EA566
(126,165,102)
#8DB079
(141,176,121)
#9CBB8C
(156,187,140)
#ABC69F
(171,198,159)
#BAD1B2
(186,209,178)
#C9DCC5
(201,220,197)
#D8E7D8
(216,231,216)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51842D color. Also use rgb(81,132,45) instead hex code.

Text Font Color

.myTextColor { color: #51842D; }

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

This text font color is #51842D.


Background Color

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

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

This div background color is #51842D.


Border color

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

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

This div border color is #51842D.


Opacity

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

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

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

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

This text has shadow with #51842D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51842D on black background.


Color preview on white background

This text has color #51842D on white background.



Black color preview on #51842D background

This text has black color on #51842D background.


White color preview on #51842D background

This text has white color on #51842D background.