COLOR #729271

HEX: #729271
RGB: (114,146,113)

Color info

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

RGB color model

#729271 color RGB value is (114,146,113).

  • red value is 114;
  • green value is 146;
  • blue value is 113.
RGB:
(114,146,113)
(45%,57%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 146 of 255 = 57%
B 113 of 255 = 44%

114
146
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 146 + 113 = 373 (100%)
R 114 of 373 ~ 30.56%
G 146 of 373 ~ 39.14%
B 113 of 373 ~ 30.29%

%30.56
%39.14
%30.29

CMYK color model

#729271 color CMYK value is (22,0,23,43).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 42.75%
CMYK:
(22,0,23,43)
C22M0Y23K43 
(22%,0%,23%,43%)
(0.22/0.00/0.23/0.43)	

CMYK percentages

%21.92
%0
%22.6
%42.75

Codes

Color #729271 in popluar color models

729271
RGB114146113
HSL118°13.15%50.78%
HSB/HSV118°22.60%57.25%
CMYK21.92%0.00%22.60%
42.75%

Color #729271 in popluar number systems.

HEX729271
Decimal114146113
Binary1110010100100101110001
Octal162222161

Shades and tints

Shades of #729271

#729271
(114,146,113)
#688567
(104,133,103)
#5E785D
(94,120,93)
#546B53
(84,107,83)
#4A5E49
(74,94,73)
#40513F
(64,81,63)
#364435
(54,68,53)
#2C372B
(44,55,43)
#222A21
(34,42,33)
#181D17
(24,29,23)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #729271

#729271
(114,146,113)
#7E9B7D
(126,155,125)
#8AA489
(138,164,137)
#96AD95
(150,173,149)
#A2B6A1
(162,182,161)
#AEBFAD
(174,191,173)
#BAC8B9
(186,200,185)
#C6D1C5
(198,209,197)
#D2DAD1
(210,218,209)
#DEE3DD
(222,227,221)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729271 color. Also use rgb(114,146,113) instead hex code.

Text Font Color

.myTextColor { color: #729271; }

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

This text font color is #729271.


Background Color

.myBgColor { background-color: #729271; }

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

This div background color is #729271.


Border color

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

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

This div border color is #729271.


Opacity

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

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

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

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

This text has shadow with #729271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729271 on black background.


Color preview on white background

This text has color #729271 on white background.



Black color preview on #729271 background

This text has black color on #729271 background.


White color preview on #729271 background

This text has white color on #729271 background.