COLOR #728974

HEX: #728974
RGB: (114,137,116)

Color info

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

RGB color model

#728974 color RGB value is (114,137,116).

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

RGB channels and saturation

R 114 of 255 = 45%
G 137 of 255 = 54%
B 116 of 255 = 45%

114
137
116

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

Portions of RGB colors in percentages

R + G + B =
114 + 137 + 116 = 367 (100%)
R 114 of 367 ~ 31.06%
G 137 of 367 ~ 37.33%
B 116 of 367 ~ 31.61%

%31.06
%37.33
%31.61

CMYK color model

#728974 color CMYK value is (17,0,15,46).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 46.27%
CMYK:
(17,0,15,46)
C17M0Y15K46 
(17%,0%,15%,46%)
(0.17/0.00/0.15/0.46)	

CMYK percentages

%16.79
%0
%15.33
%46.27

Codes

Color #728974 in popluar color models

728974
RGB114137116
HSL125°9.16%49.22%
HSB/HSV125°16.79%53.73%
CMYK16.79%0.00%15.33%
46.27%

Color #728974 in popluar number systems.

HEX728974
Decimal114137116
Binary1110010100010011110100
Octal162211164

Shades and tints

Shades of #728974

#728974
(114,137,116)
#687D6A
(104,125,106)
#5E7160
(94,113,96)
#546556
(84,101,86)
#4A594C
(74,89,76)
#404D42
(64,77,66)
#364138
(54,65,56)
#2C352E
(44,53,46)
#222924
(34,41,36)
#181D1A
(24,29,26)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #728974

#728974
(114,137,116)
#7E9380
(126,147,128)
#8A9D8C
(138,157,140)
#96A798
(150,167,152)
#A2B1A4
(162,177,164)
#AEBBB0
(174,187,176)
#BAC5BC
(186,197,188)
#C6CFC8
(198,207,200)
#D2D9D4
(210,217,212)
#DEE3E0
(222,227,224)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728974; }

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

This text font color is #728974.


Background Color

.myBgColor { background-color: #728974; }

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

This div background color is #728974.


Border color

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

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

This div border color is #728974.


Opacity

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

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

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

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

This text has shadow with #728974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728974 on black background.


Color preview on white background

This text has color #728974 on white background.



Black color preview on #728974 background

This text has black color on #728974 background.


White color preview on #728974 background

This text has white color on #728974 background.