COLOR #73A78C

HEX: #73A78C
RGB: (115,167,140)

Color info

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

RGB color model

#73A78C color RGB value is (115,167,140).

  • red value is 115;
  • green value is 167;
  • blue value is 140.
RGB:
(115,167,140)
(45%,65%,55%)

RGB channels and saturation

R 115 of 255 = 45%
G 167 of 255 = 65%
B 140 of 255 = 55%

115
167
140

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

Portions of RGB colors in percentages

R + G + B =
115 + 167 + 140 = 422 (100%)
R 115 of 422 ~ 27.25%
G 167 of 422 ~ 39.57%
B 140 of 422 ~ 33.18%

%27.25
%39.57
%33.18

CMYK color model

#73A78C color CMYK value is (31,0,16,35).

  • cyan value is 31.14%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(31,0,16,35)
C31M0Y16K35 
(31%,0%,16%,35%)
(0.31/0.00/0.16/0.35)	

CMYK percentages

%31.14
%0
%16.17
%34.51

Codes

Color #73A78C in popluar color models

73A78C
RGB115167140
HSL149°22.81%55.29%
HSB/HSV149°31.14%65.49%
CMYK31.14%0.00%16.17%
34.51%

Color #73A78C in popluar number systems.

HEX73A78C
Decimal115167140
Binary11100111010011110001100
Octal163247214

Shades and tints

Shades of #73A78C

#73A78C
(115,167,140)
#699880
(105,152,128)
#5F8974
(95,137,116)
#557A68
(85,122,104)
#4B6B5C
(75,107,92)
#415C50
(65,92,80)
#374D44
(55,77,68)
#2D3E38
(45,62,56)
#232F2C
(35,47,44)
#192020
(25,32,32)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #73A78C

#73A78C
(115,167,140)
#7FAF96
(127,175,150)
#8BB7A0
(139,183,160)
#97BFAA
(151,191,170)
#A3C7B4
(163,199,180)
#AFCFBE
(175,207,190)
#BBD7C8
(187,215,200)
#C7DFD2
(199,223,210)
#D3E7DC
(211,231,220)
#DFEFE6
(223,239,230)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A78C color. Also use rgb(115,167,140) instead hex code.

Text Font Color

.myTextColor { color: #73A78C; }

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

This text font color is #73A78C.


Background Color

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

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

This div background color is #73A78C.


Border color

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

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

This div border color is #73A78C.


Opacity

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

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

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

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

This text has shadow with #73A78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A78C on black background.


Color preview on white background

This text has color #73A78C on white background.



Black color preview on #73A78C background

This text has black color on #73A78C background.


White color preview on #73A78C background

This text has white color on #73A78C background.