COLOR #72873C

HEX: #72873C
RGB: (114,135,60)

Color info

#72873C contains mainly red and green colors. Web safe color of #72873C is #669933 (or #693).

RGB color model

#72873C color RGB value is (114,135,60).

  • red value is 114;
  • green value is 135;
  • blue value is 60.
RGB:
(114,135,60)
(45%,53%,24%)

RGB channels and saturation

R 114 of 255 = 45%
G 135 of 255 = 53%
B 60 of 255 = 24%

114
135
60

R + G + B ~ 41%. #72873C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 135 + 60 = 309 (100%)
R 114 of 309 ~ 36.89%
G 135 of 309 ~ 43.69%
B 60 of 309 ~ 19.42%

%36.89
%43.69
%19.42

CMYK color model

#72873C color CMYK value is (16,0,56,47).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 47.06%
CMYK:
(16,0,56,47)
C16M0Y56K47 
(16%,0%,56%,47%)
(0.16/0.00/0.56/0.47)	

CMYK percentages

%15.56
%0
%55.56
%47.06

Codes

Color #72873C in popluar color models

72873C
RGB11413560
HSL77°38.46%38.24%
HSB/HSV77°55.56%52.94%
CMYK15.56%0.00%55.56%
47.06%

Color #72873C in popluar number systems.

HEX72873C
Decimal11413560
Binary111001010000111111100
Octal16220774

Shades and tints

Shades of #72873C

#72873C
(114,135,60)
#687B37
(104,123,55)
#5E6F32
(94,111,50)
#54632D
(84,99,45)
#4A5728
(74,87,40)
#404B23
(64,75,35)
#363F1E
(54,63,30)
#2C3319
(44,51,25)
#222714
(34,39,20)
#181B0F
(24,27,15)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #72873C

#72873C
(114,135,60)
#7E914D
(126,145,77)
#8A9B5E
(138,155,94)
#96A56F
(150,165,111)
#A2AF80
(162,175,128)
#AEB991
(174,185,145)
#BAC3A2
(186,195,162)
#C6CDB3
(198,205,179)
#D2D7C4
(210,215,196)
#DEE1D5
(222,225,213)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72873C color. Also use rgb(114,135,60) instead hex code.

Text Font Color

.myTextColor { color: #72873C; }

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

This text font color is #72873C.


Background Color

.myBgColor { background-color: #72873C; }

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

This div background color is #72873C.


Border color

.myBorderColor { border: 1px solid #72873C; }

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

This div border color is #72873C.


Opacity

.myOpacity80 { color: #72873C; opacity: 0.8; }

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

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

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

This text has shadow with #72873C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72873C on black background.


Color preview on white background

This text has color #72873C on white background.



Black color preview on #72873C background

This text has black color on #72873C background.


White color preview on #72873C background

This text has white color on #72873C background.