COLOR #73A78D

HEX: #73A78D
RGB: (115,167,141)

Color info

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

RGB color model

#73A78D color RGB value is (115,167,141).

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

RGB channels and saturation

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

115
167
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 167 + 141 = 423 (100%)
R 115 of 423 ~ 27.19%
G 167 of 423 ~ 39.48%
B 141 of 423 ~ 33.33%

%27.19
%39.48
%33.33

CMYK color model

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

  • cyan value is 31.14%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • 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
%15.57
%34.51

Codes

Color #73A78D in popluar color models

73A78D
RGB115167141
HSL150°22.81%55.29%
HSB/HSV150°31.14%65.49%
CMYK31.14%0.00%15.57%
34.51%

Color #73A78D in popluar number systems.

HEX73A78D
Decimal115167141
Binary11100111010011110001101
Octal163247215

Shades and tints

Shades of #73A78D

#73A78D
(115,167,141)
#699881
(105,152,129)
#5F8975
(95,137,117)
#557A69
(85,122,105)
#4B6B5D
(75,107,93)
#415C51
(65,92,81)
#374D45
(55,77,69)
#2D3E39
(45,62,57)
#232F2D
(35,47,45)
#192021
(25,32,33)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #73A78D

#73A78D
(115,167,141)
#7FAF97
(127,175,151)
#8BB7A1
(139,183,161)
#97BFAB
(151,191,171)
#A3C7B5
(163,199,181)
#AFCFBF
(175,207,191)
#BBD7C9
(187,215,201)
#C7DFD3
(199,223,211)
#D3E7DD
(211,231,221)
#DFEFE7
(223,239,231)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A78D; }

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

This text font color is #73A78D.


Background Color

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

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

This div background color is #73A78D.


Border color

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

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

This div border color is #73A78D.


Opacity

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

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

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

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

This text has shadow with #73A78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A78D on black background.


Color preview on white background

This text has color #73A78D on white background.



Black color preview on #73A78D background

This text has black color on #73A78D background.


White color preview on #73A78D background

This text has white color on #73A78D background.