COLOR #95A87A

HEX: #95A87A
RGB: (149,168,122)

Color info

#95A87A contains red, green and blue colors in about the same proportion. Web safe color of #95A87A is #999966 (or #996).

RGB color model

#95A87A color RGB value is (149,168,122).

  • red value is 149;
  • green value is 168;
  • blue value is 122.
RGB:
(149,168,122)
(58%,66%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 122 of 255 = 48%

149
168
122

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

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 122 = 439 (100%)
R 149 of 439 ~ 33.94%
G 168 of 439 ~ 38.27%
B 122 of 439 ~ 27.79%

%33.94
%38.27
%27.79

CMYK color model

#95A87A color CMYK value is (11,0,27,34).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 27.38%
  • key color value is 34.12%
CMYK:
(11,0,27,34)
C11M0Y27K34 
(11%,0%,27%,34%)
(0.11/0.00/0.27/0.34)	

CMYK percentages

%11.31
%0
%27.38
%34.12

Codes

Color #95A87A in popluar color models

95A87A
RGB149168122
HSL85°20.91%56.86%
HSB/HSV85°27.38%65.88%
CMYK11.31%0.00%27.38%
34.12%

Color #95A87A in popluar number systems.

HEX95A87A
Decimal149168122
Binary10010101101010001111010
Octal225250172

Shades and tints

Shades of #95A87A

#95A87A
(149,168,122)
#88996F
(136,153,111)
#7B8A64
(123,138,100)
#6E7B59
(110,123,89)
#616C4E
(97,108,78)
#545D43
(84,93,67)
#474E38
(71,78,56)
#3A3F2D
(58,63,45)
#2D3022
(45,48,34)
#202117
(32,33,23)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #95A87A

#95A87A
(149,168,122)
#9EAF86
(158,175,134)
#A7B692
(167,182,146)
#B0BD9E
(176,189,158)
#B9C4AA
(185,196,170)
#C2CBB6
(194,203,182)
#CBD2C2
(203,210,194)
#D4D9CE
(212,217,206)
#DDE0DA
(221,224,218)
#E6E7E6
(230,231,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A87A; }

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

This text font color is #95A87A.


Background Color

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

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

This div background color is #95A87A.


Border color

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

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

This div border color is #95A87A.


Opacity

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

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

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

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

This text has shadow with #95A87A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A87A on black background.


Color preview on white background

This text has color #95A87A on white background.



Black color preview on #95A87A background

This text has black color on #95A87A background.


White color preview on #95A87A background

This text has white color on #95A87A background.