COLOR #728066

HEX: #728066
RGB: (114,128,102)

Color info

#728066 contains red, green and blue colors in about the same proportion. Web safe color of #728066 is #666666 (or #666).

RGB color model

#728066 color RGB value is (114,128,102).

  • red value is 114;
  • green value is 128;
  • blue value is 102.
RGB:
(114,128,102)
(45%,50%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 128 of 255 = 50%
B 102 of 255 = 40%

114
128
102

R + G + B ~ 45%. #728066 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 128 + 102 = 344 (100%)
R 114 of 344 ~ 33.14%
G 128 of 344 ~ 37.21%
B 102 of 344 ~ 29.65%

%33.14
%37.21
%29.65

CMYK color model

#728066 color CMYK value is (11,0,20,50).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 49.80%
CMYK:
(11,0,20,50)
C11M0Y20K50 
(11%,0%,20%,50%)
(0.11/0.00/0.20/0.50)	

CMYK percentages

%10.94
%0
%20.31
%49.8

Codes

Color #728066 in popluar color models

728066
RGB114128102
HSL92°11.30%45.10%
HSB/HSV92°20.31%50.20%
CMYK10.94%0.00%20.31%
49.80%

Color #728066 in popluar number systems.

HEX728066
Decimal114128102
Binary1110010100000001100110
Octal162200146

Shades and tints

Shades of #728066

#728066
(114,128,102)
#68755D
(104,117,93)
#5E6A54
(94,106,84)
#545F4B
(84,95,75)
#4A5442
(74,84,66)
#404939
(64,73,57)
#363E30
(54,62,48)
#2C3327
(44,51,39)
#22281E
(34,40,30)
#181D15
(24,29,21)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #728066

#728066
(114,128,102)
#7E8B73
(126,139,115)
#8A9680
(138,150,128)
#96A18D
(150,161,141)
#A2AC9A
(162,172,154)
#AEB7A7
(174,183,167)
#BAC2B4
(186,194,180)
#C6CDC1
(198,205,193)
#D2D8CE
(210,216,206)
#DEE3DB
(222,227,219)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728066 color. Also use rgb(114,128,102) instead hex code.

Text Font Color

.myTextColor { color: #728066; }

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

This text font color is #728066.


Background Color

.myBgColor { background-color: #728066; }

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

This div background color is #728066.


Border color

.myBorderColor { border: 1px solid #728066; }

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

This div border color is #728066.


Opacity

.myOpacity80 { color: #728066; opacity: 0.8; }

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

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

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

This text has shadow with #728066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728066 on black background.


Color preview on white background

This text has color #728066 on white background.



Black color preview on #728066 background

This text has black color on #728066 background.


White color preview on #728066 background

This text has white color on #728066 background.