COLOR #73958B

HEX: #73958B
RGB: (115,149,139)

Color info

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

RGB color model

#73958B color RGB value is (115,149,139).

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

RGB channels and saturation

R 115 of 255 = 45%
G 149 of 255 = 58%
B 139 of 255 = 55%

115
149
139

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

Portions of RGB colors in percentages

R + G + B =
115 + 149 + 139 = 403 (100%)
R 115 of 403 ~ 28.54%
G 149 of 403 ~ 36.97%
B 139 of 403 ~ 34.49%

%28.54
%36.97
%34.49

CMYK color model

#73958B color CMYK value is (23,0,7,42).

  • cyan value is 22.82%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(23,0,7,42)
C23M0Y7K42 
(23%,0%,7%,42%)
(0.23/0.00/0.07/0.42)	

CMYK percentages

%22.82
%0
%6.71
%41.57

Codes

Color #73958B in popluar color models

73958B
RGB115149139
HSL162°13.82%51.76%
HSB/HSV162°22.82%58.43%
CMYK22.82%0.00%6.71%
41.57%

Color #73958B in popluar number systems.

HEX73958B
Decimal115149139
Binary11100111001010110001011
Octal163225213

Shades and tints

Shades of #73958B

#73958B
(115,149,139)
#69887F
(105,136,127)
#5F7B73
(95,123,115)
#556E67
(85,110,103)
#4B615B
(75,97,91)
#41544F
(65,84,79)
#374743
(55,71,67)
#2D3A37
(45,58,55)
#232D2B
(35,45,43)
#19201F
(25,32,31)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #73958B

#73958B
(115,149,139)
#7F9E95
(127,158,149)
#8BA79F
(139,167,159)
#97B0A9
(151,176,169)
#A3B9B3
(163,185,179)
#AFC2BD
(175,194,189)
#BBCBC7
(187,203,199)
#C7D4D1
(199,212,209)
#D3DDDB
(211,221,219)
#DFE6E5
(223,230,229)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73958B; }

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

This text font color is #73958B.


Background Color

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

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

This div background color is #73958B.


Border color

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

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

This div border color is #73958B.


Opacity

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

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

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

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

This text has shadow with #73958B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73958B on black background.


Color preview on white background

This text has color #73958B on white background.



Black color preview on #73958B background

This text has black color on #73958B background.


White color preview on #73958B background

This text has white color on #73958B background.