COLOR #73A180

HEX: #73A180
RGB: (115,161,128)

Color info

#73A180 contains red, green and blue colors in about the same proportion. Web safe color of #73A180 is #669966 (or #696).

RGB color model

#73A180 color RGB value is (115,161,128).

  • red value is 115;
  • green value is 161;
  • blue value is 128.
RGB:
(115,161,128)
(45%,63%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 161 of 255 = 63%
B 128 of 255 = 50%

115
161
128

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

Portions of RGB colors in percentages

R + G + B =
115 + 161 + 128 = 404 (100%)
R 115 of 404 ~ 28.47%
G 161 of 404 ~ 39.85%
B 128 of 404 ~ 31.68%

%28.47
%39.85
%31.68

CMYK color model

#73A180 color CMYK value is (29,0,20,37).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 36.86%
CMYK:
(29,0,20,37)
C29M0Y20K37 
(29%,0%,20%,37%)
(0.29/0.00/0.20/0.37)	

CMYK percentages

%28.57
%0
%20.5
%36.86

Codes

Color #73A180 in popluar color models

73A180
RGB115161128
HSL137°19.66%54.12%
HSB/HSV137°28.57%63.14%
CMYK28.57%0.00%20.50%
36.86%

Color #73A180 in popluar number systems.

HEX73A180
Decimal115161128
Binary11100111010000110000000
Octal163241200

Shades and tints

Shades of #73A180

#73A180
(115,161,128)
#699375
(105,147,117)
#5F856A
(95,133,106)
#55775F
(85,119,95)
#4B6954
(75,105,84)
#415B49
(65,91,73)
#374D3E
(55,77,62)
#2D3F33
(45,63,51)
#233128
(35,49,40)
#19231D
(25,35,29)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #73A180

#73A180
(115,161,128)
#7FA98B
(127,169,139)
#8BB196
(139,177,150)
#97B9A1
(151,185,161)
#A3C1AC
(163,193,172)
#AFC9B7
(175,201,183)
#BBD1C2
(187,209,194)
#C7D9CD
(199,217,205)
#D3E1D8
(211,225,216)
#DFE9E3
(223,233,227)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A180 color. Also use rgb(115,161,128) instead hex code.

Text Font Color

.myTextColor { color: #73A180; }

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

This text font color is #73A180.


Background Color

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

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

This div background color is #73A180.


Border color

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

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

This div border color is #73A180.


Opacity

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

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

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

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

This text has shadow with #73A180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A180 on black background.


Color preview on white background

This text has color #73A180 on white background.



Black color preview on #73A180 background

This text has black color on #73A180 background.


White color preview on #73A180 background

This text has white color on #73A180 background.