COLOR #728D6C

HEX: #728D6C
RGB: (114,141,108)

Color info

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

RGB color model

#728D6C color RGB value is (114,141,108).

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

RGB channels and saturation

R 114 of 255 = 45%
G 141 of 255 = 55%
B 108 of 255 = 42%

114
141
108

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

Portions of RGB colors in percentages

R + G + B =
114 + 141 + 108 = 363 (100%)
R 114 of 363 ~ 31.4%
G 141 of 363 ~ 38.84%
B 108 of 363 ~ 29.75%

%31.4
%38.84
%29.75

CMYK color model

#728D6C color CMYK value is (19,0,23,45).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK:
(19,0,23,45)
C19M0Y23K45 
(19%,0%,23%,45%)
(0.19/0.00/0.23/0.45)	

CMYK percentages

%19.15
%0
%23.4
%44.71

Codes

Color #728D6C in popluar color models

728D6C
RGB114141108
HSL109°13.25%48.82%
HSB/HSV109°23.40%55.29%
CMYK19.15%0.00%23.40%
44.71%

Color #728D6C in popluar number systems.

HEX728D6C
Decimal114141108
Binary1110010100011011101100
Octal162215154

Shades and tints

Shades of #728D6C

#728D6C
(114,141,108)
#688163
(104,129,99)
#5E755A
(94,117,90)
#546951
(84,105,81)
#4A5D48
(74,93,72)
#40513F
(64,81,63)
#364536
(54,69,54)
#2C392D
(44,57,45)
#222D24
(34,45,36)
#18211B
(24,33,27)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #728D6C

#728D6C
(114,141,108)
#7E9779
(126,151,121)
#8AA186
(138,161,134)
#96AB93
(150,171,147)
#A2B5A0
(162,181,160)
#AEBFAD
(174,191,173)
#BAC9BA
(186,201,186)
#C6D3C7
(198,211,199)
#D2DDD4
(210,221,212)
#DEE7E1
(222,231,225)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728D6C; }

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

This text font color is #728D6C.


Background Color

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

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

This div background color is #728D6C.


Border color

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

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

This div border color is #728D6C.


Opacity

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

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

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

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

This text has shadow with #728D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728D6C on black background.


Color preview on white background

This text has color #728D6C on white background.



Black color preview on #728D6C background

This text has black color on #728D6C background.


White color preview on #728D6C background

This text has white color on #728D6C background.