COLOR #72996D

HEX: #72996D
RGB: (114,153,109)

Color info

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

RGB color model

#72996D color RGB value is (114,153,109).

  • red value is 114;
  • green value is 153;
  • blue value is 109.
RGB:
(114,153,109)
(45%,60%,43%)

RGB channels and saturation

R 114 of 255 = 45%
G 153 of 255 = 60%
B 109 of 255 = 43%

114
153
109

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

Portions of RGB colors in percentages

R + G + B =
114 + 153 + 109 = 376 (100%)
R 114 of 376 ~ 30.32%
G 153 of 376 ~ 40.69%
B 109 of 376 ~ 28.99%

%30.32
%40.69
%28.99

CMYK color model

#72996D color CMYK value is (25,0,29,40).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 28.76%
  • key color value is 40.00%
CMYK:
(25,0,29,40)
C25M0Y29K40 
(25%,0%,29%,40%)
(0.25/0.00/0.29/0.40)	

CMYK percentages

%25.49
%0
%28.76
%40

Codes

Color #72996D in popluar color models

72996D
RGB114153109
HSL113°17.74%51.37%
HSB/HSV113°28.76%60.00%
CMYK25.49%0.00%28.76%
40.00%

Color #72996D in popluar number systems.

HEX72996D
Decimal114153109
Binary1110010100110011101101
Octal162231155

Shades and tints

Shades of #72996D

#72996D
(114,153,109)
#688C64
(104,140,100)
#5E7F5B
(94,127,91)
#547252
(84,114,82)
#4A6549
(74,101,73)
#405840
(64,88,64)
#364B37
(54,75,55)
#2C3E2E
(44,62,46)
#223125
(34,49,37)
#18241C
(24,36,28)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #72996D

#72996D
(114,153,109)
#7EA27A
(126,162,122)
#8AAB87
(138,171,135)
#96B494
(150,180,148)
#A2BDA1
(162,189,161)
#AEC6AE
(174,198,174)
#BACFBB
(186,207,187)
#C6D8C8
(198,216,200)
#D2E1D5
(210,225,213)
#DEEAE2
(222,234,226)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72996D color. Also use rgb(114,153,109) instead hex code.

Text Font Color

.myTextColor { color: #72996D; }

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

This text font color is #72996D.


Background Color

.myBgColor { background-color: #72996D; }

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

This div background color is #72996D.


Border color

.myBorderColor { border: 1px solid #72996D; }

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

This div border color is #72996D.


Opacity

.myOpacity80 { color: #72996D; opacity: 0.8; }

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

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

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

This text has shadow with #72996D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72996D on black background.


Color preview on white background

This text has color #72996D on white background.



Black color preview on #72996D background

This text has black color on #72996D background.


White color preview on #72996D background

This text has white color on #72996D background.