COLOR #72832A

HEX: #72832A
RGB: (114,131,42)

Color info

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

RGB color model

#72832A color RGB value is (114,131,42).

  • red value is 114;
  • green value is 131;
  • blue value is 42.
RGB:
(114,131,42)
(45%,51%,16%)

RGB channels and saturation

R 114 of 255 = 45%
G 131 of 255 = 51%
B 42 of 255 = 16%

114
131
42

R + G + B ~ 37%. #72832A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 131 + 42 = 287 (100%)
R 114 of 287 ~ 39.72%
G 131 of 287 ~ 45.64%
B 42 of 287 ~ 14.63%

%39.72
%45.64
%14.63

CMYK color model

#72832A color CMYK value is (13,0,68,49).

  • cyan value is 12.98%
  • magenta value is 0.00%
  • yellow value is 67.94%
  • key color value is 48.63%
CMYK:
(13,0,68,49)
C13M0Y68K49 
(13%,0%,68%,49%)
(0.13/0.00/0.68/0.49)	

CMYK percentages

%12.98
%0
%67.94
%48.63

Codes

Color #72832A in popluar color models

72832A
RGB11413142
HSL71°51.45%33.92%
HSB/HSV71°67.94%51.37%
CMYK12.98%0.00%67.94%
48.63%

Color #72832A in popluar number systems.

HEX72832A
Decimal11413142
Binary111001010000011101010
Octal16220352

Shades and tints

Shades of #72832A

#72832A
(114,131,42)
#687827
(104,120,39)
#5E6D24
(94,109,36)
#546221
(84,98,33)
#4A571E
(74,87,30)
#404C1B
(64,76,27)
#364118
(54,65,24)
#2C3615
(44,54,21)
#222B12
(34,43,18)
#18200F
(24,32,15)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #72832A

#72832A
(114,131,42)
#7E8E3D
(126,142,61)
#8A9950
(138,153,80)
#96A463
(150,164,99)
#A2AF76
(162,175,118)
#AEBA89
(174,186,137)
#BAC59C
(186,197,156)
#C6D0AF
(198,208,175)
#D2DBC2
(210,219,194)
#DEE6D5
(222,230,213)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72832A color. Also use rgb(114,131,42) instead hex code.

Text Font Color

.myTextColor { color: #72832A; }

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

This text font color is #72832A.


Background Color

.myBgColor { background-color: #72832A; }

<div style="background-color:#72832A">Inner text</div>

This div background color is #72832A.


Border color

.myBorderColor { border: 1px solid #72832A; }

<div style="border:3px solid #72832A">Div</div>

This div border color is #72832A.


Opacity

.myOpacity80 { color: #72832A; opacity: 0.8; }

<p style="color:#72832A;opacity:0.8;">80%</p>

Text with #72832A 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 #72832A;}

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

This text has shadow with #72832A color.

.textShadow {text-shadow: 3px 3px 1px #72832A, 3px 3px 1px red;}

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

This text has shadow with #72832A primary color and red secondary color.


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

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

This text has shadow with #72832A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72832A on black background.


Color preview on white background

This text has color #72832A on white background.



Black color preview on #72832A background

This text has black color on #72832A background.


White color preview on #72832A background

This text has white color on #72832A background.