COLOR #729478

HEX: #729478
RGB: (114,148,120)

Color info

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

RGB color model

#729478 color RGB value is (114,148,120).

  • red value is 114;
  • green value is 148;
  • blue value is 120.
RGB:
(114,148,120)
(45%,58%,47%)

RGB channels and saturation

R 114 of 255 = 45%
G 148 of 255 = 58%
B 120 of 255 = 47%

114
148
120

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

Portions of RGB colors in percentages

R + G + B =
114 + 148 + 120 = 382 (100%)
R 114 of 382 ~ 29.84%
G 148 of 382 ~ 38.74%
B 120 of 382 ~ 31.41%

%29.84
%38.74
%31.41

CMYK color model

#729478 color CMYK value is (23,0,19,42).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 41.96%
CMYK:
(23,0,19,42)
C23M0Y19K42 
(23%,0%,19%,42%)
(0.23/0.00/0.19/0.42)	

CMYK percentages

%22.97
%0
%18.92
%41.96

Codes

Color #729478 in popluar color models

729478
RGB114148120
HSL131°13.71%51.37%
HSB/HSV131°22.97%58.04%
CMYK22.97%0.00%18.92%
41.96%

Color #729478 in popluar number systems.

HEX729478
Decimal114148120
Binary1110010100101001111000
Octal162224170

Shades and tints

Shades of #729478

#729478
(114,148,120)
#68876E
(104,135,110)
#5E7A64
(94,122,100)
#546D5A
(84,109,90)
#4A6050
(74,96,80)
#405346
(64,83,70)
#36463C
(54,70,60)
#2C3932
(44,57,50)
#222C28
(34,44,40)
#181F1E
(24,31,30)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #729478

#729478
(114,148,120)
#7E9D84
(126,157,132)
#8AA690
(138,166,144)
#96AF9C
(150,175,156)
#A2B8A8
(162,184,168)
#AEC1B4
(174,193,180)
#BACAC0
(186,202,192)
#C6D3CC
(198,211,204)
#D2DCD8
(210,220,216)
#DEE5E4
(222,229,228)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729478 color. Also use rgb(114,148,120) instead hex code.

Text Font Color

.myTextColor { color: #729478; }

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

This text font color is #729478.


Background Color

.myBgColor { background-color: #729478; }

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

This div background color is #729478.


Border color

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

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

This div border color is #729478.


Opacity

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

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

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

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

This text has shadow with #729478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729478 on black background.


Color preview on white background

This text has color #729478 on white background.



Black color preview on #729478 background

This text has black color on #729478 background.


White color preview on #729478 background

This text has white color on #729478 background.