COLOR #73B35B

HEX: #73B35B
RGB: (115,179,91)

Color info

#73B35B contains mainly green color. Web safe color of #73B35B is #669966 (or #696).

RGB color model

#73B35B color RGB value is (115,179,91).

  • red value is 115;
  • green value is 179;
  • blue value is 91.
RGB:
(115,179,91)
(45%,70%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 179 of 255 = 70%
B 91 of 255 = 36%

115
179
91

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

Portions of RGB colors in percentages

R + G + B =
115 + 179 + 91 = 385 (100%)
R 115 of 385 ~ 29.87%
G 179 of 385 ~ 46.49%
B 91 of 385 ~ 23.64%

%29.87
%46.49
%23.64

CMYK color model

#73B35B color CMYK value is (36,0,49,30).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 49.16%
  • key color value is 29.80%
CMYK:
(36,0,49,30)
C36M0Y49K30 
(36%,0%,49%,30%)
(0.36/0.00/0.49/0.30)	

CMYK percentages

%35.75
%0
%49.16
%29.8

Codes

Color #73B35B in popluar color models

73B35B
RGB11517991
HSL104°36.67%52.94%
HSB/HSV104°49.16%70.20%
CMYK35.75%0.00%49.16%
29.80%

Color #73B35B in popluar number systems.

HEX73B35B
Decimal11517991
Binary1110011101100111011011
Octal163263133

Shades and tints

Shades of #73B35B

#73B35B
(115,179,91)
#69A353
(105,163,83)
#5F934B
(95,147,75)
#558343
(85,131,67)
#4B733B
(75,115,59)
#416333
(65,99,51)
#37532B
(55,83,43)
#2D4323
(45,67,35)
#23331B
(35,51,27)
#192313
(25,35,19)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #73B35B

#73B35B
(115,179,91)
#7FB969
(127,185,105)
#8BBF77
(139,191,119)
#97C585
(151,197,133)
#A3CB93
(163,203,147)
#AFD1A1
(175,209,161)
#BBD7AF
(187,215,175)
#C7DDBD
(199,221,189)
#D3E3CB
(211,227,203)
#DFE9D9
(223,233,217)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B35B color. Also use rgb(115,179,91) instead hex code.

Text Font Color

.myTextColor { color: #73B35B; }

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

This text font color is #73B35B.


Background Color

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

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

This div background color is #73B35B.


Border color

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

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

This div border color is #73B35B.


Opacity

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

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

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

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

This text has shadow with #73B35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B35B on black background.


Color preview on white background

This text has color #73B35B on white background.



Black color preview on #73B35B background

This text has black color on #73B35B background.


White color preview on #73B35B background

This text has white color on #73B35B background.