COLOR #73C320

HEX: #73C320
RGB: (115,195,32)

Color info

#73C320 contains mainly green color. Web safe color of #73C320 is #66CC33 (or #6C3).

RGB color model

#73C320 color RGB value is (115,195,32).

  • red value is 115;
  • green value is 195;
  • blue value is 32.
RGB:
(115,195,32)
(45%,76%,13%)

RGB channels and saturation

R 115 of 255 = 45%
G 195 of 255 = 76%
B 32 of 255 = 13%

115
195
32

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

Portions of RGB colors in percentages

R + G + B =
115 + 195 + 32 = 342 (100%)
R 115 of 342 ~ 33.63%
G 195 of 342 ~ 57.02%
B 32 of 342 ~ 9.36%

%33.63
%57.02

CMYK color model

#73C320 color CMYK value is (41,0,84,24).

  • cyan value is 41.03%
  • magenta value is 0.00%
  • yellow value is 83.59%
  • key color value is 23.53%
CMYK:
(41,0,84,24)
C41M0Y84K24 
(41%,0%,84%,24%)
(0.41/0.00/0.84/0.24)	

CMYK percentages

%41.03
%0
%83.59
%23.53

Codes

Color #73C320 in popluar color models

73C320
RGB11519532
HSL89°71.81%44.51%
HSB/HSV89°83.59%76.47%
CMYK41.03%0.00%83.59%
23.53%

Color #73C320 in popluar number systems.

HEX73C320
Decimal11519532
Binary111001111000011100000
Octal16330340

Shades and tints

Shades of #73C320

#73C320
(115,195,32)
#69B21E
(105,178,30)
#5FA11C
(95,161,28)
#55901A
(85,144,26)
#4B7F18
(75,127,24)
#416E16
(65,110,22)
#375D14
(55,93,20)
#2D4C12
(45,76,18)
#233B10
(35,59,16)
#192A0E
(25,42,14)
#0F190C
(15,25,12)
#000000
(0,0,0)

Tints of #73C320

#73C320
(115,195,32)
#7FC834
(127,200,52)
#8BCD48
(139,205,72)
#97D25C
(151,210,92)
#A3D770
(163,215,112)
#AFDC84
(175,220,132)
#BBE198
(187,225,152)
#C7E6AC
(199,230,172)
#D3EBC0
(211,235,192)
#DFF0D4
(223,240,212)
#EBF5E8
(235,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C320 color. Also use rgb(115,195,32) instead hex code.

Text Font Color

.myTextColor { color: #73C320; }

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

This text font color is #73C320.


Background Color

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

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

This div background color is #73C320.


Border color

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

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

This div border color is #73C320.


Opacity

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

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

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

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

This text has shadow with #73C320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C320 on black background.


Color preview on white background

This text has color #73C320 on white background.



Black color preview on #73C320 background

This text has black color on #73C320 background.


White color preview on #73C320 background

This text has white color on #73C320 background.