COLOR #729A63

HEX: #729A63
RGB: (114,154,99)

Color info

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

RGB color model

#729A63 color RGB value is (114,154,99).

  • red value is 114;
  • green value is 154;
  • blue value is 99.
RGB:
(114,154,99)
(45%,60%,39%)

RGB channels and saturation

R 114 of 255 = 45%
G 154 of 255 = 60%
B 99 of 255 = 39%

114
154
99

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

Portions of RGB colors in percentages

R + G + B =
114 + 154 + 99 = 367 (100%)
R 114 of 367 ~ 31.06%
G 154 of 367 ~ 41.96%
B 99 of 367 ~ 26.98%

%31.06
%41.96
%26.98

CMYK color model

#729A63 color CMYK value is (26,0,36,40).

  • cyan value is 25.97%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 39.61%
CMYK:
(26,0,36,40)
C26M0Y36K40 
(26%,0%,36%,40%)
(0.26/0.00/0.36/0.40)	

CMYK percentages

%25.97
%0
%35.71
%39.61

Codes

Color #729A63 in popluar color models

729A63
RGB11415499
HSL104°21.74%49.61%
HSB/HSV104°35.71%60.39%
CMYK25.97%0.00%35.71%
39.61%

Color #729A63 in popluar number systems.

HEX729A63
Decimal11415499
Binary1110010100110101100011
Octal162232143

Shades and tints

Shades of #729A63

#729A63
(114,154,99)
#688C5A
(104,140,90)
#5E7E51
(94,126,81)
#547048
(84,112,72)
#4A623F
(74,98,63)
#405436
(64,84,54)
#36462D
(54,70,45)
#2C3824
(44,56,36)
#222A1B
(34,42,27)
#181C12
(24,28,18)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #729A63

#729A63
(114,154,99)
#7EA371
(126,163,113)
#8AAC7F
(138,172,127)
#96B58D
(150,181,141)
#A2BE9B
(162,190,155)
#AEC7A9
(174,199,169)
#BAD0B7
(186,208,183)
#C6D9C5
(198,217,197)
#D2E2D3
(210,226,211)
#DEEBE1
(222,235,225)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729A63 color. Also use rgb(114,154,99) instead hex code.

Text Font Color

.myTextColor { color: #729A63; }

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

This text font color is #729A63.


Background Color

.myBgColor { background-color: #729A63; }

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

This div background color is #729A63.


Border color

.myBorderColor { border: 1px solid #729A63; }

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

This div border color is #729A63.


Opacity

.myOpacity80 { color: #729A63; opacity: 0.8; }

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

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

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

This text has shadow with #729A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729A63 on black background.


Color preview on white background

This text has color #729A63 on white background.



Black color preview on #729A63 background

This text has black color on #729A63 background.


White color preview on #729A63 background

This text has white color on #729A63 background.