COLOR #729173

HEX: #729173
RGB: (114,145,115)

Color info

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

RGB color model

#729173 color RGB value is (114,145,115).

  • red value is 114;
  • green value is 145;
  • blue value is 115.
RGB:
(114,145,115)
(45%,57%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 145 of 255 = 57%
B 115 of 255 = 45%

114
145
115

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

Portions of RGB colors in percentages

R + G + B =
114 + 145 + 115 = 374 (100%)
R 114 of 374 ~ 30.48%
G 145 of 374 ~ 38.77%
B 115 of 374 ~ 30.75%

%30.48
%38.77
%30.75

CMYK color model

#729173 color CMYK value is (21,0,21,43).

  • cyan value is 21.38%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 43.14%
CMYK:
(21,0,21,43)
C21M0Y21K43 
(21%,0%,21%,43%)
(0.21/0.00/0.21/0.43)	

CMYK percentages

%21.38
%0
%20.69
%43.14

Codes

Color #729173 in popluar color models

729173
RGB114145115
HSL122°12.35%50.78%
HSB/HSV122°21.38%56.86%
CMYK21.38%0.00%20.69%
43.14%

Color #729173 in popluar number systems.

HEX729173
Decimal114145115
Binary1110010100100011110011
Octal162221163

Shades and tints

Shades of #729173

#729173
(114,145,115)
#688469
(104,132,105)
#5E775F
(94,119,95)
#546A55
(84,106,85)
#4A5D4B
(74,93,75)
#405041
(64,80,65)
#364337
(54,67,55)
#2C362D
(44,54,45)
#222923
(34,41,35)
#181C19
(24,28,25)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #729173

#729173
(114,145,115)
#7E9B7F
(126,155,127)
#8AA58B
(138,165,139)
#96AF97
(150,175,151)
#A2B9A3
(162,185,163)
#AEC3AF
(174,195,175)
#BACDBB
(186,205,187)
#C6D7C7
(198,215,199)
#D2E1D3
(210,225,211)
#DEEBDF
(222,235,223)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729173 color. Also use rgb(114,145,115) instead hex code.

Text Font Color

.myTextColor { color: #729173; }

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

This text font color is #729173.


Background Color

.myBgColor { background-color: #729173; }

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

This div background color is #729173.


Border color

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

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

This div border color is #729173.


Opacity

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

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

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

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

This text has shadow with #729173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729173 on black background.


Color preview on white background

This text has color #729173 on white background.



Black color preview on #729173 background

This text has black color on #729173 background.


White color preview on #729173 background

This text has white color on #729173 background.