COLOR #73A27F

HEX: #73A27F
RGB: (115,162,127)

Color info

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

RGB color model

#73A27F color RGB value is (115,162,127).

  • red value is 115;
  • green value is 162;
  • blue value is 127.
RGB:
(115,162,127)
(45%,64%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 127 of 255 = 50%

115
162
127

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

Portions of RGB colors in percentages

R + G + B =
115 + 162 + 127 = 404 (100%)
R 115 of 404 ~ 28.47%
G 162 of 404 ~ 40.1%
B 127 of 404 ~ 31.44%

%28.47
%40.1
%31.44

CMYK color model

#73A27F color CMYK value is (29,0,22,36).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 36.47%
CMYK:
(29,0,22,36)
C29M0Y22K36 
(29%,0%,22%,36%)
(0.29/0.00/0.22/0.36)	

CMYK percentages

%29.01
%0
%21.6
%36.47

Codes

Color #73A27F in popluar color models

73A27F
RGB115162127
HSL135°20.17%54.31%
HSB/HSV135°29.01%63.53%
CMYK29.01%0.00%21.60%
36.47%

Color #73A27F in popluar number systems.

HEX73A27F
Decimal115162127
Binary1110011101000101111111
Octal163242177

Shades and tints

Shades of #73A27F

#73A27F
(115,162,127)
#699474
(105,148,116)
#5F8669
(95,134,105)
#55785E
(85,120,94)
#4B6A53
(75,106,83)
#415C48
(65,92,72)
#374E3D
(55,78,61)
#2D4032
(45,64,50)
#233227
(35,50,39)
#19241C
(25,36,28)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #73A27F

#73A27F
(115,162,127)
#7FAA8A
(127,170,138)
#8BB295
(139,178,149)
#97BAA0
(151,186,160)
#A3C2AB
(163,194,171)
#AFCAB6
(175,202,182)
#BBD2C1
(187,210,193)
#C7DACC
(199,218,204)
#D3E2D7
(211,226,215)
#DFEAE2
(223,234,226)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A27F; }

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

This text font color is #73A27F.


Background Color

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

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

This div background color is #73A27F.


Border color

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

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

This div border color is #73A27F.


Opacity

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

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

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

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

This text has shadow with #73A27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A27F on black background.


Color preview on white background

This text has color #73A27F on white background.



Black color preview on #73A27F background

This text has black color on #73A27F background.


White color preview on #73A27F background

This text has white color on #73A27F background.