COLOR #73A28F

HEX: #73A28F RGB: (115,162,143)

Color info

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

RGB color model

#73A28F color RGB value is (115,162,143).

RGB: (115,162,143) (45%, 64%, 56%)

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 143 of 255 = 56%

115
162
143

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

Portions of RGB colors in percentages

R + G + B = 115 + 162 + 143 = 420 (100%)
R 115 of 420 ~ 27.38%
G 162 of 420 ~ 38.57%
B 143 of 420 ~ 34.05'%

%27.38
%38.57
%34.05

CMYK color model

#73A28F color CMYK value is (29,0,12,36).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 36.47%
CMYK: (29,0,12,36) C29M0Y12K36 (29%,0%,12%,36%) (0.29/0.00/0.12/0.36) 

CMYK percentages

%29.01
%0
%11.73
%36.47

Codes

Color #73A28F in popluar color models

73 A2 8F
RGB 115 162 143
HSL 156° 20.17% 54.31%
HSB/HSV 156° 29.01% 63.53%
CMYK 29.01% 0.00% 11.73%
36.47%

Color #73A28F in popluar number systems.

HEX 73 A2 8F
Decimal 115 162 143
Binary 1110011 10100010 10001111
Octal 163 242 217

Shades and tints

Shades of #73A28F

#73A28F
(115,162,143)
#699482
(105,148,130)
#5F8675
(95,134,117)
#557868
(85,120,104)
#4B6A5B
(75,106,91)
#415C4E
(65,92,78)
#374E41
(55,78,65)
#2D4034
(45,64,52)
#233227
(35,50,39)
#19241A
(25,36,26)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #73A28F

#73A28F
(115,162,143)
#7FAA99
(127,170,153)
#8BB2A3
(139,178,163)
#97BAAD
(151,186,173)
#A3C2B7
(163,194,183)
#AFCAC1
(175,202,193)
#BBD2CB
(187,210,203)
#C7DAD5
(199,218,213)
#D3E2DF
(211,226,223)
#DFEAE9
(223,234,233)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A28F color. Also use rgb(115,162,143) instead hex code.

Text Font Color

.myTextColor { color: #73A28F; }

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

This text font color is #73A28F.

Background Color

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

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

This div background color is #73A28F.

Border color

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

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

This div border color is #73A28F.

Opacity

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

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

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

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

This text has shadow with #73A28F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A28F.

Preview

Color preview on black background

This text has color #73A28F on black background.


Color preview on white background

This text has color #73A28F on white background.


Black color preview on #73A28F background

This text has black color on #73A28F background.


White color preview on #73A28F background

This text has white color on #73A28F background.


Related colors

Complementary color

Complementary color for #hex is #8C5D70.


I love getcolorcode.com

Triadic colors

1 #8F73A2 and #A28F73 with #73A28F are triadic colors.

2 #8FA273 and #A2738F with #73A28F are triadic colors.