COLOR #73997E

HEX: #73997E RGB: (115,153,126)

Color info

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

RGB color model

#73997E color RGB value is (115,153,126).

RGB: (115,153,126) (45%, 60%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 153 of 255 = 60%
B 126 of 255 = 49%

115
153
126

R + G + B ~ 51%. #73997E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 153 + 126 = 394 (100%)
R 115 of 394 ~ 29.19%
G 153 of 394 ~ 38.83%
B 126 of 394 ~ 31.98'%

%29.19
%38.83
%31.98

CMYK color model

#73997E color CMYK value is (25,0,18,40).

  • cyan value is 24.84%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%

CMYK: (25,0,18,40)
C25M0Y18K40 (25%, 0%, 18%, 40%)
(0.25 / 0.00 / 0.18 / 0.40)

CMYK percentages

%24.84
%0
%17.65
%40

Codes

Color #73997E in popluar color models

73 99 7E
RGB 115 153 126
HSL 137° 15.70% 52.55%
HSB/HSV 137° 24.84% 60.00%
CMYK 24.84% 0.00% 17.65%
40.00%

Color #73997E in popluar number systems.

HEX 73 99 7E
Decimal 115 153 126
Binary 1110011 10011001 1111110
Octal 163 231 176

Shades and tints

Shades of #73997E

#73997E
(115,153,126)
#698C73
(105,140,115)
#5F7F68
(95,127,104)
#55725D
(85,114,93)
#4B6552
(75,101,82)
#415847
(65,88,71)
#374B3C
(55,75,60)
#2D3E31
(45,62,49)
#233126
(35,49,38)
#19241B
(25,36,27)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #73997E

#73997E
(115,153,126)
#7FA289
(127,162,137)
#8BAB94
(139,171,148)
#97B49F
(151,180,159)
#A3BDAA
(163,189,170)
#AFC6B5
(175,198,181)
#BBCFC0
(187,207,192)
#C7D8CB
(199,216,203)
#D3E1D6
(211,225,214)
#DFEAE1
(223,234,225)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73997E color. Also use rgb(115,153,126) instead hex code.

Text Font Color

.myTextColor { color: #73997E; }

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

This text font color is #73997E.

Background Color

.myBgColor { background-color: #73997E; }

<div style="background-color:#73997E">Inner text</div>

This div background color is #73997E.

Border color

.myBorderColor { border: 1px solid #73997E; }

<div style="border:3px solid #73997E">Div</div>

This div border color is #73997E.

Opacity

.myOpacity80 { color: #73997E; opacity: 0.8; }

<p style="color:#73997E;opacity:0.8;">80%</p>

Text with #73997E 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 #73997E;}

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

This text has shadow with #73997E color.


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

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

This text has shadow with #73997E primary color and red secondary color.


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

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

This text has shadow with #73997E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73997E.

Preview

Color preview on black background

This text has color #73997E on black background.


Color preview on white background

This text has color #73997E on white background.


Black color preview on #73997E background

This text has black color on #73997E background.


White color preview on #73997E background

This text has white color on #73997E background.


Related colors

Complementary color

Complementary color for #hex is #8C6681.


I love getcolorcode.com

Triadic colors

1 #7E7399 and #997E73 with #73997E are triadic colors.

2 #7E9973 and #99737E with #73997E are triadic colors.