COLOR #95A68A

HEX: #95A68A
RGB: (149,166,138)

Color info

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

RGB color model

#95A68A color RGB value is (149,166,138).

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

RGB channels and saturation

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

149
166
138

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

Portions of RGB colors in percentages

R + G + B =
149 + 166 + 138 = 453 (100%)
R 149 of 453 ~ 32.89%
G 166 of 453 ~ 36.64%
B 138 of 453 ~ 30.46%

%32.89
%36.64
%30.46

CMYK color model

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

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • 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
%16.87
%34.9

Codes

Color #95A68A in popluar color models

95A68A
RGB149166138
HSL96°13.59%59.61%
HSB/HSV96°16.87%65.10%
CMYK10.24%0.00%16.87%
34.90%

Color #95A68A in popluar number systems.

HEX95A68A
Decimal149166138
Binary100101011010011010001010
Octal225246212

Shades and tints

Shades of #95A68A

#95A68A
(149,166,138)
#88977E
(136,151,126)
#7B8872
(123,136,114)
#6E7966
(110,121,102)
#616A5A
(97,106,90)
#545B4E
(84,91,78)
#474C42
(71,76,66)
#3A3D36
(58,61,54)
#2D2E2A
(45,46,42)
#201F1E
(32,31,30)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #95A68A

#95A68A
(149,166,138)
#9EAE94
(158,174,148)
#A7B69E
(167,182,158)
#B0BEA8
(176,190,168)
#B9C6B2
(185,198,178)
#C2CEBC
(194,206,188)
#CBD6C6
(203,214,198)
#D4DED0
(212,222,208)
#DDE6DA
(221,230,218)
#E6EEE4
(230,238,228)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A68A; }

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

This text font color is #95A68A.


Background Color

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

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

This div background color is #95A68A.


Border color

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

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

This div border color is #95A68A.


Opacity

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

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

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

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

This text has shadow with #95A68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A68A on black background.


Color preview on white background

This text has color #95A68A on white background.



Black color preview on #95A68A background

This text has black color on #95A68A background.


White color preview on #95A68A background

This text has white color on #95A68A background.