COLOR #728529

HEX: #728529
RGB: (114,133,41)

Color info

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

RGB color model

#728529 color RGB value is (114,133,41).

  • red value is 114;
  • green value is 133;
  • blue value is 41.
RGB:
(114,133,41)
(45%,52%,16%)

RGB channels and saturation

R 114 of 255 = 45%
G 133 of 255 = 52%
B 41 of 255 = 16%

114
133
41

R + G + B ~ 38%. #728529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 133 + 41 = 288 (100%)
R 114 of 288 ~ 39.58%
G 133 of 288 ~ 46.18%
B 41 of 288 ~ 14.24%

%39.58
%46.18
%14.24

CMYK color model

#728529 color CMYK value is (14,0,69,48).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 69.17%
  • key color value is 47.84%
CMYK:
(14,0,69,48)
C14M0Y69K48 
(14%,0%,69%,48%)
(0.14/0.00/0.69/0.48)	

CMYK percentages

%14.29
%0
%69.17
%47.84

Codes

Color #728529 in popluar color models

728529
RGB11413341
HSL72°52.87%34.12%
HSB/HSV72°69.17%52.16%
CMYK14.29%0.00%69.17%
47.84%

Color #728529 in popluar number systems.

HEX728529
Decimal11413341
Binary111001010000101101001
Octal16220551

Shades and tints

Shades of #728529

#728529
(114,133,41)
#687926
(104,121,38)
#5E6D23
(94,109,35)
#546120
(84,97,32)
#4A551D
(74,85,29)
#40491A
(64,73,26)
#363D17
(54,61,23)
#2C3114
(44,49,20)
#222511
(34,37,17)
#18190E
(24,25,14)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #728529

#728529
(114,133,41)
#7E903C
(126,144,60)
#8A9B4F
(138,155,79)
#96A662
(150,166,98)
#A2B175
(162,177,117)
#AEBC88
(174,188,136)
#BAC79B
(186,199,155)
#C6D2AE
(198,210,174)
#D2DDC1
(210,221,193)
#DEE8D4
(222,232,212)
#EAF3E7
(234,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728529; }

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

This text font color is #728529.


Background Color

.myBgColor { background-color: #728529; }

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

This div background color is #728529.


Border color

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

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

This div border color is #728529.


Opacity

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

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

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

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

This text has shadow with #728529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728529 on black background.


Color preview on white background

This text has color #728529 on white background.



Black color preview on #728529 background

This text has black color on #728529 background.


White color preview on #728529 background

This text has white color on #728529 background.