COLOR #51741F

HEX: #51741F
RGB: (81,116,31)

Color info

#51741F contains mainly red and green colors. Web safe color of #51741F is #666633 (or #663).

RGB color model

#51741F color RGB value is (81,116,31).

  • red value is 81;
  • green value is 116;
  • blue value is 31.
RGB:
(81,116,31)
(32%,45%,12%)

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 31 of 255 = 12%

81
116
31

R + G + B ~ 30%. #51741F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 31 = 228 (100%)
R 81 of 228 ~ 35.53%
G 116 of 228 ~ 50.88%
B 31 of 228 ~ 13.6%

%35.53
%50.88
%13.6

CMYK color model

#51741F color CMYK value is (30,0,73,55).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 73.28%
  • key color value is 54.51%
CMYK:
(30,0,73,55)
C30M0Y73K55 
(30%,0%,73%,55%)
(0.30/0.00/0.73/0.55)	

CMYK percentages

%30.17
%0
%73.28
%54.51

Codes

Color #51741F in popluar color models

51741F
RGB8111631
HSL85°57.82%28.82%
HSB/HSV85°73.28%45.49%
CMYK30.17%0.00%73.28%
54.51%

Color #51741F in popluar number systems.

HEX51741F
Decimal8111631
Binary1010001111010011111
Octal12116437

Shades and tints

Shades of #51741F

#51741F
(81,116,31)
#4A6A1D
(74,106,29)
#43601B
(67,96,27)
#3C5619
(60,86,25)
#354C17
(53,76,23)
#2E4215
(46,66,21)
#273813
(39,56,19)
#202E11
(32,46,17)
#19240F
(25,36,15)
#121A0D
(18,26,13)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #51741F

#51741F
(81,116,31)
#608033
(96,128,51)
#6F8C47
(111,140,71)
#7E985B
(126,152,91)
#8DA46F
(141,164,111)
#9CB083
(156,176,131)
#ABBC97
(171,188,151)
#BAC8AB
(186,200,171)
#C9D4BF
(201,212,191)
#D8E0D3
(216,224,211)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51741F color. Also use rgb(81,116,31) instead hex code.

Text Font Color

.myTextColor { color: #51741F; }

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

This text font color is #51741F.


Background Color

.myBgColor { background-color: #51741F; }

<div style="background-color:#51741F">Inner text</div>

This div background color is #51741F.


Border color

.myBorderColor { border: 1px solid #51741F; }

<div style="border:3px solid #51741F">Div</div>

This div border color is #51741F.


Opacity

.myOpacity80 { color: #51741F; opacity: 0.8; }

<p style="color:#51741F;opacity:0.8;">80%</p>

Text with #51741F 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 #51741F;}

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

This text has shadow with #51741F color.

.textShadow {text-shadow: 3px 3px 1px #51741F, 3px 3px 1px red;}

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

This text has shadow with #51741F primary color and red secondary color.


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

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

This text has shadow with #51741F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51741F on black background.


Color preview on white background

This text has color #51741F on white background.



Black color preview on #51741F background

This text has black color on #51741F background.


White color preview on #51741F background

This text has white color on #51741F background.