COLOR #72915D

HEX: #72915D
RGB: (114,145,93)

Color info

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

RGB color model

#72915D color RGB value is (114,145,93).

  • red value is 114;
  • green value is 145;
  • blue value is 93.
RGB:
(114,145,93)
(45%,57%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 145 of 255 = 57%
B 93 of 255 = 36%

114
145
93

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

Portions of RGB colors in percentages

R + G + B =
114 + 145 + 93 = 352 (100%)
R 114 of 352 ~ 32.39%
G 145 of 352 ~ 41.19%
B 93 of 352 ~ 26.42%

%32.39
%41.19
%26.42

CMYK color model

#72915D color CMYK value is (21,0,36,43).

  • cyan value is 21.38%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 43.14%
CMYK:
(21,0,36,43)
C21M0Y36K43 
(21%,0%,36%,43%)
(0.21/0.00/0.36/0.43)	

CMYK percentages

%21.38
%0
%35.86
%43.14

Codes

Color #72915D in popluar color models

72915D
RGB11414593
HSL96°21.85%46.67%
HSB/HSV96°35.86%56.86%
CMYK21.38%0.00%35.86%
43.14%

Color #72915D in popluar number systems.

HEX72915D
Decimal11414593
Binary1110010100100011011101
Octal162221135

Shades and tints

Shades of #72915D

#72915D
(114,145,93)
#688455
(104,132,85)
#5E774D
(94,119,77)
#546A45
(84,106,69)
#4A5D3D
(74,93,61)
#405035
(64,80,53)
#36432D
(54,67,45)
#2C3625
(44,54,37)
#22291D
(34,41,29)
#181C15
(24,28,21)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #72915D

#72915D
(114,145,93)
#7E9B6B
(126,155,107)
#8AA579
(138,165,121)
#96AF87
(150,175,135)
#A2B995
(162,185,149)
#AEC3A3
(174,195,163)
#BACDB1
(186,205,177)
#C6D7BF
(198,215,191)
#D2E1CD
(210,225,205)
#DEEBDB
(222,235,219)
#EAF5E9
(234,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72915D color. Also use rgb(114,145,93) instead hex code.

Text Font Color

.myTextColor { color: #72915D; }

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

This text font color is #72915D.


Background Color

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

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

This div background color is #72915D.


Border color

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

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

This div border color is #72915D.


Opacity

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

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

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

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

This text has shadow with #72915D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72915D on black background.


Color preview on white background

This text has color #72915D on white background.



Black color preview on #72915D background

This text has black color on #72915D background.


White color preview on #72915D background

This text has white color on #72915D background.