COLOR #51763E

HEX: #51763E
RGB: (81,118,62)

Color info

#51763E contains red, green and blue colors in about the same proportion. Web safe color of #51763E is #666633 (or #663).

RGB color model

#51763E color RGB value is (81,118,62).

  • red value is 81;
  • green value is 118;
  • blue value is 62.
RGB:
(81,118,62)
(32%,46%,24%)

RGB channels and saturation

R 81 of 255 = 32%
G 118 of 255 = 46%
B 62 of 255 = 24%

81
118
62

R + G + B ~ 34%. #51763E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 118 + 62 = 261 (100%)
R 81 of 261 ~ 31.03%
G 118 of 261 ~ 45.21%
B 62 of 261 ~ 23.75%

%31.03
%45.21
%23.75

CMYK color model

#51763E color CMYK value is (31,0,47,54).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 47.46%
  • key color value is 53.73%
CMYK:
(31,0,47,54)
C31M0Y47K54 
(31%,0%,47%,54%)
(0.31/0.00/0.47/0.54)	

CMYK percentages

%31.36
%0
%47.46
%53.73

Codes

Color #51763E in popluar color models

51763E
RGB8111862
HSL100°31.11%35.29%
HSB/HSV100°47.46%46.27%
CMYK31.36%0.00%47.46%
53.73%

Color #51763E in popluar number systems.

HEX51763E
Decimal8111862
Binary10100011110110111110
Octal12116676

Shades and tints

Shades of #51763E

#51763E
(81,118,62)
#4A6C39
(74,108,57)
#436234
(67,98,52)
#3C582F
(60,88,47)
#354E2A
(53,78,42)
#2E4425
(46,68,37)
#273A20
(39,58,32)
#20301B
(32,48,27)
#192616
(25,38,22)
#121C11
(18,28,17)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #51763E

#51763E
(81,118,62)
#60824F
(96,130,79)
#6F8E60
(111,142,96)
#7E9A71
(126,154,113)
#8DA682
(141,166,130)
#9CB293
(156,178,147)
#ABBEA4
(171,190,164)
#BACAB5
(186,202,181)
#C9D6C6
(201,214,198)
#D8E2D7
(216,226,215)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51763E color. Also use rgb(81,118,62) instead hex code.

Text Font Color

.myTextColor { color: #51763E; }

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

This text font color is #51763E.


Background Color

.myBgColor { background-color: #51763E; }

<div style="background-color:#51763E">Inner text</div>

This div background color is #51763E.


Border color

.myBorderColor { border: 1px solid #51763E; }

<div style="border:3px solid #51763E">Div</div>

This div border color is #51763E.


Opacity

.myOpacity80 { color: #51763E; opacity: 0.8; }

<p style="color:#51763E;opacity:0.8;">80%</p>

Text with #51763E 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 #51763E;}

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

This text has shadow with #51763E color.

.textShadow {text-shadow: 3px 3px 1px #51763E, 3px 3px 1px red;}

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

This text has shadow with #51763E primary color and red secondary color.


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

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

This text has shadow with #51763E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51763E on black background.


Color preview on white background

This text has color #51763E on white background.



Black color preview on #51763E background

This text has black color on #51763E background.


White color preview on #51763E background

This text has white color on #51763E background.