COLOR #73A181

HEX: #73A181 RGB: (115,161,129)

Color info

#73A181 contains red, green and blue colors in about the same proportion. Web safe color of #73A181 is #669999 (or #699).

RGB color model

#73A181 color RGB value is (115,161,129).

RGB: (115,161,129) (45%, 63%, 51%)

RGB channels and saturation

R 115 of 255 = 45%
G 161 of 255 = 63%
B 129 of 255 = 51%

115
161
129

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

Portions of RGB colors in percentages

R + G + B = 115 + 161 + 129 = 405 (100%)
R 115 of 405 ~ 28.4%
G 161 of 405 ~ 39.75%
B 129 of 405 ~ 31.85'%

%28.4
%39.75
%31.85

CMYK color model

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

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • 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
%19.88
%36.86

Codes

Color #73A181 in popluar color models

73 A1 81
RGB 115 161 129
HSL 138° 19.66% 54.12%
HSB/HSV 138° 28.57% 63.14%
CMYK 28.57% 0.00% 19.88%
36.86%

Color #73A181 in popluar number systems.

HEX 73 A1 81
Decimal 115 161 129
Binary 1110011 10100001 10000001
Octal 163 241 201

Shades and tints

Shades of #73A181

#73A181
(115,161,129)
#699376
(105,147,118)
#5F856B
(95,133,107)
#557760
(85,119,96)
#4B6955
(75,105,85)
#415B4A
(65,91,74)
#374D3F
(55,77,63)
#2D3F34
(45,63,52)
#233129
(35,49,41)
#19231E
(25,35,30)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #73A181

#73A181
(115,161,129)
#7FA98C
(127,169,140)
#8BB197
(139,177,151)
#97B9A2
(151,185,162)
#A3C1AD
(163,193,173)
#AFC9B8
(175,201,184)
#BBD1C3
(187,209,195)
#C7D9CE
(199,217,206)
#D3E1D9
(211,225,217)
#DFE9E4
(223,233,228)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A181; }

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

This text font color is #73A181.

Background Color

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

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

This div background color is #73A181.

Border color

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

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

This div border color is #73A181.

Opacity

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

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

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

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

This text has shadow with #73A181 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A181.

Preview

Color preview on black background

This text has color #73A181 on black background.


Color preview on white background

This text has color #73A181 on white background.


Black color preview on #73A181 background

This text has black color on #73A181 background.


White color preview on #73A181 background

This text has white color on #73A181 background.


Related colors

Complementary color

Complementary color for #hex is #8C5E7E.


I love getcolorcode.com

Triadic colors

1 #8173A1 and #A18173 with #73A181 are triadic colors.

2 #81A173 and #A17381 with #73A181 are triadic colors.