COLOR #728E5B

HEX: #728E5B
RGB: (114,142,91)

Color info

#728E5B contains red, green and blue colors in about the same proportion. Web safe color of #728E5B is #669966 (or #696).

RGB color model

#728E5B color RGB value is (114,142,91).

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

RGB channels and saturation

R 114 of 255 = 45%
G 142 of 255 = 56%
B 91 of 255 = 36%

114
142
91

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

Portions of RGB colors in percentages

R + G + B =
114 + 142 + 91 = 347 (100%)
R 114 of 347 ~ 32.85%
G 142 of 347 ~ 40.92%
B 91 of 347 ~ 26.22%

%32.85
%40.92
%26.22

CMYK color model

#728E5B color CMYK value is (20,0,36,44).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 35.92%
  • key color value is 44.31%
CMYK:
(20,0,36,44)
C20M0Y36K44 
(20%,0%,36%,44%)
(0.20/0.00/0.36/0.44)	

CMYK percentages

%19.72
%0
%35.92
%44.31

Codes

Color #728E5B in popluar color models

728E5B
RGB11414291
HSL93°21.89%45.69%
HSB/HSV93°35.92%55.69%
CMYK19.72%0.00%35.92%
44.31%

Color #728E5B in popluar number systems.

HEX728E5B
Decimal11414291
Binary1110010100011101011011
Octal162216133

Shades and tints

Shades of #728E5B

#728E5B
(114,142,91)
#688253
(104,130,83)
#5E764B
(94,118,75)
#546A43
(84,106,67)
#4A5E3B
(74,94,59)
#405233
(64,82,51)
#36462B
(54,70,43)
#2C3A23
(44,58,35)
#222E1B
(34,46,27)
#182213
(24,34,19)
#0E160B
(14,22,11)
#000000
(0,0,0)

Tints of #728E5B

#728E5B
(114,142,91)
#7E9869
(126,152,105)
#8AA277
(138,162,119)
#96AC85
(150,172,133)
#A2B693
(162,182,147)
#AEC0A1
(174,192,161)
#BACAAF
(186,202,175)
#C6D4BD
(198,212,189)
#D2DECB
(210,222,203)
#DEE8D9
(222,232,217)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728E5B; }

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

This text font color is #728E5B.


Background Color

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

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

This div background color is #728E5B.


Border color

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

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

This div border color is #728E5B.


Opacity

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

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

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

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

This text has shadow with #728E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728E5B on black background.


Color preview on white background

This text has color #728E5B on white background.



Black color preview on #728E5B background

This text has black color on #728E5B background.


White color preview on #728E5B background

This text has white color on #728E5B background.