COLOR #72936D

HEX: #72936D RGB: (114,147,109)

Color info

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

RGB color model

#72936D color RGB value is (114,147,109).

RGB: (114,147,109) (45%, 58%, 43%)

RGB channels and saturation

R 114 of 255 = 45%
G 147 of 255 = 58%
B 109 of 255 = 43%

114
147
109

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

Portions of RGB colors in percentages

R + G + B = 114 + 147 + 109 = 370 (100%)
R 114 of 370 ~ 30.81%
G 147 of 370 ~ 39.73%
B 109 of 370 ~ 29.46'%

%30.81
%39.73
%29.46

CMYK color model

#72936D color CMYK value is (22,0,26,42).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 25.85%
  • key color value is 42.35%

CMYK: (22,0,26,42)
C22M0Y26K42 (22%, 0%, 26%, 42%)
(0.22 / 0.00 / 0.26 / 0.42)

CMYK percentages

%22.45
%0
%25.85
%42.35

Codes

Color #72936D in popluar color models

72 93 6D
RGB 114 147 109
HSL 112° 14.96% 50.20%
HSB/HSV 112° 25.85% 57.65%
CMYK 22.45% 0.00% 25.85%
42.35%

Color #72936D in popluar number systems.

HEX 72 93 6D
Decimal 114 147 109
Binary 1110010 10010011 1101101
Octal 162 223 155

Shades and tints

Shades of #72936D

#72936D
(114,147,109)
#688664
(104,134,100)
#5E795B
(94,121,91)
#546C52
(84,108,82)
#4A5F49
(74,95,73)
#405240
(64,82,64)
#364537
(54,69,55)
#2C382E
(44,56,46)
#222B25
(34,43,37)
#181E1C
(24,30,28)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #72936D

#72936D
(114,147,109)
#7E9C7A
(126,156,122)
#8AA587
(138,165,135)
#96AE94
(150,174,148)
#A2B7A1
(162,183,161)
#AEC0AE
(174,192,174)
#BAC9BB
(186,201,187)
#C6D2C8
(198,210,200)
#D2DBD5
(210,219,213)
#DEE4E2
(222,228,226)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72936D; }

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

This text font color is #72936D.

Background Color

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

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

This div background color is #72936D.

Border color

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

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

This div border color is #72936D.

Opacity

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

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

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

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

This text has shadow with #72936D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72936D.

Preview

Color preview on black background

This text has color #72936D on black background.


Color preview on white background

This text has color #72936D on white background.


Black color preview on #72936D background

This text has black color on #72936D background.


White color preview on #72936D background

This text has white color on #72936D background.


Related colors

Complementary color

Complementary color for #hex is #8D6C92.


I love getcolorcode.com

Triadic colors

1 #6D7293 and #936D72 with #72936D are triadic colors.

2 #6D9372 and #93726D with #72936D are triadic colors.