COLOR #728A5C

HEX: #728A5C
RGB: (114,138,92)

Color info

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

RGB color model

#728A5C color RGB value is (114,138,92).

  • red value is 114;
  • green value is 138;
  • blue value is 92.
RGB:
(114,138,92)
(45%,54%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 138 of 255 = 54%
B 92 of 255 = 36%

114
138
92

R + G + B ~ 45%. #728A5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 138 + 92 = 344 (100%)
R 114 of 344 ~ 33.14%
G 138 of 344 ~ 40.12%
B 92 of 344 ~ 26.74%

%33.14
%40.12
%26.74

CMYK color model

#728A5C color CMYK value is (17,0,33,46).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 45.88%
CMYK:
(17,0,33,46)
C17M0Y33K46 
(17%,0%,33%,46%)
(0.17/0.00/0.33/0.46)	

CMYK percentages

%17.39
%0
%33.33
%45.88

Codes

Color #728A5C in popluar color models

728A5C
RGB11413892
HSL91°20.00%45.10%
HSB/HSV91°33.33%54.12%
CMYK17.39%0.00%33.33%
45.88%

Color #728A5C in popluar number systems.

HEX728A5C
Decimal11413892
Binary1110010100010101011100
Octal162212134

Shades and tints

Shades of #728A5C

#728A5C
(114,138,92)
#687E54
(104,126,84)
#5E724C
(94,114,76)
#546644
(84,102,68)
#4A5A3C
(74,90,60)
#404E34
(64,78,52)
#36422C
(54,66,44)
#2C3624
(44,54,36)
#222A1C
(34,42,28)
#181E14
(24,30,20)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #728A5C

#728A5C
(114,138,92)
#7E946A
(126,148,106)
#8A9E78
(138,158,120)
#96A886
(150,168,134)
#A2B294
(162,178,148)
#AEBCA2
(174,188,162)
#BAC6B0
(186,198,176)
#C6D0BE
(198,208,190)
#D2DACC
(210,218,204)
#DEE4DA
(222,228,218)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728A5C color. Also use rgb(114,138,92) instead hex code.

Text Font Color

.myTextColor { color: #728A5C; }

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

This text font color is #728A5C.


Background Color

.myBgColor { background-color: #728A5C; }

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

This div background color is #728A5C.


Border color

.myBorderColor { border: 1px solid #728A5C; }

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

This div border color is #728A5C.


Opacity

.myOpacity80 { color: #728A5C; opacity: 0.8; }

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

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

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

This text has shadow with #728A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728A5C on black background.


Color preview on white background

This text has color #728A5C on white background.



Black color preview on #728A5C background

This text has black color on #728A5C background.


White color preview on #728A5C background

This text has white color on #728A5C background.