COLOR #728B2E

HEX: #728B2E RGB: (114,139,46)

Color info

#728B2E contains mainly red and green colors. Web safe color of #728B2E is #669933 (or #693).

RGB color model

#728B2E color RGB value is (114,139,46).

RGB: (114,139,46) (45%, 55%, 18%)

RGB channels and saturation

R 114 of 255 = 45%
G 139 of 255 = 55%
B 46 of 255 = 18%

114
139
46

R + G + B ~ 39%. #728B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 139 + 46 = 299 (100%)
R 114 of 299 ~ 38.13%
G 139 of 299 ~ 46.49%
B 46 of 299 ~ 15.38'%

%38.13
%46.49
%15.38

CMYK color model

#728B2E color CMYK value is (18,0,67,45).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 66.91%
  • key color value is 45.49%

CMYK: (18,0,67,45)
C18M0Y67K45 (18%, 0%, 67%, 45%)
(0.18 / 0.00 / 0.67 / 0.45)

CMYK percentages

%17.99
%0
%66.91
%45.49

Codes

Color #728B2E in popluar color models

72 8B 2E
RGB 114 139 46
HSL 76° 50.27% 36.27%
HSB/HSV 76° 66.91% 54.51%
CMYK 17.99% 0.00% 66.91%
45.49%

Color #728B2E in popluar number systems.

HEX 72 8B 2E
Decimal 114 139 46
Binary 1110010 10001011 101110
Octal 162 213 56

Shades and tints

Shades of #728B2E

#728B2E
(114,139,46)
#687F2A
(104,127,42)
#5E7326
(94,115,38)
#546722
(84,103,34)
#4A5B1E
(74,91,30)
#404F1A
(64,79,26)
#364316
(54,67,22)
#2C3712
(44,55,18)
#222B0E
(34,43,14)
#181F0A
(24,31,10)
#0E1306
(14,19,6)
#000000
(0,0,0)

Tints of #728B2E

#728B2E
(114,139,46)
#7E9541
(126,149,65)
#8A9F54
(138,159,84)
#96A967
(150,169,103)
#A2B37A
(162,179,122)
#AEBD8D
(174,189,141)
#BAC7A0
(186,199,160)
#C6D1B3
(198,209,179)
#D2DBC6
(210,219,198)
#DEE5D9
(222,229,217)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728B2E color. Also use rgb(114,139,46) instead hex code.

Text Font Color

.myTextColor { color: #728B2E; }

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

This text font color is #728B2E.

Background Color

.myBgColor { background-color: #728B2E; }

<div style="background-color:#728B2E">Inner text</div>

This div background color is #728B2E.

Border color

.myBorderColor { border: 1px solid #728B2E; }

<div style="border:3px solid #728B2E">Div</div>

This div border color is #728B2E.

Opacity

.myOpacity80 { color: #728B2E; opacity: 0.8; }

<p style="color:#728B2E;opacity:0.8;">80%</p>

Text with #728B2E 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 #728B2E;}

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

This text has shadow with #728B2E color.


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

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

This text has shadow with #728B2E primary color and red secondary color.


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

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

This text has shadow with #728B2E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #728B2E.

Preview

Color preview on black background

This text has color #728B2E on black background.


Color preview on white background

This text has color #728B2E on white background.


Black color preview on #728B2E background

This text has black color on #728B2E background.


White color preview on #728B2E background

This text has white color on #728B2E background.


Related colors

Complementary color

Complementary color for #hex is #8D74D1.


I love getcolorcode.com

Triadic colors

1 #2E728B and #8B2E72 with #728B2E are triadic colors.

2 #2E8B72 and #8B722E with #728B2E are triadic colors.