COLOR #728C39

HEX: #728C39
RGB: (114,140,57)

Color info

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

RGB color model

#728C39 color RGB value is (114,140,57).

  • red value is 114;
  • green value is 140;
  • blue value is 57.
RGB:
(114,140,57)
(45%,55%,22%)

RGB channels and saturation

R 114 of 255 = 45%
G 140 of 255 = 55%
B 57 of 255 = 22%

114
140
57

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

Portions of RGB colors in percentages

R + G + B =
114 + 140 + 57 = 311 (100%)
R 114 of 311 ~ 36.66%
G 140 of 311 ~ 45.02%
B 57 of 311 ~ 18.33%

%36.66
%45.02
%18.33

CMYK color model

#728C39 color CMYK value is (19,0,59,45).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 59.29%
  • key color value is 45.10%
CMYK:
(19,0,59,45)
C19M0Y59K45 
(19%,0%,59%,45%)
(0.19/0.00/0.59/0.45)	

CMYK percentages

%18.57
%0
%59.29
%45.1

Codes

Color #728C39 in popluar color models

728C39
RGB11414057
HSL79°42.13%38.63%
HSB/HSV79°59.29%54.90%
CMYK18.57%0.00%59.29%
45.10%

Color #728C39 in popluar number systems.

HEX728C39
Decimal11414057
Binary111001010001100111001
Octal16221471

Shades and tints

Shades of #728C39

#728C39
(114,140,57)
#688034
(104,128,52)
#5E742F
(94,116,47)
#54682A
(84,104,42)
#4A5C25
(74,92,37)
#405020
(64,80,32)
#36441B
(54,68,27)
#2C3816
(44,56,22)
#222C11
(34,44,17)
#18200C
(24,32,12)
#0E1407
(14,20,7)
#000000
(0,0,0)

Tints of #728C39

#728C39
(114,140,57)
#7E964B
(126,150,75)
#8AA05D
(138,160,93)
#96AA6F
(150,170,111)
#A2B481
(162,180,129)
#AEBE93
(174,190,147)
#BAC8A5
(186,200,165)
#C6D2B7
(198,210,183)
#D2DCC9
(210,220,201)
#DEE6DB
(222,230,219)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728C39 color. Also use rgb(114,140,57) instead hex code.

Text Font Color

.myTextColor { color: #728C39; }

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

This text font color is #728C39.


Background Color

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

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

This div background color is #728C39.


Border color

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

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

This div border color is #728C39.


Opacity

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

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

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

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

This text has shadow with #728C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728C39 on black background.


Color preview on white background

This text has color #728C39 on white background.



Black color preview on #728C39 background

This text has black color on #728C39 background.


White color preview on #728C39 background

This text has white color on #728C39 background.