COLOR #73BB44

HEX: #73BB44
RGB: (115,187,68)

Color info

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

RGB color model

#73BB44 color RGB value is (115,187,68).

  • red value is 115;
  • green value is 187;
  • blue value is 68.
RGB:
(115,187,68)
(45%,73%,27%)

RGB channels and saturation

R 115 of 255 = 45%
G 187 of 255 = 73%
B 68 of 255 = 27%

115
187
68

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

Portions of RGB colors in percentages

R + G + B =
115 + 187 + 68 = 370 (100%)
R 115 of 370 ~ 31.08%
G 187 of 370 ~ 50.54%
B 68 of 370 ~ 18.38%

%31.08
%50.54
%18.38

CMYK color model

#73BB44 color CMYK value is (39,0,64,27).

  • cyan value is 38.50%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 26.67%
CMYK:
(39,0,64,27)
C39M0Y64K27 
(39%,0%,64%,27%)
(0.39/0.00/0.64/0.27)	

CMYK percentages

%38.5
%0
%63.64
%26.67

Codes

Color #73BB44 in popluar color models

73BB44
RGB11518768
HSL96°46.67%50.00%
HSB/HSV96°63.64%73.33%
CMYK38.50%0.00%63.64%
26.67%

Color #73BB44 in popluar number systems.

HEX73BB44
Decimal11518768
Binary1110011101110111000100
Octal163273104

Shades and tints

Shades of #73BB44

#73BB44
(115,187,68)
#69AA3E
(105,170,62)
#5F9938
(95,153,56)
#558832
(85,136,50)
#4B772C
(75,119,44)
#416626
(65,102,38)
#375520
(55,85,32)
#2D441A
(45,68,26)
#233314
(35,51,20)
#19220E
(25,34,14)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #73BB44

#73BB44
(115,187,68)
#7FC155
(127,193,85)
#8BC766
(139,199,102)
#97CD77
(151,205,119)
#A3D388
(163,211,136)
#AFD999
(175,217,153)
#BBDFAA
(187,223,170)
#C7E5BB
(199,229,187)
#D3EBCC
(211,235,204)
#DFF1DD
(223,241,221)
#EBF7EE
(235,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BB44 color. Also use rgb(115,187,68) instead hex code.

Text Font Color

.myTextColor { color: #73BB44; }

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

This text font color is #73BB44.


Background Color

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

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

This div background color is #73BB44.


Border color

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

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

This div border color is #73BB44.


Opacity

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

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

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

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

This text has shadow with #73BB44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BB44 on black background.


Color preview on white background

This text has color #73BB44 on white background.



Black color preview on #73BB44 background

This text has black color on #73BB44 background.


White color preview on #73BB44 background

This text has white color on #73BB44 background.