COLOR #72893D

HEX: #72893D
RGB: (114,137,61)

Color info

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

RGB color model

#72893D color RGB value is (114,137,61).

  • red value is 114;
  • green value is 137;
  • blue value is 61.
RGB:
(114,137,61)
(45%,54%,24%)

RGB channels and saturation

R 114 of 255 = 45%
G 137 of 255 = 54%
B 61 of 255 = 24%

114
137
61

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

Portions of RGB colors in percentages

R + G + B =
114 + 137 + 61 = 312 (100%)
R 114 of 312 ~ 36.54%
G 137 of 312 ~ 43.91%
B 61 of 312 ~ 19.55%

%36.54
%43.91
%19.55

CMYK color model

#72893D color CMYK value is (17,0,55,46).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 46.27%
CMYK:
(17,0,55,46)
C17M0Y55K46 
(17%,0%,55%,46%)
(0.17/0.00/0.55/0.46)	

CMYK percentages

%16.79
%0
%55.47
%46.27

Codes

Color #72893D in popluar color models

72893D
RGB11413761
HSL78°38.38%38.82%
HSB/HSV78°55.47%53.73%
CMYK16.79%0.00%55.47%
46.27%

Color #72893D in popluar number systems.

HEX72893D
Decimal11413761
Binary111001010001001111101
Octal16221175

Shades and tints

Shades of #72893D

#72893D
(114,137,61)
#687D38
(104,125,56)
#5E7133
(94,113,51)
#54652E
(84,101,46)
#4A5929
(74,89,41)
#404D24
(64,77,36)
#36411F
(54,65,31)
#2C351A
(44,53,26)
#222915
(34,41,21)
#181D10
(24,29,16)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #72893D

#72893D
(114,137,61)
#7E934E
(126,147,78)
#8A9D5F
(138,157,95)
#96A770
(150,167,112)
#A2B181
(162,177,129)
#AEBB92
(174,187,146)
#BAC5A3
(186,197,163)
#C6CFB4
(198,207,180)
#D2D9C5
(210,217,197)
#DEE3D6
(222,227,214)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72893D color. Also use rgb(114,137,61) instead hex code.

Text Font Color

.myTextColor { color: #72893D; }

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

This text font color is #72893D.


Background Color

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

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

This div background color is #72893D.


Border color

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

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

This div border color is #72893D.


Opacity

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

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

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

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

This text has shadow with #72893D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72893D on black background.


Color preview on white background

This text has color #72893D on white background.



Black color preview on #72893D background

This text has black color on #72893D background.


White color preview on #72893D background

This text has white color on #72893D background.