COLOR #51843D

HEX: #51843D
RGB: (81,132,61)

Color info

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

RGB color model

#51843D color RGB value is (81,132,61).

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

RGB channels and saturation

R 81 of 255 = 32%
G 132 of 255 = 52%
B 61 of 255 = 24%

81
132
61

R + G + B ~ 36%. #51843D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 132 + 61 = 274 (100%)
R 81 of 274 ~ 29.56%
G 132 of 274 ~ 48.18%
B 61 of 274 ~ 22.26%

%29.56
%48.18
%22.26

CMYK color model

#51843D color CMYK value is (39,0,54,48).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 53.79%
  • key color value is 48.24%
CMYK:
(39,0,54,48)
C39M0Y54K48 
(39%,0%,54%,48%)
(0.39/0.00/0.54/0.48)	

CMYK percentages

%38.64
%0
%53.79
%48.24

Codes

Color #51843D in popluar color models

51843D
RGB8113261
HSL103°36.79%37.84%
HSB/HSV103°53.79%51.76%
CMYK38.64%0.00%53.79%
48.24%

Color #51843D in popluar number systems.

HEX51843D
Decimal8113261
Binary101000110000100111101
Octal12120475

Shades and tints

Shades of #51843D

#51843D
(81,132,61)
#4A7838
(74,120,56)
#436C33
(67,108,51)
#3C602E
(60,96,46)
#355429
(53,84,41)
#2E4824
(46,72,36)
#273C1F
(39,60,31)
#20301A
(32,48,26)
#192415
(25,36,21)
#121810
(18,24,16)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #51843D

#51843D
(81,132,61)
#608F4E
(96,143,78)
#6F9A5F
(111,154,95)
#7EA570
(126,165,112)
#8DB081
(141,176,129)
#9CBB92
(156,187,146)
#ABC6A3
(171,198,163)
#BAD1B4
(186,209,180)
#C9DCC5
(201,220,197)
#D8E7D6
(216,231,214)
#E7F2E7
(231,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51843D; }

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

This text font color is #51843D.


Background Color

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

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

This div background color is #51843D.


Border color

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

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

This div border color is #51843D.


Opacity

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

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

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

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

This text has shadow with #51843D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51843D on black background.


Color preview on white background

This text has color #51843D on white background.



Black color preview on #51843D background

This text has black color on #51843D background.


White color preview on #51843D background

This text has white color on #51843D background.