COLOR #95A48A

HEX: #95A48A
RGB: (149,164,138)

Color info

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

RGB color model

#95A48A color RGB value is (149,164,138).

  • red value is 149;
  • green value is 164;
  • blue value is 138.
RGB:
(149,164,138)
(58%,64%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 138 of 255 = 54%

149
164
138

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

Portions of RGB colors in percentages

R + G + B =
149 + 164 + 138 = 451 (100%)
R 149 of 451 ~ 33.04%
G 164 of 451 ~ 36.36%
B 138 of 451 ~ 30.6%

%33.04
%36.36
%30.6

CMYK color model

#95A48A color CMYK value is (9,0,16,36).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(9,0,16,36)
C9M0Y16K36 
(9%,0%,16%,36%)
(0.09/0.00/0.16/0.36)	

CMYK percentages

%9.15
%0
%15.85
%35.69

Codes

Color #95A48A in popluar color models

95A48A
RGB149164138
HSL95°12.50%59.22%
HSB/HSV95°15.85%64.31%
CMYK9.15%0.00%15.85%
35.69%

Color #95A48A in popluar number systems.

HEX95A48A
Decimal149164138
Binary100101011010010010001010
Octal225244212

Shades and tints

Shades of #95A48A

#95A48A
(149,164,138)
#88967E
(136,150,126)
#7B8872
(123,136,114)
#6E7A66
(110,122,102)
#616C5A
(97,108,90)
#545E4E
(84,94,78)
#475042
(71,80,66)
#3A4236
(58,66,54)
#2D342A
(45,52,42)
#20261E
(32,38,30)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #95A48A

#95A48A
(149,164,138)
#9EAC94
(158,172,148)
#A7B49E
(167,180,158)
#B0BCA8
(176,188,168)
#B9C4B2
(185,196,178)
#C2CCBC
(194,204,188)
#CBD4C6
(203,212,198)
#D4DCD0
(212,220,208)
#DDE4DA
(221,228,218)
#E6ECE4
(230,236,228)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A48A color. Also use rgb(149,164,138) instead hex code.

Text Font Color

.myTextColor { color: #95A48A; }

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

This text font color is #95A48A.


Background Color

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

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

This div background color is #95A48A.


Border color

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

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

This div border color is #95A48A.


Opacity

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

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

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

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

This text has shadow with #95A48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A48A on black background.


Color preview on white background

This text has color #95A48A on white background.



Black color preview on #95A48A background

This text has black color on #95A48A background.


White color preview on #95A48A background

This text has white color on #95A48A background.