COLOR #73A681

HEX: #73A681
RGB: (115,166,129)

Color info

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

RGB color model

#73A681 color RGB value is (115,166,129).

  • red value is 115;
  • green value is 166;
  • blue value is 129.
RGB:
(115,166,129)
(45%,65%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 166 of 255 = 65%
B 129 of 255 = 51%

115
166
129

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

Portions of RGB colors in percentages

R + G + B =
115 + 166 + 129 = 410 (100%)
R 115 of 410 ~ 28.05%
G 166 of 410 ~ 40.49%
B 129 of 410 ~ 31.46%

%28.05
%40.49
%31.46

CMYK color model

#73A681 color CMYK value is (31,0,22,35).

  • cyan value is 30.72%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 34.90%
CMYK:
(31,0,22,35)
C31M0Y22K35 
(31%,0%,22%,35%)
(0.31/0.00/0.22/0.35)	

CMYK percentages

%30.72
%0
%22.29
%34.9

Codes

Color #73A681 in popluar color models

73A681
RGB115166129
HSL136°22.27%55.10%
HSB/HSV136°30.72%65.10%
CMYK30.72%0.00%22.29%
34.90%

Color #73A681 in popluar number systems.

HEX73A681
Decimal115166129
Binary11100111010011010000001
Octal163246201

Shades and tints

Shades of #73A681

#73A681
(115,166,129)
#699776
(105,151,118)
#5F886B
(95,136,107)
#557960
(85,121,96)
#4B6A55
(75,106,85)
#415B4A
(65,91,74)
#374C3F
(55,76,63)
#2D3D34
(45,61,52)
#232E29
(35,46,41)
#191F1E
(25,31,30)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #73A681

#73A681
(115,166,129)
#7FAE8C
(127,174,140)
#8BB697
(139,182,151)
#97BEA2
(151,190,162)
#A3C6AD
(163,198,173)
#AFCEB8
(175,206,184)
#BBD6C3
(187,214,195)
#C7DECE
(199,222,206)
#D3E6D9
(211,230,217)
#DFEEE4
(223,238,228)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A681; }

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

This text font color is #73A681.


Background Color

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

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

This div background color is #73A681.


Border color

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

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

This div border color is #73A681.


Opacity

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

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

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

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

This text has shadow with #73A681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A681 on black background.


Color preview on white background

This text has color #73A681 on white background.



Black color preview on #73A681 background

This text has black color on #73A681 background.


White color preview on #73A681 background

This text has white color on #73A681 background.