COLOR #95A191

HEX: #95A191 RGB: (149,161,145)

Color info

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

RGB color model

#95A191 color RGB value is (149,161,145).

RGB: (149,161,145) (58%, 63%, 57%)

RGB channels and saturation

R 149 of 255 = 58%
G 161 of 255 = 63%
B 145 of 255 = 57%

149
161
145

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

Portions of RGB colors in percentages

R + G + B = 149 + 161 + 145 = 455 (100%)
R 149 of 455 ~ 32.75%
G 161 of 455 ~ 35.38%
B 145 of 455 ~ 31.87'%

%32.75
%35.38
%31.87

CMYK color model

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

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 9.94%
  • key color value is 36.86%

CMYK: (7,0,10,37)
C7M0Y10K37 (7%, 0%, 10%, 37%)
(0.07 / 0.00 / 0.10 / 0.37)

CMYK percentages

%7.45
%0
%9.94
%36.86

Codes

Color #95A191 in popluar color models

95 A1 91
RGB 149 161 145
HSL 105° 7.84% 60.00%
HSB/HSV 105° 9.94% 63.14%
CMYK 7.45% 0.00% 9.94%
36.86%

Color #95A191 in popluar number systems.

HEX 95 A1 91
Decimal 149 161 145
Binary 10010101 10100001 10010001
Octal 225 241 221

Shades and tints

Shades of #95A191

#95A191
(149,161,145)
#889384
(136,147,132)
#7B8577
(123,133,119)
#6E776A
(110,119,106)
#61695D
(97,105,93)
#545B50
(84,91,80)
#474D43
(71,77,67)
#3A3F36
(58,63,54)
#2D3129
(45,49,41)
#20231C
(32,35,28)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #95A191

#95A191
(149,161,145)
#9EA99B
(158,169,155)
#A7B1A5
(167,177,165)
#B0B9AF
(176,185,175)
#B9C1B9
(185,193,185)
#C2C9C3
(194,201,195)
#CBD1CD
(203,209,205)
#D4D9D7
(212,217,215)
#DDE1E1
(221,225,225)
#E6E9EB
(230,233,235)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A191; }

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

This text font color is #95A191.

Background Color

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

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

This div background color is #95A191.

Border color

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

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

This div border color is #95A191.

Opacity

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

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

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

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

This text has shadow with #95A191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A191.

Preview

Color preview on black background

This text has color #95A191 on black background.


Color preview on white background

This text has color #95A191 on white background.


Black color preview on #95A191 background

This text has black color on #95A191 background.


White color preview on #95A191 background

This text has white color on #95A191 background.


Related colors

Complementary color

Complementary color for #hex is #6A5E6E.


I love getcolorcode.com

Triadic colors

1 #9195A1 and #A19195 with #95A191 are triadic colors.

2 #91A195 and #A19591 with #95A191 are triadic colors.