COLOR #728E3E

HEX: #728E3E
RGB: (114,142,62)

Color info

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

RGB color model

#728E3E color RGB value is (114,142,62).

  • red value is 114;
  • green value is 142;
  • blue value is 62.
RGB:
(114,142,62)
(45%,56%,24%)

RGB channels and saturation

R 114 of 255 = 45%
G 142 of 255 = 56%
B 62 of 255 = 24%

114
142
62

R + G + B ~ 42%. #728E3E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 142 + 62 = 318 (100%)
R 114 of 318 ~ 35.85%
G 142 of 318 ~ 44.65%
B 62 of 318 ~ 19.5%

%35.85
%44.65
%19.5

CMYK color model

#728E3E color CMYK value is (20,0,56,44).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 56.34%
  • key color value is 44.31%
CMYK:
(20,0,56,44)
C20M0Y56K44 
(20%,0%,56%,44%)
(0.20/0.00/0.56/0.44)	

CMYK percentages

%19.72
%0
%56.34
%44.31

Codes

Color #728E3E in popluar color models

728E3E
RGB11414262
HSL81°39.22%40.00%
HSB/HSV81°56.34%55.69%
CMYK19.72%0.00%56.34%
44.31%

Color #728E3E in popluar number systems.

HEX728E3E
Decimal11414262
Binary111001010001110111110
Octal16221676

Shades and tints

Shades of #728E3E

#728E3E
(114,142,62)
#688239
(104,130,57)
#5E7634
(94,118,52)
#546A2F
(84,106,47)
#4A5E2A
(74,94,42)
#405225
(64,82,37)
#364620
(54,70,32)
#2C3A1B
(44,58,27)
#222E16
(34,46,22)
#182211
(24,34,17)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #728E3E

#728E3E
(114,142,62)
#7E984F
(126,152,79)
#8AA260
(138,162,96)
#96AC71
(150,172,113)
#A2B682
(162,182,130)
#AEC093
(174,192,147)
#BACAA4
(186,202,164)
#C6D4B5
(198,212,181)
#D2DEC6
(210,222,198)
#DEE8D7
(222,232,215)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728E3E color. Also use rgb(114,142,62) instead hex code.

Text Font Color

.myTextColor { color: #728E3E; }

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

This text font color is #728E3E.


Background Color

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

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

This div background color is #728E3E.


Border color

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

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

This div border color is #728E3E.


Opacity

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

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

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

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

This text has shadow with #728E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728E3E on black background.


Color preview on white background

This text has color #728E3E on white background.



Black color preview on #728E3E background

This text has black color on #728E3E background.


White color preview on #728E3E background

This text has white color on #728E3E background.