COLOR #72955A

HEX: #72955A
RGB: (114,149,90)

Color info

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

RGB color model

#72955A color RGB value is (114,149,90).

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

RGB channels and saturation

R 114 of 255 = 45%
G 149 of 255 = 58%
B 90 of 255 = 35%

114
149
90

R + G + B ~ 46%. #72955A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 149 + 90 = 353 (100%)
R 114 of 353 ~ 32.29%
G 149 of 353 ~ 42.21%
B 90 of 353 ~ 25.5%

%32.29
%42.21
%25.5

CMYK color model

#72955A color CMYK value is (23,0,40,42).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 41.57%
CMYK:
(23,0,40,42)
C23M0Y40K42 
(23%,0%,40%,42%)
(0.23/0.00/0.40/0.42)	

CMYK percentages

%23.49
%0
%39.6
%41.57

Codes

Color #72955A in popluar color models

72955A
RGB11414990
HSL96°24.69%46.86%
HSB/HSV96°39.60%58.43%
CMYK23.49%0.00%39.60%
41.57%

Color #72955A in popluar number systems.

HEX72955A
Decimal11414990
Binary1110010100101011011010
Octal162225132

Shades and tints

Shades of #72955A

#72955A
(114,149,90)
#688852
(104,136,82)
#5E7B4A
(94,123,74)
#546E42
(84,110,66)
#4A613A
(74,97,58)
#405432
(64,84,50)
#36472A
(54,71,42)
#2C3A22
(44,58,34)
#222D1A
(34,45,26)
#182012
(24,32,18)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #72955A

#72955A
(114,149,90)
#7E9E69
(126,158,105)
#8AA778
(138,167,120)
#96B087
(150,176,135)
#A2B996
(162,185,150)
#AEC2A5
(174,194,165)
#BACBB4
(186,203,180)
#C6D4C3
(198,212,195)
#D2DDD2
(210,221,210)
#DEE6E1
(222,230,225)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72955A; }

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

This text font color is #72955A.


Background Color

.myBgColor { background-color: #72955A; }

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

This div background color is #72955A.


Border color

.myBorderColor { border: 1px solid #72955A; }

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

This div border color is #72955A.


Opacity

.myOpacity80 { color: #72955A; opacity: 0.8; }

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

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

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

This text has shadow with #72955A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72955A on black background.


Color preview on white background

This text has color #72955A on white background.



Black color preview on #72955A background

This text has black color on #72955A background.


White color preview on #72955A background

This text has white color on #72955A background.