COLOR #728A51

HEX: #728A51 RGB: (114,138,81)

Color info

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

RGB color model

#728A51 color RGB value is (114,138,81).

RGB: (114,138,81) (45%, 54%, 32%)

RGB channels and saturation

R 114 of 255 = 45%
G 138 of 255 = 54%
B 81 of 255 = 32%

114
138
81

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

Portions of RGB colors in percentages

R + G + B = 114 + 138 + 81 = 333 (100%)
R 114 of 333 ~ 34.23%
G 138 of 333 ~ 41.44%
B 81 of 333 ~ 24.32'%

%34.23
%41.44
%24.32

CMYK color model

#728A51 color CMYK value is (17,0,41,46).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 41.30%
  • key color value is 45.88%
CMYK: (17,0,41,46) C17M0Y41K46 (17%,0%,41%,46%) (0.17/0.00/0.41/0.46) 

CMYK percentages

%17.39
%0
%41.3
%45.88

Codes

Color #728A51 in popluar color models

72 8A 51
RGB 114 138 81
HSL 85° 26.03% 42.94%
HSB/HSV 85° 41.30% 54.12%
CMYK 17.39% 0.00% 41.30%
45.88%

Color #728A51 in popluar number systems.

HEX 72 8A 51
Decimal 114 138 81
Binary 1110010 10001010 1010001
Octal 162 212 121

Shades and tints

Shades of #728A51

#728A51
(114,138,81)
#687E4A
(104,126,74)
#5E7243
(94,114,67)
#54663C
(84,102,60)
#4A5A35
(74,90,53)
#404E2E
(64,78,46)
#364227
(54,66,39)
#2C3620
(44,54,32)
#222A19
(34,42,25)
#181E12
(24,30,18)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #728A51

#728A51
(114,138,81)
#7E9460
(126,148,96)
#8A9E6F
(138,158,111)
#96A87E
(150,168,126)
#A2B28D
(162,178,141)
#AEBC9C
(174,188,156)
#BAC6AB
(186,198,171)
#C6D0BA
(198,208,186)
#D2DAC9
(210,218,201)
#DEE4D8
(222,228,216)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728A51; }

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

This text font color is #728A51.

Background Color

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

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

This div background color is #728A51.

Border color

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

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

This div border color is #728A51.

Opacity

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

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

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

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

This text has shadow with #728A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #728A51.

Preview

Color preview on black background

This text has color #728A51 on black background.


Color preview on white background

This text has color #728A51 on white background.


Black color preview on #728A51 background

This text has black color on #728A51 background.


White color preview on #728A51 background

This text has white color on #728A51 background.


Related colors

Complementary color

Complementary color for #hex is #8D75AE.


I love getcolorcode.com

Triadic colors

1 #51728A and #8A5172 with #728A51 are triadic colors.

2 #518A72 and #8A7251 with #728A51 are triadic colors.