COLOR #73917C

HEX: #73917C RGB: (115,145,124)

Color info

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

RGB color model

#73917C color RGB value is (115,145,124).

RGB: (115,145,124) (45%, 57%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 145 of 255 = 57%
B 124 of 255 = 49%

115
145
124

R + G + B ~ 50%. #73917C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 145 + 124 = 384 (100%)
R 115 of 384 ~ 29.95%
G 145 of 384 ~ 37.76%
B 124 of 384 ~ 32.29'%

%29.95
%37.76
%32.29

CMYK color model

#73917C color CMYK value is (21,0,14,43).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 43.14%

CMYK: (21,0,14,43)
C21M0Y14K43 (21%, 0%, 14%, 43%)
(0.21 / 0.00 / 0.14 / 0.43)

CMYK percentages

%20.69
%0
%14.48
%43.14

Codes

Color #73917C in popluar color models

73 91 7C
RGB 115 145 124
HSL 138° 12.00% 50.98%
HSB/HSV 138° 20.69% 56.86%
CMYK 20.69% 0.00% 14.48%
43.14%

Color #73917C in popluar number systems.

HEX 73 91 7C
Decimal 115 145 124
Binary 1110011 10010001 1111100
Octal 163 221 174

Shades and tints

Shades of #73917C

#73917C
(115,145,124)
#698471
(105,132,113)
#5F7766
(95,119,102)
#556A5B
(85,106,91)
#4B5D50
(75,93,80)
#415045
(65,80,69)
#37433A
(55,67,58)
#2D362F
(45,54,47)
#232924
(35,41,36)
#191C19
(25,28,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #73917C

#73917C
(115,145,124)
#7F9B87
(127,155,135)
#8BA592
(139,165,146)
#97AF9D
(151,175,157)
#A3B9A8
(163,185,168)
#AFC3B3
(175,195,179)
#BBCDBE
(187,205,190)
#C7D7C9
(199,215,201)
#D3E1D4
(211,225,212)
#DFEBDF
(223,235,223)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73917C color. Also use rgb(115,145,124) instead hex code.

Text Font Color

.myTextColor { color: #73917C; }

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

This text font color is #73917C.

Background Color

.myBgColor { background-color: #73917C; }

<div style="background-color:#73917C">Inner text</div>

This div background color is #73917C.

Border color

.myBorderColor { border: 1px solid #73917C; }

<div style="border:3px solid #73917C">Div</div>

This div border color is #73917C.

Opacity

.myOpacity80 { color: #73917C; opacity: 0.8; }

<p style="color:#73917C;opacity:0.8;">80%</p>

Text with #73917C 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 #73917C;}

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

This text has shadow with #73917C color.


.textShadow {text-shadow: 3px 3px 1px #73917C', 3px 3px 1px red;}

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

This text has shadow with #73917C primary color and red secondary color.


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

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

This text has shadow with #73917C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #73917C; -webkit-box-shadow: 1px 1px 3px 2px #73917C; box-shadow:1px 1px 3px 2px #73917C;">
Div content here
</div>

This div box has shadow with color #73917C.

Preview

Color preview on black background

This text has color #73917C on black background.


Color preview on white background

This text has color #73917C on white background.


Black color preview on #73917C background

This text has black color on #73917C background.


White color preview on #73917C background

This text has white color on #73917C background.


Related colors

Complementary color

Complementary color for #hex is #8C6E83.


I love getcolorcode.com

Triadic colors

1 #7C7391 and #917C73 with #73917C are triadic colors.

2 #7C9173 and #91737C with #73917C are triadic colors.