COLOR #51852D

HEX: #51852D
RGB: (81,133,45)

Color info

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

RGB color model

#51852D color RGB value is (81,133,45).

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

RGB channels and saturation

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

81
133
45

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

Portions of RGB colors in percentages

R + G + B =
81 + 133 + 45 = 259 (100%)
R 81 of 259 ~ 31.27%
G 133 of 259 ~ 51.35%
B 45 of 259 ~ 17.37%

%31.27
%51.35
%17.37

CMYK color model

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

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

CMYK percentages

%39.1
%0
%66.17
%47.84

Codes

Color #51852D in popluar color models

51852D
RGB8113345
HSL95°49.44%34.90%
HSB/HSV95°66.17%52.16%
CMYK39.10%0.00%66.17%
47.84%

Color #51852D in popluar number systems.

HEX51852D
Decimal8113345
Binary101000110000101101101
Octal12120555

Shades and tints

Shades of #51852D

#51852D
(81,133,45)
#4A7929
(74,121,41)
#436D25
(67,109,37)
#3C6121
(60,97,33)
#35551D
(53,85,29)
#2E4919
(46,73,25)
#273D15
(39,61,21)
#203111
(32,49,17)
#19250D
(25,37,13)
#121909
(18,25,9)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #51852D

#51852D
(81,133,45)
#609040
(96,144,64)
#6F9B53
(111,155,83)
#7EA666
(126,166,102)
#8DB179
(141,177,121)
#9CBC8C
(156,188,140)
#ABC79F
(171,199,159)
#BAD2B2
(186,210,178)
#C9DDC5
(201,221,197)
#D8E8D8
(216,232,216)
#E7F3EB
(231,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51852D; }

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

This text font color is #51852D.


Background Color

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

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

This div background color is #51852D.


Border color

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

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

This div border color is #51852D.


Opacity

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

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

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

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

This text has shadow with #51852D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51852D on black background.


Color preview on white background

This text has color #51852D on white background.



Black color preview on #51852D background

This text has black color on #51852D background.


White color preview on #51852D background

This text has white color on #51852D background.