COLOR #729466

HEX: #729466
RGB: (114,148,102)

Color info

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

RGB color model

#729466 color RGB value is (114,148,102).

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

RGB channels and saturation

R 114 of 255 = 45%
G 148 of 255 = 58%
B 102 of 255 = 40%

114
148
102

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

Portions of RGB colors in percentages

R + G + B =
114 + 148 + 102 = 364 (100%)
R 114 of 364 ~ 31.32%
G 148 of 364 ~ 40.66%
B 102 of 364 ~ 28.02%

%31.32
%40.66
%28.02

CMYK color model

#729466 color CMYK value is (23,0,31,42).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 41.96%
CMYK:
(23,0,31,42)
C23M0Y31K42 
(23%,0%,31%,42%)
(0.23/0.00/0.31/0.42)	

CMYK percentages

%22.97
%0
%31.08
%41.96

Codes

Color #729466 in popluar color models

729466
RGB114148102
HSL104°18.40%49.02%
HSB/HSV104°31.08%58.04%
CMYK22.97%0.00%31.08%
41.96%

Color #729466 in popluar number systems.

HEX729466
Decimal114148102
Binary1110010100101001100110
Octal162224146

Shades and tints

Shades of #729466

#729466
(114,148,102)
#68875D
(104,135,93)
#5E7A54
(94,122,84)
#546D4B
(84,109,75)
#4A6042
(74,96,66)
#405339
(64,83,57)
#364630
(54,70,48)
#2C3927
(44,57,39)
#222C1E
(34,44,30)
#181F15
(24,31,21)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #729466

#729466
(114,148,102)
#7E9D73
(126,157,115)
#8AA680
(138,166,128)
#96AF8D
(150,175,141)
#A2B89A
(162,184,154)
#AEC1A7
(174,193,167)
#BACAB4
(186,202,180)
#C6D3C1
(198,211,193)
#D2DCCE
(210,220,206)
#DEE5DB
(222,229,219)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729466; }

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

This text font color is #729466.


Background Color

.myBgColor { background-color: #729466; }

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

This div background color is #729466.


Border color

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

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

This div border color is #729466.


Opacity

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

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

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

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

This text has shadow with #729466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729466 on black background.


Color preview on white background

This text has color #729466 on white background.



Black color preview on #729466 background

This text has black color on #729466 background.


White color preview on #729466 background

This text has white color on #729466 background.