COLOR #73B45E

HEX: #73B45E
RGB: (115,180,94)

Color info

#73B45E contains mainly green color. Web safe color of #73B45E is #66CC66 (or #6C6).

RGB color model

#73B45E color RGB value is (115,180,94).

  • red value is 115;
  • green value is 180;
  • blue value is 94.
RGB:
(115,180,94)
(45%,71%,37%)

RGB channels and saturation

R 115 of 255 = 45%
G 180 of 255 = 71%
B 94 of 255 = 37%

115
180
94

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

Portions of RGB colors in percentages

R + G + B =
115 + 180 + 94 = 389 (100%)
R 115 of 389 ~ 29.56%
G 180 of 389 ~ 46.27%
B 94 of 389 ~ 24.16%

%29.56
%46.27
%24.16

CMYK color model

#73B45E color CMYK value is (36,0,48,29).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 47.78%
  • key color value is 29.41%
CMYK:
(36,0,48,29)
C36M0Y48K29 
(36%,0%,48%,29%)
(0.36/0.00/0.48/0.29)	

CMYK percentages

%36.11
%0
%47.78
%29.41

Codes

Color #73B45E in popluar color models

73B45E
RGB11518094
HSL105°36.44%53.73%
HSB/HSV105°47.78%70.59%
CMYK36.11%0.00%47.78%
29.41%

Color #73B45E in popluar number systems.

HEX73B45E
Decimal11518094
Binary1110011101101001011110
Octal163264136

Shades and tints

Shades of #73B45E

#73B45E
(115,180,94)
#69A456
(105,164,86)
#5F944E
(95,148,78)
#558446
(85,132,70)
#4B743E
(75,116,62)
#416436
(65,100,54)
#37542E
(55,84,46)
#2D4426
(45,68,38)
#23341E
(35,52,30)
#192416
(25,36,22)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #73B45E

#73B45E
(115,180,94)
#7FBA6C
(127,186,108)
#8BC07A
(139,192,122)
#97C688
(151,198,136)
#A3CC96
(163,204,150)
#AFD2A4
(175,210,164)
#BBD8B2
(187,216,178)
#C7DEC0
(199,222,192)
#D3E4CE
(211,228,206)
#DFEADC
(223,234,220)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B45E color. Also use rgb(115,180,94) instead hex code.

Text Font Color

.myTextColor { color: #73B45E; }

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

This text font color is #73B45E.


Background Color

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

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

This div background color is #73B45E.


Border color

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

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

This div border color is #73B45E.


Opacity

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

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

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

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

This text has shadow with #73B45E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B45E on black background.


Color preview on white background

This text has color #73B45E on white background.



Black color preview on #73B45E background

This text has black color on #73B45E background.


White color preview on #73B45E background

This text has white color on #73B45E background.