COLOR #728476

HEX: #728476
RGB: (114,132,118)

Color info

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

RGB color model

#728476 color RGB value is (114,132,118).

  • red value is 114;
  • green value is 132;
  • blue value is 118.
RGB:
(114,132,118)
(45%,52%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 132 of 255 = 52%
B 118 of 255 = 46%

114
132
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 132 + 118 = 364 (100%)
R 114 of 364 ~ 31.32%
G 132 of 364 ~ 36.26%
B 118 of 364 ~ 32.42%

%31.32
%36.26
%32.42

CMYK color model

#728476 color CMYK value is (14,0,11,48).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK:
(14,0,11,48)
C14M0Y11K48 
(14%,0%,11%,48%)
(0.14/0.00/0.11/0.48)	

CMYK percentages

%13.64
%0
%10.61
%48.24

Codes

Color #728476 in popluar color models

728476
RGB114132118
HSL133°7.32%48.24%
HSB/HSV133°13.64%51.76%
CMYK13.64%0.00%10.61%
48.24%

Color #728476 in popluar number systems.

HEX728476
Decimal114132118
Binary1110010100001001110110
Octal162204166

Shades and tints

Shades of #728476

#728476
(114,132,118)
#68786C
(104,120,108)
#5E6C62
(94,108,98)
#546058
(84,96,88)
#4A544E
(74,84,78)
#404844
(64,72,68)
#363C3A
(54,60,58)
#2C3030
(44,48,48)
#222426
(34,36,38)
#18181C
(24,24,28)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #728476

#728476
(114,132,118)
#7E8F82
(126,143,130)
#8A9A8E
(138,154,142)
#96A59A
(150,165,154)
#A2B0A6
(162,176,166)
#AEBBB2
(174,187,178)
#BAC6BE
(186,198,190)
#C6D1CA
(198,209,202)
#D2DCD6
(210,220,214)
#DEE7E2
(222,231,226)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728476 color. Also use rgb(114,132,118) instead hex code.

Text Font Color

.myTextColor { color: #728476; }

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

This text font color is #728476.


Background Color

.myBgColor { background-color: #728476; }

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

This div background color is #728476.


Border color

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

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

This div border color is #728476.


Opacity

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

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

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

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

This text has shadow with #728476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728476 on black background.


Color preview on white background

This text has color #728476 on white background.



Black color preview on #728476 background

This text has black color on #728476 background.


White color preview on #728476 background

This text has white color on #728476 background.