COLOR #73998F

HEX: #73998F RGB: (115,153,143)

Color info

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

RGB color model

#73998F color RGB value is (115,153,143).

RGB: (115,153,143) (45%, 60%, 56%)

RGB channels and saturation

R 115 of 255 = 45%
G 153 of 255 = 60%
B 143 of 255 = 56%

115
153
143

R + G + B ~ 54%. #73998F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 153 + 143 = 411 (100%)
R 115 of 411 ~ 27.98%
G 153 of 411 ~ 37.23%
B 143 of 411 ~ 34.79'%

%27.98
%37.23
%34.79

CMYK color model

#73998F color CMYK value is (25,0,7,40).

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

CMYK: (25,0,7,40)
C25M0Y7K40 (25%, 0%, 7%, 40%)
(0.25 / 0.00 / 0.07 / 0.40)

CMYK percentages

%24.84
%0
%6.54
%40

Codes

Color #73998F in popluar color models

73 99 8F
RGB 115 153 143
HSL 164° 15.70% 52.55%
HSB/HSV 164° 24.84% 60.00%
CMYK 24.84% 0.00% 6.54%
40.00%

Color #73998F in popluar number systems.

HEX 73 99 8F
Decimal 115 153 143
Binary 1110011 10011001 10001111
Octal 163 231 217

Shades and tints

Shades of #73998F

#73998F
(115,153,143)
#698C82
(105,140,130)
#5F7F75
(95,127,117)
#557268
(85,114,104)
#4B655B
(75,101,91)
#41584E
(65,88,78)
#374B41
(55,75,65)
#2D3E34
(45,62,52)
#233127
(35,49,39)
#19241A
(25,36,26)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #73998F

#73998F
(115,153,143)
#7FA299
(127,162,153)
#8BABA3
(139,171,163)
#97B4AD
(151,180,173)
#A3BDB7
(163,189,183)
#AFC6C1
(175,198,193)
#BBCFCB
(187,207,203)
#C7D8D5
(199,216,213)
#D3E1DF
(211,225,223)
#DFEAE9
(223,234,233)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73998F color. Also use rgb(115,153,143) instead hex code.

Text Font Color

.myTextColor { color: #73998F; }

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

This text font color is #73998F.

Background Color

.myBgColor { background-color: #73998F; }

<div style="background-color:#73998F">Inner text</div>

This div background color is #73998F.

Border color

.myBorderColor { border: 1px solid #73998F; }

<div style="border:3px solid #73998F">Div</div>

This div border color is #73998F.

Opacity

.myOpacity80 { color: #73998F; opacity: 0.8; }

<p style="color:#73998F;opacity:0.8;">80%</p>

Text with #73998F 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 #73998F;}

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

This text has shadow with #73998F color.


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

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

This text has shadow with #73998F primary color and red secondary color.


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

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

This text has shadow with #73998F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73998F.

Preview

Color preview on black background

This text has color #73998F on black background.


Color preview on white background

This text has color #73998F on white background.


Black color preview on #73998F background

This text has black color on #73998F background.


White color preview on #73998F background

This text has white color on #73998F background.


Related colors

Complementary color

Complementary color for #hex is #8C6670.


I love getcolorcode.com

Triadic colors

1 #8F7399 and #998F73 with #73998F are triadic colors.

2 #8F9973 and #99738F with #73998F are triadic colors.