COLOR #95A092

HEX: #95A092
RGB: (149,160,146)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
160
146

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

Portions of RGB colors in percentages

R + G + B =
149 + 160 + 146 = 455 (100%)
R 149 of 455 ~ 32.75%
G 160 of 455 ~ 35.16%
B 146 of 455 ~ 32.09%

%32.75
%35.16
%32.09

CMYK color model

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

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

CMYK percentages

%6.87
%0
%8.75
%37.25

Codes

Color #95A092 in popluar color models

95A092
RGB149160146
HSL107°6.86%60.00%
HSB/HSV107°8.75%62.75%
CMYK6.87%0.00%8.75%
37.25%

Color #95A092 in popluar number systems.

HEX95A092
Decimal149160146
Binary100101011010000010010010
Octal225240222

Shades and tints

Shades of #95A092

#95A092
(149,160,146)
#889285
(136,146,133)
#7B8478
(123,132,120)
#6E766B
(110,118,107)
#61685E
(97,104,94)
#545A51
(84,90,81)
#474C44
(71,76,68)
#3A3E37
(58,62,55)
#2D302A
(45,48,42)
#20221D
(32,34,29)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #95A092

#95A092
(149,160,146)
#9EA89B
(158,168,155)
#A7B0A4
(167,176,164)
#B0B8AD
(176,184,173)
#B9C0B6
(185,192,182)
#C2C8BF
(194,200,191)
#CBD0C8
(203,208,200)
#D4D8D1
(212,216,209)
#DDE0DA
(221,224,218)
#E6E8E3
(230,232,227)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A092; }

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

This text font color is #95A092.


Background Color

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

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

This div background color is #95A092.


Border color

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

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

This div border color is #95A092.


Opacity

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

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

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

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

This text has shadow with #95A092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A092 on black background.


Color preview on white background

This text has color #95A092 on white background.



Black color preview on #95A092 background

This text has black color on #95A092 background.


White color preview on #95A092 background

This text has white color on #95A092 background.