COLOR #728E5C

HEX: #728E5C RGB: (114,142,92)

Color info

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

RGB color model

#728E5C color RGB value is (114,142,92).

RGB: (114,142,92) (45%, 56%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 142 of 255 = 56%
B 92 of 255 = 36%

114
142
92

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

Portions of RGB colors in percentages

R + G + B = 114 + 142 + 92 = 348 (100%)
R 114 of 348 ~ 32.76%
G 142 of 348 ~ 40.8%
B 92 of 348 ~ 26.44'%

%32.76
%40.8
%26.44

CMYK color model

#728E5C color CMYK value is (20,0,35,44).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 44.31%

CMYK: (20,0,35,44)
C20M0Y35K44 (20%, 0%, 35%, 44%)
(0.20 / 0.00 / 0.35 / 0.44)

CMYK percentages

%19.72
%0
%35.21
%44.31

Codes

Color #728E5C in popluar color models

72 8E 5C
RGB 114 142 92
HSL 94° 21.37% 45.88%
HSB/HSV 94° 35.21% 55.69%
CMYK 19.72% 0.00% 35.21%
44.31%

Color #728E5C in popluar number systems.

HEX 72 8E 5C
Decimal 114 142 92
Binary 1110010 10001110 1011100
Octal 162 216 134

Shades and tints

Shades of #728E5C

#728E5C
(114,142,92)
#688254
(104,130,84)
#5E764C
(94,118,76)
#546A44
(84,106,68)
#4A5E3C
(74,94,60)
#405234
(64,82,52)
#36462C
(54,70,44)
#2C3A24
(44,58,36)
#222E1C
(34,46,28)
#182214
(24,34,20)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #728E5C

#728E5C
(114,142,92)
#7E986A
(126,152,106)
#8AA278
(138,162,120)
#96AC86
(150,172,134)
#A2B694
(162,182,148)
#AEC0A2
(174,192,162)
#BACAB0
(186,202,176)
#C6D4BE
(198,212,190)
#D2DECC
(210,222,204)
#DEE8DA
(222,232,218)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728E5C; }

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

This text font color is #728E5C.

Background Color

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

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

This div background color is #728E5C.

Border color

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

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

This div border color is #728E5C.

Opacity

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

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

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

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

This text has shadow with #728E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #728E5C.

Preview

Color preview on black background

This text has color #728E5C on black background.


Color preview on white background

This text has color #728E5C on white background.


Black color preview on #728E5C background

This text has black color on #728E5C background.


White color preview on #728E5C background

This text has white color on #728E5C background.


Related colors

Complementary color

Complementary color for #hex is #8D71A3.


I love getcolorcode.com

Triadic colors

1 #5C728E and #8E5C72 with #728E5C are triadic colors.

2 #5C8E72 and #8E725C with #728E5C are triadic colors.