COLOR #51762F

HEX: #51762F RGB: (81,118,47)

Color info

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

RGB color model

#51762F color RGB value is (81,118,47).

RGB: (81,118,47) (32%, 46%, 18%)

RGB channels and saturation

R 81 of 255 = 32%
G 118 of 255 = 46%
B 47 of 255 = 18%

81
118
47

R + G + B ~ 32%. #51762F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 118 + 47 = 246 (100%)
R 81 of 246 ~ 32.93%
G 118 of 246 ~ 47.97%
B 47 of 246 ~ 19.11'%

%32.93
%47.97
%19.11

CMYK color model

#51762F color CMYK value is (31,0,60,54).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 60.17%
  • key color value is 53.73%

CMYK: (31,0,60,54)
C31M0Y60K54 (31%, 0%, 60%, 54%)
(0.31 / 0.00 / 0.60 / 0.54)

CMYK percentages

%31.36
%0
%60.17
%53.73

Codes

Color #51762F in popluar color models

51 76 2F
RGB 81 118 47
HSL 91° 43.03% 32.35%
HSB/HSV 91° 60.17% 46.27%
CMYK 31.36% 0.00% 60.17%
53.73%

Color #51762F in popluar number systems.

HEX 51 76 2F
Decimal 81 118 47
Binary 1010001 1110110 101111
Octal 121 166 57

Shades and tints

Shades of #51762F

#51762F
(81,118,47)
#4A6C2B
(74,108,43)
#436227
(67,98,39)
#3C5823
(60,88,35)
#354E1F
(53,78,31)
#2E441B
(46,68,27)
#273A17
(39,58,23)
#203013
(32,48,19)
#19260F
(25,38,15)
#121C0B
(18,28,11)
#0B1207
(11,18,7)
#000000
(0,0,0)

Tints of #51762F

#51762F
(81,118,47)
#608241
(96,130,65)
#6F8E53
(111,142,83)
#7E9A65
(126,154,101)
#8DA677
(141,166,119)
#9CB289
(156,178,137)
#ABBE9B
(171,190,155)
#BACAAD
(186,202,173)
#C9D6BF
(201,214,191)
#D8E2D1
(216,226,209)
#E7EEE3
(231,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51762F color. Also use rgb(81,118,47) instead hex code.

Text Font Color

.myTextColor { color: #51762F; }

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

This text font color is #51762F.

Background Color

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

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

This div background color is #51762F.

Border color

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

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

This div border color is #51762F.

Opacity

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

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

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

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

This text has shadow with #51762F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51762F.

Preview

Color preview on black background

This text has color #51762F on black background.


Color preview on white background

This text has color #51762F on white background.


Black color preview on #51762F background

This text has black color on #51762F background.


White color preview on #51762F background

This text has white color on #51762F background.


Related colors

Complementary color

Complementary color for #hex is #AE89D0.


I love getcolorcode.com

Triadic colors

1 #2F5176 and #762F51 with #51762F are triadic colors.

2 #2F7651 and #76512F with #51762F are triadic colors.