COLOR #73A448

HEX: #73A448
RGB: (115,164,72)

Color info

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

RGB color model

#73A448 color RGB value is (115,164,72).

  • red value is 115;
  • green value is 164;
  • blue value is 72.
RGB:
(115,164,72)
(45%,64%,28%)

RGB channels and saturation

R 115 of 255 = 45%
G 164 of 255 = 64%
B 72 of 255 = 28%

115
164
72

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

Portions of RGB colors in percentages

R + G + B =
115 + 164 + 72 = 351 (100%)
R 115 of 351 ~ 32.76%
G 164 of 351 ~ 46.72%
B 72 of 351 ~ 20.51%

%32.76
%46.72
%20.51

CMYK color model

#73A448 color CMYK value is (30,0,56,36).

  • cyan value is 29.88%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 35.69%
CMYK:
(30,0,56,36)
C30M0Y56K36 
(30%,0%,56%,36%)
(0.30/0.00/0.56/0.36)	

CMYK percentages

%29.88
%0
%56.1
%35.69

Codes

Color #73A448 in popluar color models

73A448
RGB11516472
HSL92°38.98%46.27%
HSB/HSV92°56.10%64.31%
CMYK29.88%0.00%56.10%
35.69%

Color #73A448 in popluar number systems.

HEX73A448
Decimal11516472
Binary1110011101001001001000
Octal163244110

Shades and tints

Shades of #73A448

#73A448
(115,164,72)
#699642
(105,150,66)
#5F883C
(95,136,60)
#557A36
(85,122,54)
#4B6C30
(75,108,48)
#415E2A
(65,94,42)
#375024
(55,80,36)
#2D421E
(45,66,30)
#233418
(35,52,24)
#192612
(25,38,18)
#0F180C
(15,24,12)
#000000
(0,0,0)

Tints of #73A448

#73A448
(115,164,72)
#7FAC58
(127,172,88)
#8BB468
(139,180,104)
#97BC78
(151,188,120)
#A3C488
(163,196,136)
#AFCC98
(175,204,152)
#BBD4A8
(187,212,168)
#C7DCB8
(199,220,184)
#D3E4C8
(211,228,200)
#DFECD8
(223,236,216)
#EBF4E8
(235,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A448 color. Also use rgb(115,164,72) instead hex code.

Text Font Color

.myTextColor { color: #73A448; }

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

This text font color is #73A448.


Background Color

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

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

This div background color is #73A448.


Border color

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

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

This div border color is #73A448.


Opacity

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

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

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

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

This text has shadow with #73A448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A448 on black background.


Color preview on white background

This text has color #73A448 on white background.



Black color preview on #73A448 background

This text has black color on #73A448 background.


White color preview on #73A448 background

This text has white color on #73A448 background.