COLOR #95A089

HEX: #95A089 RGB: (149,160,137)

Color info

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

RGB color model

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

RGB: (149,160,137) (58%, 63%, 54%)

RGB channels and saturation

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

149
160
137

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

Portions of RGB colors in percentages

R + G + B = 149 + 160 + 137 = 446 (100%)
R 149 of 446 ~ 33.41%
G 160 of 446 ~ 35.87%
B 137 of 446 ~ 30.72'%

%33.41
%35.87
%30.72

CMYK color model

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

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 37.25%

CMYK: (7,0,14,37)
C7M0Y14K37 (7%, 0%, 14%, 37%)
(0.07 / 0.00 / 0.14 / 0.37)

CMYK percentages

%6.87
%0
%14.38
%37.25

Codes

Color #95A089 in popluar color models

95 A0 89
RGB 149 160 137
HSL 89° 10.80% 58.24%
HSB/HSV 89° 14.38% 62.75%
CMYK 6.87% 0.00% 14.38%
37.25%

Color #95A089 in popluar number systems.

HEX 95 A0 89
Decimal 149 160 137
Binary 10010101 10100000 10001001
Octal 225 240 211

Shades and tints

Shades of #95A089

#95A089
(149,160,137)
#88927D
(136,146,125)
#7B8471
(123,132,113)
#6E7665
(110,118,101)
#616859
(97,104,89)
#545A4D
(84,90,77)
#474C41
(71,76,65)
#3A3E35
(58,62,53)
#2D3029
(45,48,41)
#20221D
(32,34,29)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #95A089

#95A089
(149,160,137)
#9EA893
(158,168,147)
#A7B09D
(167,176,157)
#B0B8A7
(176,184,167)
#B9C0B1
(185,192,177)
#C2C8BB
(194,200,187)
#CBD0C5
(203,208,197)
#D4D8CF
(212,216,207)
#DDE0D9
(221,224,217)
#E6E8E3
(230,232,227)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A089; }

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

This text font color is #95A089.

Background Color

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

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

This div background color is #95A089.

Border color

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

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

This div border color is #95A089.

Opacity

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

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

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

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

This text has shadow with #95A089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A089.

Preview

Color preview on black background

This text has color #95A089 on black background.


Color preview on white background

This text has color #95A089 on white background.


Black color preview on #95A089 background

This text has black color on #95A089 background.


White color preview on #95A089 background

This text has white color on #95A089 background.


Related colors

Complementary color

Complementary color for #hex is #6A5F76.


I love getcolorcode.com

Triadic colors

1 #8995A0 and #A08995 with #95A089 are triadic colors.

2 #89A095 and #A09589 with #95A089 are triadic colors.