COLOR #95A689

HEX: #95A689
RGB: (149,166,137)

Color info

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

RGB color model

#95A689 color RGB value is (149,166,137).

  • red value is 149;
  • green value is 166;
  • blue value is 137.
RGB:
(149,166,137)
(58%,65%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 137 of 255 = 54%

149
166
137

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

Portions of RGB colors in percentages

R + G + B =
149 + 166 + 137 = 452 (100%)
R 149 of 452 ~ 32.96%
G 166 of 452 ~ 36.73%
B 137 of 452 ~ 30.31%

%32.96
%36.73
%30.31

CMYK color model

#95A689 color CMYK value is (10,0,17,35).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 34.90%
CMYK:
(10,0,17,35)
C10M0Y17K35 
(10%,0%,17%,35%)
(0.10/0.00/0.17/0.35)	

CMYK percentages

%10.24
%0
%17.47
%34.9

Codes

Color #95A689 in popluar color models

95A689
RGB149166137
HSL95°14.01%59.41%
HSB/HSV95°17.47%65.10%
CMYK10.24%0.00%17.47%
34.90%

Color #95A689 in popluar number systems.

HEX95A689
Decimal149166137
Binary100101011010011010001001
Octal225246211

Shades and tints

Shades of #95A689

#95A689
(149,166,137)
#88977D
(136,151,125)
#7B8871
(123,136,113)
#6E7965
(110,121,101)
#616A59
(97,106,89)
#545B4D
(84,91,77)
#474C41
(71,76,65)
#3A3D35
(58,61,53)
#2D2E29
(45,46,41)
#201F1D
(32,31,29)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #95A689

#95A689
(149,166,137)
#9EAE93
(158,174,147)
#A7B69D
(167,182,157)
#B0BEA7
(176,190,167)
#B9C6B1
(185,198,177)
#C2CEBB
(194,206,187)
#CBD6C5
(203,214,197)
#D4DECF
(212,222,207)
#DDE6D9
(221,230,217)
#E6EEE3
(230,238,227)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A689; }

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

This text font color is #95A689.


Background Color

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

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

This div background color is #95A689.


Border color

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

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

This div border color is #95A689.


Opacity

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

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

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

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

This text has shadow with #95A689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A689 on black background.


Color preview on white background

This text has color #95A689 on white background.



Black color preview on #95A689 background

This text has black color on #95A689 background.


White color preview on #95A689 background

This text has white color on #95A689 background.