COLOR #73B058

HEX: #73B058 RGB: (115,176,88)

Color info

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

RGB color model

#73B058 color RGB value is (115,176,88).

RGB: (115,176,88) (45%, 69%, 35%)

RGB channels and saturation

R 115 of 255 = 45%
G 176 of 255 = 69%
B 88 of 255 = 35%

115
176
88

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

Portions of RGB colors in percentages

R + G + B = 115 + 176 + 88 = 379 (100%)
R 115 of 379 ~ 30.34%
G 176 of 379 ~ 46.44%
B 88 of 379 ~ 23.22'%

%30.34
%46.44
%23.22

CMYK color model

#73B058 color CMYK value is (35,0,50,31).

  • cyan value is 34.66%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 30.98%

CMYK: (35,0,50,31)
C35M0Y50K31 (35%, 0%, 50%, 31%)
(0.35 / 0.00 / 0.50 / 0.31)

CMYK percentages

%34.66
%0
%50
%30.98

Codes

Color #73B058 in popluar color models

73 B0 58
RGB 115 176 88
HSL 102° 35.77% 51.76%
HSB/HSV 102° 50.00% 69.02%
CMYK 34.66% 0.00% 50.00%
30.98%

Color #73B058 in popluar number systems.

HEX 73 B0 58
Decimal 115 176 88
Binary 1110011 10110000 1011000
Octal 163 260 130

Shades and tints

Shades of #73B058

#73B058
(115,176,88)
#69A050
(105,160,80)
#5F9048
(95,144,72)
#558040
(85,128,64)
#4B7038
(75,112,56)
#416030
(65,96,48)
#375028
(55,80,40)
#2D4020
(45,64,32)
#233018
(35,48,24)
#192010
(25,32,16)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #73B058

#73B058
(115,176,88)
#7FB767
(127,183,103)
#8BBE76
(139,190,118)
#97C585
(151,197,133)
#A3CC94
(163,204,148)
#AFD3A3
(175,211,163)
#BBDAB2
(187,218,178)
#C7E1C1
(199,225,193)
#D3E8D0
(211,232,208)
#DFEFDF
(223,239,223)
#EBF6EE
(235,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B058 color. Also use rgb(115,176,88) instead hex code.

Text Font Color

.myTextColor { color: #73B058; }

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

This text font color is #73B058.

Background Color

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

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

This div background color is #73B058.

Border color

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

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

This div border color is #73B058.

Opacity

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

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

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

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

This text has shadow with #73B058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B058.

Preview

Color preview on black background

This text has color #73B058 on black background.


Color preview on white background

This text has color #73B058 on white background.


Black color preview on #73B058 background

This text has black color on #73B058 background.


White color preview on #73B058 background

This text has white color on #73B058 background.


Related colors

Complementary color

Complementary color for #hex is #8C4FA7.


I love getcolorcode.com

Triadic colors

1 #5873B0 and #B05873 with #73B058 are triadic colors.

2 #58B073 and #B07358 with #73B058 are triadic colors.