COLOR #729475

HEX: #729475
RGB: (114,148,117)

Color info

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

RGB color model

#729475 color RGB value is (114,148,117).

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

RGB channels and saturation

R 114 of 255 = 45%
G 148 of 255 = 58%
B 117 of 255 = 46%

114
148
117

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

Portions of RGB colors in percentages

R + G + B =
114 + 148 + 117 = 379 (100%)
R 114 of 379 ~ 30.08%
G 148 of 379 ~ 39.05%
B 117 of 379 ~ 30.87%

%30.08
%39.05
%30.87

CMYK color model

#729475 color CMYK value is (23,0,21,42).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 41.96%
CMYK:
(23,0,21,42)
C23M0Y21K42 
(23%,0%,21%,42%)
(0.23/0.00/0.21/0.42)	

CMYK percentages

%22.97
%0
%20.95
%41.96

Codes

Color #729475 in popluar color models

729475
RGB114148117
HSL125°13.71%51.37%
HSB/HSV125°22.97%58.04%
CMYK22.97%0.00%20.95%
41.96%

Color #729475 in popluar number systems.

HEX729475
Decimal114148117
Binary1110010100101001110101
Octal162224165

Shades and tints

Shades of #729475

#729475
(114,148,117)
#68876B
(104,135,107)
#5E7A61
(94,122,97)
#546D57
(84,109,87)
#4A604D
(74,96,77)
#405343
(64,83,67)
#364639
(54,70,57)
#2C392F
(44,57,47)
#222C25
(34,44,37)
#181F1B
(24,31,27)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #729475

#729475
(114,148,117)
#7E9D81
(126,157,129)
#8AA68D
(138,166,141)
#96AF99
(150,175,153)
#A2B8A5
(162,184,165)
#AEC1B1
(174,193,177)
#BACABD
(186,202,189)
#C6D3C9
(198,211,201)
#D2DCD5
(210,220,213)
#DEE5E1
(222,229,225)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729475; }

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

This text font color is #729475.


Background Color

.myBgColor { background-color: #729475; }

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

This div background color is #729475.


Border color

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

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

This div border color is #729475.


Opacity

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

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

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

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

This text has shadow with #729475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729475 on black background.


Color preview on white background

This text has color #729475 on white background.



Black color preview on #729475 background

This text has black color on #729475 background.


White color preview on #729475 background

This text has white color on #729475 background.