COLOR #51854B

HEX: #51854B
RGB: (81,133,75)

Color info

#51854B contains red, green and blue colors in about the same proportion. Web safe color of #51854B is #669933 (or #693).

RGB color model

#51854B color RGB value is (81,133,75).

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

RGB channels and saturation

R 81 of 255 = 32%
G 133 of 255 = 52%
B 75 of 255 = 29%

81
133
75

R + G + B ~ 38%. #51854B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 133 + 75 = 289 (100%)
R 81 of 289 ~ 28.03%
G 133 of 289 ~ 46.02%
B 75 of 289 ~ 25.95%

%28.03
%46.02
%25.95

CMYK color model

#51854B color CMYK value is (39,0,44,48).

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 43.61%
  • key color value is 47.84%
CMYK:
(39,0,44,48)
C39M0Y44K48 
(39%,0%,44%,48%)
(0.39/0.00/0.44/0.48)	

CMYK percentages

%39.1
%0
%43.61
%47.84

Codes

Color #51854B in popluar color models

51854B
RGB8113375
HSL114°27.88%40.78%
HSB/HSV114°43.61%52.16%
CMYK39.10%0.00%43.61%
47.84%

Color #51854B in popluar number systems.

HEX51854B
Decimal8113375
Binary1010001100001011001011
Octal121205113

Shades and tints

Shades of #51854B

#51854B
(81,133,75)
#4A7945
(74,121,69)
#436D3F
(67,109,63)
#3C6139
(60,97,57)
#355533
(53,85,51)
#2E492D
(46,73,45)
#273D27
(39,61,39)
#203121
(32,49,33)
#19251B
(25,37,27)
#121915
(18,25,21)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #51854B

#51854B
(81,133,75)
#60905B
(96,144,91)
#6F9B6B
(111,155,107)
#7EA67B
(126,166,123)
#8DB18B
(141,177,139)
#9CBC9B
(156,188,155)
#ABC7AB
(171,199,171)
#BAD2BB
(186,210,187)
#C9DDCB
(201,221,203)
#D8E8DB
(216,232,219)
#E7F3EB
(231,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51854B color. Also use rgb(81,133,75) instead hex code.

Text Font Color

.myTextColor { color: #51854B; }

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

This text font color is #51854B.


Background Color

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

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

This div background color is #51854B.


Border color

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

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

This div border color is #51854B.


Opacity

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

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

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

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

This text has shadow with #51854B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51854B on black background.


Color preview on white background

This text has color #51854B on white background.



Black color preview on #51854B background

This text has black color on #51854B background.


White color preview on #51854B background

This text has white color on #51854B background.