COLOR #73A575

HEX: #73A575
RGB: (115,165,117)

Color info

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

RGB color model

#73A575 color RGB value is (115,165,117).

  • red value is 115;
  • green value is 165;
  • blue value is 117.
RGB: (115,165,117) (45%,65%,46%)

RGB channels and saturation

R 115 of 255 = 45%
G 165 of 255 = 65%
B 117 of 255 = 46%

115
165
117

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

Portions of RGB colors in percentages

R + G + B =
115 + 165 + 117 = 397 (100%)
R 115 of 397 ~ 28.97%
G 165 of 397 ~ 41.56%
B 117 of 397 ~ 29.47%

%28.97
%41.56
%29.47

CMYK color model

#73A575 color CMYK value is (30,0,29,35).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK: (30,0,29,35) C30M0Y29K35 (30%,0%,29%,35%) (0.30/0.00/0.29/0.35)

CMYK percentages

%30.3
%0
%29.09
%35.29

Codes

Color #73A575 in popluar color models

73A575
RGB115165117
HSL122°21.74%54.90%
HSB/HSV122°30.30%64.71%
CMYK30.30%0.00%29.09%
35.29%

Color #73A575 in popluar number systems.

HEX73A575
Decimal115165117
Binary1110011101001011110101
Octal163245165

Shades and tints

Shades of #73A575

#73A575
(115,165,117)
#69966B
(105,150,107)
#5F8761
(95,135,97)
#557857
(85,120,87)
#4B694D
(75,105,77)
#415A43
(65,90,67)
#374B39
(55,75,57)
#2D3C2F
(45,60,47)
#232D25
(35,45,37)
#191E1B
(25,30,27)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #73A575

#73A575
(115,165,117)
#7FAD81
(127,173,129)
#8BB58D
(139,181,141)
#97BD99
(151,189,153)
#A3C5A5
(163,197,165)
#AFCDB1
(175,205,177)
#BBD5BD
(187,213,189)
#C7DDC9
(199,221,201)
#D3E5D5
(211,229,213)
#DFEDE1
(223,237,225)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A575 color. Also use rgb(115,165,117) instead hex code.

Text Font Color

.myTextColor { color: #73A575; }

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

This text font color is #73A575.


Background Color

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

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

This div background color is #73A575.


Border color

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

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

This div border color is #73A575.


Opacity

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

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

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

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

This text has shadow with #73A575 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #73A575 on black background.


Color preview on white background

This text has color #73A575 on white background.



Black color preview on #73A575 background

This text has black color on #73A575 background.


White color preview on #73A575 background

This text has white color on #73A575 background.