COLOR #728D21

HEX: #728D21
RGB: (114,141,33)

Color info

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

RGB color model

#728D21 color RGB value is (114,141,33).

  • red value is 114;
  • green value is 141;
  • blue value is 33.
RGB:
(114,141,33)
(45%,55%,13%)

RGB channels and saturation

R 114 of 255 = 45%
G 141 of 255 = 55%
B 33 of 255 = 13%

114
141
33

R + G + B ~ 38%. #728D21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 141 + 33 = 288 (100%)
R 114 of 288 ~ 39.58%
G 141 of 288 ~ 48.96%
B 33 of 288 ~ 11.46%

%39.58
%48.96
%11.46

CMYK color model

#728D21 color CMYK value is (19,0,77,45).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 76.60%
  • key color value is 44.71%
CMYK:
(19,0,77,45)
C19M0Y77K45 
(19%,0%,77%,45%)
(0.19/0.00/0.77/0.45)	

CMYK percentages

%19.15
%0
%76.6
%44.71

Codes

Color #728D21 in popluar color models

728D21
RGB11414133
HSL75°62.07%34.12%
HSB/HSV75°76.60%55.29%
CMYK19.15%0.00%76.60%
44.71%

Color #728D21 in popluar number systems.

HEX728D21
Decimal11414133
Binary111001010001101100001
Octal16221541

Shades and tints

Shades of #728D21

#728D21
(114,141,33)
#68811E
(104,129,30)
#5E751B
(94,117,27)
#546918
(84,105,24)
#4A5D15
(74,93,21)
#405112
(64,81,18)
#36450F
(54,69,15)
#2C390C
(44,57,12)
#222D09
(34,45,9)
#182106
(24,33,6)
#0E1503
(14,21,3)
#000000
(0,0,0)

Tints of #728D21

#728D21
(114,141,33)
#7E9735
(126,151,53)
#8AA149
(138,161,73)
#96AB5D
(150,171,93)
#A2B571
(162,181,113)
#AEBF85
(174,191,133)
#BAC999
(186,201,153)
#C6D3AD
(198,211,173)
#D2DDC1
(210,221,193)
#DEE7D5
(222,231,213)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728D21 color. Also use rgb(114,141,33) instead hex code.

Text Font Color

.myTextColor { color: #728D21; }

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

This text font color is #728D21.


Background Color

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

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

This div background color is #728D21.


Border color

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

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

This div border color is #728D21.


Opacity

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

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

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

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

This text has shadow with #728D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728D21 on black background.


Color preview on white background

This text has color #728D21 on white background.



Black color preview on #728D21 background

This text has black color on #728D21 background.


White color preview on #728D21 background

This text has white color on #728D21 background.