COLOR #51763F

HEX: #51763F
RGB: (81,118,63)

Color info

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

RGB color model

#51763F color RGB value is (81,118,63).

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

RGB channels and saturation

R 81 of 255 = 32%
G 118 of 255 = 46%
B 63 of 255 = 25%

81
118
63

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

Portions of RGB colors in percentages

R + G + B =
81 + 118 + 63 = 262 (100%)
R 81 of 262 ~ 30.92%
G 118 of 262 ~ 45.04%
B 63 of 262 ~ 24.05%

%30.92
%45.04
%24.05

CMYK color model

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

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 46.61%
  • 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
%46.61
%53.73

Codes

Color #51763F in popluar color models

51763F
RGB8111863
HSL100°30.39%35.49%
HSB/HSV100°46.61%46.27%
CMYK31.36%0.00%46.61%
53.73%

Color #51763F in popluar number systems.

HEX51763F
Decimal8111863
Binary10100011110110111111
Octal12116677

Shades and tints

Shades of #51763F

#51763F
(81,118,63)
#4A6C3A
(74,108,58)
#436235
(67,98,53)
#3C5830
(60,88,48)
#354E2B
(53,78,43)
#2E4426
(46,68,38)
#273A21
(39,58,33)
#20301C
(32,48,28)
#192617
(25,38,23)
#121C12
(18,28,18)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #51763F

#51763F
(81,118,63)
#608250
(96,130,80)
#6F8E61
(111,142,97)
#7E9A72
(126,154,114)
#8DA683
(141,166,131)
#9CB294
(156,178,148)
#ABBEA5
(171,190,165)
#BACAB6
(186,202,182)
#C9D6C7
(201,214,199)
#D8E2D8
(216,226,216)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51763F; }

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

This text font color is #51763F.


Background Color

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

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

This div background color is #51763F.


Border color

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

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

This div border color is #51763F.


Opacity

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

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

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

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

This text has shadow with #51763F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51763F on black background.


Color preview on white background

This text has color #51763F on white background.



Black color preview on #51763F background

This text has black color on #51763F background.


White color preview on #51763F background

This text has white color on #51763F background.