COLOR #728372

HEX: #728372
RGB: (114,131,114)

Color info

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

RGB color model

#728372 color RGB value is (114,131,114).

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

RGB channels and saturation

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

114
131
114

R + G + B ~ 47%. #728372 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 131 + 114 = 359 (100%)
R 114 of 359 ~ 31.75%
G 131 of 359 ~ 36.49%
B 114 of 359 ~ 31.75%

%31.75
%36.49
%31.75

CMYK color model

#728372 color CMYK value is (13,0,13,49).

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

CMYK percentages

%12.98
%0
%12.98
%48.63

Codes

Color #728372 in popluar color models

728372
RGB114131114
HSL120°6.94%48.04%
HSB/HSV120°12.98%51.37%
CMYK12.98%0.00%12.98%
48.63%

Color #728372 in popluar number systems.

HEX728372
Decimal114131114
Binary1110010100000111110010
Octal162203162

Shades and tints

Shades of #728372

#728372
(114,131,114)
#687868
(104,120,104)
#5E6D5E
(94,109,94)
#546254
(84,98,84)
#4A574A
(74,87,74)
#404C40
(64,76,64)
#364136
(54,65,54)
#2C362C
(44,54,44)
#222B22
(34,43,34)
#182018
(24,32,24)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #728372

#728372
(114,131,114)
#7E8E7E
(126,142,126)
#8A998A
(138,153,138)
#96A496
(150,164,150)
#A2AFA2
(162,175,162)
#AEBAAE
(174,186,174)
#BAC5BA
(186,197,186)
#C6D0C6
(198,208,198)
#D2DBD2
(210,219,210)
#DEE6DE
(222,230,222)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728372; }

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

This text font color is #728372.


Background Color

.myBgColor { background-color: #728372; }

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

This div background color is #728372.


Border color

.myBorderColor { border: 1px solid #728372; }

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

This div border color is #728372.


Opacity

.myOpacity80 { color: #728372; opacity: 0.8; }

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

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

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

This text has shadow with #728372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728372 on black background.


Color preview on white background

This text has color #728372 on white background.



Black color preview on #728372 background

This text has black color on #728372 background.


White color preview on #728372 background

This text has white color on #728372 background.