COLOR #728474

HEX: #728474
RGB: (114,132,116)

Color info

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

RGB color model

#728474 color RGB value is (114,132,116).

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

RGB channels and saturation

R 114 of 255 = 45%
G 132 of 255 = 52%
B 116 of 255 = 45%

114
132
116

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

Portions of RGB colors in percentages

R + G + B =
114 + 132 + 116 = 362 (100%)
R 114 of 362 ~ 31.49%
G 132 of 362 ~ 36.46%
B 116 of 362 ~ 32.04%

%31.49
%36.46
%32.04

CMYK color model

#728474 color CMYK value is (14,0,12,48).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 48.24%
CMYK:
(14,0,12,48)
C14M0Y12K48 
(14%,0%,12%,48%)
(0.14/0.00/0.12/0.48)	

CMYK percentages

%13.64
%0
%12.12
%48.24

Codes

Color #728474 in popluar color models

728474
RGB114132116
HSL127°7.32%48.24%
HSB/HSV127°13.64%51.76%
CMYK13.64%0.00%12.12%
48.24%

Color #728474 in popluar number systems.

HEX728474
Decimal114132116
Binary1110010100001001110100
Octal162204164

Shades and tints

Shades of #728474

#728474
(114,132,116)
#68786A
(104,120,106)
#5E6C60
(94,108,96)
#546056
(84,96,86)
#4A544C
(74,84,76)
#404842
(64,72,66)
#363C38
(54,60,56)
#2C302E
(44,48,46)
#222424
(34,36,36)
#18181A
(24,24,26)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #728474

#728474
(114,132,116)
#7E8F80
(126,143,128)
#8A9A8C
(138,154,140)
#96A598
(150,165,152)
#A2B0A4
(162,176,164)
#AEBBB0
(174,187,176)
#BAC6BC
(186,198,188)
#C6D1C8
(198,209,200)
#D2DCD4
(210,220,212)
#DEE7E0
(222,231,224)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728474; }

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

This text font color is #728474.


Background Color

.myBgColor { background-color: #728474; }

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

This div background color is #728474.


Border color

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

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

This div border color is #728474.


Opacity

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

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

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

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

This text has shadow with #728474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728474 on black background.


Color preview on white background

This text has color #728474 on white background.



Black color preview on #728474 background

This text has black color on #728474 background.


White color preview on #728474 background

This text has white color on #728474 background.