COLOR #73B135

HEX: #73B135
RGB: (115,177,53)

Color info

#73B135 contains mainly green color. Web safe color of #73B135 is #669933 (or #693).

RGB color model

#73B135 color RGB value is (115,177,53).

  • red value is 115;
  • green value is 177;
  • blue value is 53.
RGB:
(115,177,53)
(45%,69%,21%)

RGB channels and saturation

R 115 of 255 = 45%
G 177 of 255 = 69%
B 53 of 255 = 21%

115
177
53

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

Portions of RGB colors in percentages

R + G + B =
115 + 177 + 53 = 345 (100%)
R 115 of 345 ~ 33.33%
G 177 of 345 ~ 51.3%
B 53 of 345 ~ 15.36%

%33.33
%51.3
%15.36

CMYK color model

#73B135 color CMYK value is (35,0,70,31).

  • cyan value is 35.03%
  • magenta value is 0.00%
  • yellow value is 70.06%
  • key color value is 30.59%
CMYK:
(35,0,70,31)
C35M0Y70K31 
(35%,0%,70%,31%)
(0.35/0.00/0.70/0.31)	

CMYK percentages

%35.03
%0
%70.06
%30.59

Codes

Color #73B135 in popluar color models

73B135
RGB11517753
HSL90°53.91%45.10%
HSB/HSV90°70.06%69.41%
CMYK35.03%0.00%70.06%
30.59%

Color #73B135 in popluar number systems.

HEX73B135
Decimal11517753
Binary111001110110001110101
Octal16326165

Shades and tints

Shades of #73B135

#73B135
(115,177,53)
#69A131
(105,161,49)
#5F912D
(95,145,45)
#558129
(85,129,41)
#4B7125
(75,113,37)
#416121
(65,97,33)
#37511D
(55,81,29)
#2D4119
(45,65,25)
#233115
(35,49,21)
#192111
(25,33,17)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #73B135

#73B135
(115,177,53)
#7FB847
(127,184,71)
#8BBF59
(139,191,89)
#97C66B
(151,198,107)
#A3CD7D
(163,205,125)
#AFD48F
(175,212,143)
#BBDBA1
(187,219,161)
#C7E2B3
(199,226,179)
#D3E9C5
(211,233,197)
#DFF0D7
(223,240,215)
#EBF7E9
(235,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B135 color. Also use rgb(115,177,53) instead hex code.

Text Font Color

.myTextColor { color: #73B135; }

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

This text font color is #73B135.


Background Color

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

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

This div background color is #73B135.


Border color

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

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

This div border color is #73B135.


Opacity

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

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

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

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

This text has shadow with #73B135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B135 on black background.


Color preview on white background

This text has color #73B135 on white background.



Black color preview on #73B135 background

This text has black color on #73B135 background.


White color preview on #73B135 background

This text has white color on #73B135 background.