COLOR #51733F

HEX: #51733F
RGB: (81,115,63)

Color info

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

RGB color model

#51733F color RGB value is (81,115,63).

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

RGB channels and saturation

R 81 of 255 = 32%
G 115 of 255 = 45%
B 63 of 255 = 25%

81
115
63

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

Portions of RGB colors in percentages

R + G + B =
81 + 115 + 63 = 259 (100%)
R 81 of 259 ~ 31.27%
G 115 of 259 ~ 44.4%
B 63 of 259 ~ 24.32%

%31.27
%44.4
%24.32

CMYK color model

#51733F color CMYK value is (30,0,45,55).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 45.22%
  • key color value is 54.90%
CMYK:
(30,0,45,55)
C30M0Y45K55 
(30%,0%,45%,55%)
(0.30/0.00/0.45/0.55)	

CMYK percentages

%29.57
%0
%45.22
%54.9

Codes

Color #51733F in popluar color models

51733F
RGB8111563
HSL99°29.21%34.90%
HSB/HSV99°45.22%45.10%
CMYK29.57%0.00%45.22%
54.90%

Color #51733F in popluar number systems.

HEX51733F
Decimal8111563
Binary10100011110011111111
Octal12116377

Shades and tints

Shades of #51733F

#51733F
(81,115,63)
#4A693A
(74,105,58)
#435F35
(67,95,53)
#3C5530
(60,85,48)
#354B2B
(53,75,43)
#2E4126
(46,65,38)
#273721
(39,55,33)
#202D1C
(32,45,28)
#192317
(25,35,23)
#121912
(18,25,18)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #51733F

#51733F
(81,115,63)
#607F50
(96,127,80)
#6F8B61
(111,139,97)
#7E9772
(126,151,114)
#8DA383
(141,163,131)
#9CAF94
(156,175,148)
#ABBBA5
(171,187,165)
#BAC7B6
(186,199,182)
#C9D3C7
(201,211,199)
#D8DFD8
(216,223,216)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51733F; }

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

This text font color is #51733F.


Background Color

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

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

This div background color is #51733F.


Border color

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

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

This div border color is #51733F.


Opacity

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

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

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

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

This text has shadow with #51733F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51733F on black background.


Color preview on white background

This text has color #51733F on white background.



Black color preview on #51733F background

This text has black color on #51733F background.


White color preview on #51733F background

This text has white color on #51733F background.