COLOR #728D7D

HEX: #728D7D
RGB: (114,141,125)

Color info

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

RGB color model

#728D7D color RGB value is (114,141,125).

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

RGB channels and saturation

R 114 of 255 = 45%
G 141 of 255 = 55%
B 125 of 255 = 49%

114
141
125

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

Portions of RGB colors in percentages

R + G + B =
114 + 141 + 125 = 380 (100%)
R 114 of 380 ~ 30%
G 141 of 380 ~ 37.11%
B 125 of 380 ~ 32.89%

%30
%37.11
%32.89

CMYK color model

#728D7D color CMYK value is (19,0,11,45).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 44.71%
CMYK:
(19,0,11,45)
C19M0Y11K45 
(19%,0%,11%,45%)
(0.19/0.00/0.11/0.45)	

CMYK percentages

%19.15
%0
%11.35
%44.71

Codes

Color #728D7D in popluar color models

728D7D
RGB114141125
HSL144°10.59%50.00%
HSB/HSV144°19.15%55.29%
CMYK19.15%0.00%11.35%
44.71%

Color #728D7D in popluar number systems.

HEX728D7D
Decimal114141125
Binary1110010100011011111101
Octal162215175

Shades and tints

Shades of #728D7D

#728D7D
(114,141,125)
#688172
(104,129,114)
#5E7567
(94,117,103)
#54695C
(84,105,92)
#4A5D51
(74,93,81)
#405146
(64,81,70)
#36453B
(54,69,59)
#2C3930
(44,57,48)
#222D25
(34,45,37)
#18211A
(24,33,26)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #728D7D

#728D7D
(114,141,125)
#7E9788
(126,151,136)
#8AA193
(138,161,147)
#96AB9E
(150,171,158)
#A2B5A9
(162,181,169)
#AEBFB4
(174,191,180)
#BAC9BF
(186,201,191)
#C6D3CA
(198,211,202)
#D2DDD5
(210,221,213)
#DEE7E0
(222,231,224)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728D7D; }

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

This text font color is #728D7D.


Background Color

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

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

This div background color is #728D7D.


Border color

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

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

This div border color is #728D7D.


Opacity

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

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

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

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

This text has shadow with #728D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728D7D on black background.


Color preview on white background

This text has color #728D7D on white background.



Black color preview on #728D7D background

This text has black color on #728D7D background.


White color preview on #728D7D background

This text has white color on #728D7D background.