COLOR #73A378

HEX: #73A378
RGB: (115,163,120)

Color info

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

RGB color model

#73A378 color RGB value is (115,163,120).

  • red value is 115;
  • green value is 163;
  • blue value is 120.
RGB:
(115,163,120)
(45%,64%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 163 of 255 = 64%
B 120 of 255 = 47%

115
163
120

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

Portions of RGB colors in percentages

R + G + B =
115 + 163 + 120 = 398 (100%)
R 115 of 398 ~ 28.89%
G 163 of 398 ~ 40.95%
B 120 of 398 ~ 30.15%

%28.89
%40.95
%30.15

CMYK color model

#73A378 color CMYK value is (29,0,26,36).

  • cyan value is 29.45%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 36.08%
CMYK:
(29,0,26,36)
C29M0Y26K36 
(29%,0%,26%,36%)
(0.29/0.00/0.26/0.36)	

CMYK percentages

%29.45
%0
%26.38
%36.08

Codes

Color #73A378 in popluar color models

73A378
RGB115163120
HSL126°20.69%54.51%
HSB/HSV126°29.45%63.92%
CMYK29.45%0.00%26.38%
36.08%

Color #73A378 in popluar number systems.

HEX73A378
Decimal115163120
Binary1110011101000111111000
Octal163243170

Shades and tints

Shades of #73A378

#73A378
(115,163,120)
#69956E
(105,149,110)
#5F8764
(95,135,100)
#55795A
(85,121,90)
#4B6B50
(75,107,80)
#415D46
(65,93,70)
#374F3C
(55,79,60)
#2D4132
(45,65,50)
#233328
(35,51,40)
#19251E
(25,37,30)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #73A378

#73A378
(115,163,120)
#7FAB84
(127,171,132)
#8BB390
(139,179,144)
#97BB9C
(151,187,156)
#A3C3A8
(163,195,168)
#AFCBB4
(175,203,180)
#BBD3C0
(187,211,192)
#C7DBCC
(199,219,204)
#D3E3D8
(211,227,216)
#DFEBE4
(223,235,228)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A378 color. Also use rgb(115,163,120) instead hex code.

Text Font Color

.myTextColor { color: #73A378; }

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

This text font color is #73A378.


Background Color

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

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

This div background color is #73A378.


Border color

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

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

This div border color is #73A378.


Opacity

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

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

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

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

This text has shadow with #73A378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A378 on black background.


Color preview on white background

This text has color #73A378 on white background.



Black color preview on #73A378 background

This text has black color on #73A378 background.


White color preview on #73A378 background

This text has white color on #73A378 background.