COLOR #73958F

HEX: #73958F
RGB: (115,149,143)

Color info

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

RGB color model

#73958F color RGB value is (115,149,143).

  • red value is 115;
  • green value is 149;
  • blue value is 143.
RGB:
(115,149,143)
(45%,58%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 149 of 255 = 58%
B 143 of 255 = 56%

115
149
143

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

Portions of RGB colors in percentages

R + G + B =
115 + 149 + 143 = 407 (100%)
R 115 of 407 ~ 28.26%
G 149 of 407 ~ 36.61%
B 143 of 407 ~ 35.14%

%28.26
%36.61
%35.14

CMYK color model

#73958F color CMYK value is (23,0,4,42).

  • cyan value is 22.82%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(23,0,4,42)
C23M0Y4K42 
(23%,0%,4%,42%)
(0.23/0.00/0.04/0.42)	

CMYK percentages

%22.82
%0
%4.03
%41.57

Codes

Color #73958F in popluar color models

73958F
RGB115149143
HSL169°13.82%51.76%
HSB/HSV169°22.82%58.43%
CMYK22.82%0.00%4.03%
41.57%

Color #73958F in popluar number systems.

HEX73958F
Decimal115149143
Binary11100111001010110001111
Octal163225217

Shades and tints

Shades of #73958F

#73958F
(115,149,143)
#698882
(105,136,130)
#5F7B75
(95,123,117)
#556E68
(85,110,104)
#4B615B
(75,97,91)
#41544E
(65,84,78)
#374741
(55,71,65)
#2D3A34
(45,58,52)
#232D27
(35,45,39)
#19201A
(25,32,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #73958F

#73958F
(115,149,143)
#7F9E99
(127,158,153)
#8BA7A3
(139,167,163)
#97B0AD
(151,176,173)
#A3B9B7
(163,185,183)
#AFC2C1
(175,194,193)
#BBCBCB
(187,203,203)
#C7D4D5
(199,212,213)
#D3DDDF
(211,221,223)
#DFE6E9
(223,230,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73958F; }

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

This text font color is #73958F.


Background Color

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

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

This div background color is #73958F.


Border color

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

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

This div border color is #73958F.


Opacity

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

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

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

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

This text has shadow with #73958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73958F on black background.


Color preview on white background

This text has color #73958F on white background.



Black color preview on #73958F background

This text has black color on #73958F background.


White color preview on #73958F background

This text has white color on #73958F background.