COLOR #73A18D

HEX: #73A18D
RGB: (115,161,141)

Color info

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

RGB color model

#73A18D color RGB value is (115,161,141).

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

RGB channels and saturation

R 115 of 255 = 45%
G 161 of 255 = 63%
B 141 of 255 = 55%

115
161
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 161 + 141 = 417 (100%)
R 115 of 417 ~ 27.58%
G 161 of 417 ~ 38.61%
B 141 of 417 ~ 33.81%

%27.58
%38.61
%33.81

CMYK color model

#73A18D color CMYK value is (29,0,12,37).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(29,0,12,37)
C29M0Y12K37 
(29%,0%,12%,37%)
(0.29/0.00/0.12/0.37)	

CMYK percentages

%28.57
%0
%12.42
%36.86

Codes

Color #73A18D in popluar color models

73A18D
RGB115161141
HSL154°19.66%54.12%
HSB/HSV154°28.57%63.14%
CMYK28.57%0.00%12.42%
36.86%

Color #73A18D in popluar number systems.

HEX73A18D
Decimal115161141
Binary11100111010000110001101
Octal163241215

Shades and tints

Shades of #73A18D

#73A18D
(115,161,141)
#699381
(105,147,129)
#5F8575
(95,133,117)
#557769
(85,119,105)
#4B695D
(75,105,93)
#415B51
(65,91,81)
#374D45
(55,77,69)
#2D3F39
(45,63,57)
#23312D
(35,49,45)
#192321
(25,35,33)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #73A18D

#73A18D
(115,161,141)
#7FA997
(127,169,151)
#8BB1A1
(139,177,161)
#97B9AB
(151,185,171)
#A3C1B5
(163,193,181)
#AFC9BF
(175,201,191)
#BBD1C9
(187,209,201)
#C7D9D3
(199,217,211)
#D3E1DD
(211,225,221)
#DFE9E7
(223,233,231)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A18D; }

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

This text font color is #73A18D.


Background Color

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

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

This div background color is #73A18D.


Border color

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

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

This div border color is #73A18D.


Opacity

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

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

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

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

This text has shadow with #73A18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A18D on black background.


Color preview on white background

This text has color #73A18D on white background.



Black color preview on #73A18D background

This text has black color on #73A18D background.


White color preview on #73A18D background

This text has white color on #73A18D background.