COLOR #729526

HEX: #729526
RGB: (114,149,38)

Color info

#729526 contains mainly red and green colors. Web safe color of #729526 is #669933 (or #693).

RGB color model

#729526 color RGB value is (114,149,38).

  • red value is 114;
  • green value is 149;
  • blue value is 38.
RGB:
(114,149,38)
(45%,58%,15%)

RGB channels and saturation

R 114 of 255 = 45%
G 149 of 255 = 58%
B 38 of 255 = 15%

114
149
38

R + G + B ~ 39%. #729526 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 149 + 38 = 301 (100%)
R 114 of 301 ~ 37.87%
G 149 of 301 ~ 49.5%
B 38 of 301 ~ 12.62%

%37.87
%49.5
%12.62

CMYK color model

#729526 color CMYK value is (23,0,74,42).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 74.50%
  • key color value is 41.57%
CMYK:
(23,0,74,42)
C23M0Y74K42 
(23%,0%,74%,42%)
(0.23/0.00/0.74/0.42)	

CMYK percentages

%23.49
%0
%74.5
%41.57

Codes

Color #729526 in popluar color models

729526
RGB11414938
HSL79°59.36%36.67%
HSB/HSV79°74.50%58.43%
CMYK23.49%0.00%74.50%
41.57%

Color #729526 in popluar number systems.

HEX729526
Decimal11414938
Binary111001010010101100110
Octal16222546

Shades and tints

Shades of #729526

#729526
(114,149,38)
#688823
(104,136,35)
#5E7B20
(94,123,32)
#546E1D
(84,110,29)
#4A611A
(74,97,26)
#405417
(64,84,23)
#364714
(54,71,20)
#2C3A11
(44,58,17)
#222D0E
(34,45,14)
#18200B
(24,32,11)
#0E1308
(14,19,8)
#000000
(0,0,0)

Tints of #729526

#729526
(114,149,38)
#7E9E39
(126,158,57)
#8AA74C
(138,167,76)
#96B05F
(150,176,95)
#A2B972
(162,185,114)
#AEC285
(174,194,133)
#BACB98
(186,203,152)
#C6D4AB
(198,212,171)
#D2DDBE
(210,221,190)
#DEE6D1
(222,230,209)
#EAEFE4
(234,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729526 color. Also use rgb(114,149,38) instead hex code.

Text Font Color

.myTextColor { color: #729526; }

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

This text font color is #729526.


Background Color

.myBgColor { background-color: #729526; }

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

This div background color is #729526.


Border color

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

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

This div border color is #729526.


Opacity

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

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

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

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

This text has shadow with #729526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729526 on black background.


Color preview on white background

This text has color #729526 on white background.



Black color preview on #729526 background

This text has black color on #729526 background.


White color preview on #729526 background

This text has white color on #729526 background.