COLOR #729D35

HEX: #729D35
RGB: (114,157,53)

Color info

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

RGB color model

#729D35 color RGB value is (114,157,53).

  • red value is 114;
  • green value is 157;
  • blue value is 53.
RGB:
(114,157,53)
(45%,62%,21%)

RGB channels and saturation

R 114 of 255 = 45%
G 157 of 255 = 62%
B 53 of 255 = 21%

114
157
53

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

Portions of RGB colors in percentages

R + G + B =
114 + 157 + 53 = 324 (100%)
R 114 of 324 ~ 35.19%
G 157 of 324 ~ 48.46%
B 53 of 324 ~ 16.36%

%35.19
%48.46
%16.36

CMYK color model

#729D35 color CMYK value is (27,0,66,38).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 66.24%
  • key color value is 38.43%
CMYK:
(27,0,66,38)
C27M0Y66K38 
(27%,0%,66%,38%)
(0.27/0.00/0.66/0.38)	

CMYK percentages

%27.39
%0
%66.24
%38.43

Codes

Color #729D35 in popluar color models

729D35
RGB11415753
HSL85°49.52%41.18%
HSB/HSV85°66.24%61.57%
CMYK27.39%0.00%66.24%
38.43%

Color #729D35 in popluar number systems.

HEX729D35
Decimal11415753
Binary111001010011101110101
Octal16223565

Shades and tints

Shades of #729D35

#729D35
(114,157,53)
#688F31
(104,143,49)
#5E812D
(94,129,45)
#547329
(84,115,41)
#4A6525
(74,101,37)
#405721
(64,87,33)
#36491D
(54,73,29)
#2C3B19
(44,59,25)
#222D15
(34,45,21)
#181F11
(24,31,17)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #729D35

#729D35
(114,157,53)
#7EA547
(126,165,71)
#8AAD59
(138,173,89)
#96B56B
(150,181,107)
#A2BD7D
(162,189,125)
#AEC58F
(174,197,143)
#BACDA1
(186,205,161)
#C6D5B3
(198,213,179)
#D2DDC5
(210,221,197)
#DEE5D7
(222,229,215)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729D35 color. Also use rgb(114,157,53) instead hex code.

Text Font Color

.myTextColor { color: #729D35; }

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

This text font color is #729D35.


Background Color

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

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

This div background color is #729D35.


Border color

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

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

This div border color is #729D35.


Opacity

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

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

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

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

This text has shadow with #729D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729D35 on black background.


Color preview on white background

This text has color #729D35 on white background.



Black color preview on #729D35 background

This text has black color on #729D35 background.


White color preview on #729D35 background

This text has white color on #729D35 background.