COLOR #95A095

HEX: #95A095
RGB: (149,160,149)

Color info

#95A095 contains red, green and blue colors in about the same proportion. Web safe color of #95A095 is #999999 (or #999).

RGB color model

#95A095 color RGB value is (149,160,149).

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

RGB channels and saturation

R 149 of 255 = 58%
G 160 of 255 = 63%
B 149 of 255 = 58%

149
160
149

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

Portions of RGB colors in percentages

R + G + B =
149 + 160 + 149 = 458 (100%)
R 149 of 458 ~ 32.53%
G 160 of 458 ~ 34.93%
B 149 of 458 ~ 32.53%

%32.53
%34.93
%32.53

CMYK color model

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

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(7,0,7,37)
C7M0Y7K37 
(7%,0%,7%,37%)
(0.07/0.00/0.07/0.37)	

CMYK percentages

%6.87
%0
%6.87
%37.25

Codes

Color #95A095 in popluar color models

95A095
RGB149160149
HSL120°5.47%60.59%
HSB/HSV120°6.87%62.75%
CMYK6.87%0.00%6.87%
37.25%

Color #95A095 in popluar number systems.

HEX95A095
Decimal149160149
Binary100101011010000010010101
Octal225240225

Shades and tints

Shades of #95A095

#95A095
(149,160,149)
#889288
(136,146,136)
#7B847B
(123,132,123)
#6E766E
(110,118,110)
#616861
(97,104,97)
#545A54
(84,90,84)
#474C47
(71,76,71)
#3A3E3A
(58,62,58)
#2D302D
(45,48,45)
#202220
(32,34,32)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #95A095

#95A095
(149,160,149)
#9EA89E
(158,168,158)
#A7B0A7
(167,176,167)
#B0B8B0
(176,184,176)
#B9C0B9
(185,192,185)
#C2C8C2
(194,200,194)
#CBD0CB
(203,208,203)
#D4D8D4
(212,216,212)
#DDE0DD
(221,224,221)
#E6E8E6
(230,232,230)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A095; }

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

This text font color is #95A095.


Background Color

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

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

This div background color is #95A095.


Border color

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

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

This div border color is #95A095.


Opacity

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

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

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

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

This text has shadow with #95A095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A095 on black background.


Color preview on white background

This text has color #95A095 on white background.



Black color preview on #95A095 background

This text has black color on #95A095 background.


White color preview on #95A095 background

This text has white color on #95A095 background.