COLOR #73A028

HEX: #73A028
RGB: (115,160,40)

Color info

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

RGB color model

#73A028 color RGB value is (115,160,40).

  • red value is 115;
  • green value is 160;
  • blue value is 40.
RGB:
(115,160,40)
(45%,63%,16%)

RGB channels and saturation

R 115 of 255 = 45%
G 160 of 255 = 63%
B 40 of 255 = 16%

115
160
40

R + G + B ~ 41%. #73A028 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 160 + 40 = 315 (100%)
R 115 of 315 ~ 36.51%
G 160 of 315 ~ 50.79%
B 40 of 315 ~ 12.7%

%36.51
%50.79
%12.7

CMYK color model

#73A028 color CMYK value is (28,0,75,37).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 37.25%
CMYK:
(28,0,75,37)
C28M0Y75K37 
(28%,0%,75%,37%)
(0.28/0.00/0.75/0.37)	

CMYK percentages

%28.13
%0
%75
%37.25

Codes

Color #73A028 in popluar color models

73A028
RGB11516040
HSL83°60.00%39.22%
HSB/HSV83°75.00%62.75%
CMYK28.13%0.00%75.00%
37.25%

Color #73A028 in popluar number systems.

HEX73A028
Decimal11516040
Binary111001110100000101000
Octal16324050

Shades and tints

Shades of #73A028

#73A028
(115,160,40)
#699225
(105,146,37)
#5F8422
(95,132,34)
#55761F
(85,118,31)
#4B681C
(75,104,28)
#415A19
(65,90,25)
#374C16
(55,76,22)
#2D3E13
(45,62,19)
#233010
(35,48,16)
#19220D
(25,34,13)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #73A028

#73A028
(115,160,40)
#7FA83B
(127,168,59)
#8BB04E
(139,176,78)
#97B861
(151,184,97)
#A3C074
(163,192,116)
#AFC887
(175,200,135)
#BBD09A
(187,208,154)
#C7D8AD
(199,216,173)
#D3E0C0
(211,224,192)
#DFE8D3
(223,232,211)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A028 color. Also use rgb(115,160,40) instead hex code.

Text Font Color

.myTextColor { color: #73A028; }

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

This text font color is #73A028.


Background Color

.myBgColor { background-color: #73A028; }

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

This div background color is #73A028.


Border color

.myBorderColor { border: 1px solid #73A028; }

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

This div border color is #73A028.


Opacity

.myOpacity80 { color: #73A028; opacity: 0.8; }

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

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

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

This text has shadow with #73A028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A028 on black background.


Color preview on white background

This text has color #73A028 on white background.



Black color preview on #73A028 background

This text has black color on #73A028 background.


White color preview on #73A028 background

This text has white color on #73A028 background.