COLOR #728174

HEX: #728174
RGB: (114,129,116)

Color info

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

RGB color model

#728174 color RGB value is (114,129,116).

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

RGB channels and saturation

R 114 of 255 = 45%
G 129 of 255 = 51%
B 116 of 255 = 45%

114
129
116

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

Portions of RGB colors in percentages

R + G + B =
114 + 129 + 116 = 359 (100%)
R 114 of 359 ~ 31.75%
G 129 of 359 ~ 35.93%
B 116 of 359 ~ 32.31%

%31.75
%35.93
%32.31

CMYK color model

#728174 color CMYK value is (12,0,10,49).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 49.41%
CMYK:
(12,0,10,49)
C12M0Y10K49 
(12%,0%,10%,49%)
(0.12/0.00/0.10/0.49)	

CMYK percentages

%11.63
%0
%10.08
%49.41

Codes

Color #728174 in popluar color models

728174
RGB114129116
HSL128°6.17%47.65%
HSB/HSV128°11.63%50.59%
CMYK11.63%0.00%10.08%
49.41%

Color #728174 in popluar number systems.

HEX728174
Decimal114129116
Binary1110010100000011110100
Octal162201164

Shades and tints

Shades of #728174

#728174
(114,129,116)
#68766A
(104,118,106)
#5E6B60
(94,107,96)
#546056
(84,96,86)
#4A554C
(74,85,76)
#404A42
(64,74,66)
#363F38
(54,63,56)
#2C342E
(44,52,46)
#222924
(34,41,36)
#181E1A
(24,30,26)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #728174

#728174
(114,129,116)
#7E8C80
(126,140,128)
#8A978C
(138,151,140)
#96A298
(150,162,152)
#A2ADA4
(162,173,164)
#AEB8B0
(174,184,176)
#BAC3BC
(186,195,188)
#C6CEC8
(198,206,200)
#D2D9D4
(210,217,212)
#DEE4E0
(222,228,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728174; }

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

This text font color is #728174.


Background Color

.myBgColor { background-color: #728174; }

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

This div background color is #728174.


Border color

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

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

This div border color is #728174.


Opacity

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

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

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

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

This text has shadow with #728174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728174 on black background.


Color preview on white background

This text has color #728174 on white background.



Black color preview on #728174 background

This text has black color on #728174 background.


White color preview on #728174 background

This text has white color on #728174 background.