COLOR #95A173

HEX: #95A173
RGB: (149,161,115)

Color info

#95A173 contains red, green and blue colors in about the same proportion. Web safe color of #95A173 is #999966 (or #996).

RGB color model

#95A173 color RGB value is (149,161,115).

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

RGB channels and saturation

R 149 of 255 = 58%
G 161 of 255 = 63%
B 115 of 255 = 45%

149
161
115

R + G + B ~ 55%. #95A173 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 161 + 115 = 425 (100%)
R 149 of 425 ~ 35.06%
G 161 of 425 ~ 37.88%
B 115 of 425 ~ 27.06%

%35.06
%37.88
%27.06

CMYK color model

#95A173 color CMYK value is (7,0,29,37).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 36.86%
CMYK:
(7,0,29,37)
C7M0Y29K37 
(7%,0%,29%,37%)
(0.07/0.00/0.29/0.37)	

CMYK percentages

%7.45
%0
%28.57
%36.86

Codes

Color #95A173 in popluar color models

95A173
RGB149161115
HSL76°19.66%54.12%
HSB/HSV76°28.57%63.14%
CMYK7.45%0.00%28.57%
36.86%

Color #95A173 in popluar number systems.

HEX95A173
Decimal149161115
Binary10010101101000011110011
Octal225241163

Shades and tints

Shades of #95A173

#95A173
(149,161,115)
#889369
(136,147,105)
#7B855F
(123,133,95)
#6E7755
(110,119,85)
#61694B
(97,105,75)
#545B41
(84,91,65)
#474D37
(71,77,55)
#3A3F2D
(58,63,45)
#2D3123
(45,49,35)
#202319
(32,35,25)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #95A173

#95A173
(149,161,115)
#9EA97F
(158,169,127)
#A7B18B
(167,177,139)
#B0B997
(176,185,151)
#B9C1A3
(185,193,163)
#C2C9AF
(194,201,175)
#CBD1BB
(203,209,187)
#D4D9C7
(212,217,199)
#DDE1D3
(221,225,211)
#E6E9DF
(230,233,223)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A173 color. Also use rgb(149,161,115) instead hex code.

Text Font Color

.myTextColor { color: #95A173; }

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

This text font color is #95A173.


Background Color

.myBgColor { background-color: #95A173; }

<div style="background-color:#95A173">Inner text</div>

This div background color is #95A173.


Border color

.myBorderColor { border: 1px solid #95A173; }

<div style="border:3px solid #95A173">Div</div>

This div border color is #95A173.


Opacity

.myOpacity80 { color: #95A173; opacity: 0.8; }

<p style="color:#95A173;opacity:0.8;">80%</p>

Text with #95A173 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 #95A173;}

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

This text has shadow with #95A173 color.

.textShadow {text-shadow: 3px 3px 1px #95A173, 3px 3px 1px red;}

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

This text has shadow with #95A173 primary color and red secondary color.


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

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

This text has shadow with #95A173 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A173 on black background.


Color preview on white background

This text has color #95A173 on white background.



Black color preview on #95A173 background

This text has black color on #95A173 background.


White color preview on #95A173 background

This text has white color on #95A173 background.