COLOR #95A68F

HEX: #95A68F
RGB: (149,166,143)

Color info

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

RGB color model

#95A68F color RGB value is (149,166,143).

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

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 143 of 255 = 56%

149
166
143

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

Portions of RGB colors in percentages

R + G + B =
149 + 166 + 143 = 458 (100%)
R 149 of 458 ~ 32.53%
G 166 of 458 ~ 36.24%
B 143 of 458 ~ 31.22%

%32.53
%36.24
%31.22

CMYK color model

#95A68F color CMYK value is (10,0,14,35).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 34.90%
CMYK:
(10,0,14,35)
C10M0Y14K35 
(10%,0%,14%,35%)
(0.10/0.00/0.14/0.35)	

CMYK percentages

%10.24
%0
%13.86
%34.9

Codes

Color #95A68F in popluar color models

95A68F
RGB149166143
HSL104°11.44%60.59%
HSB/HSV104°13.86%65.10%
CMYK10.24%0.00%13.86%
34.90%

Color #95A68F in popluar number systems.

HEX95A68F
Decimal149166143
Binary100101011010011010001111
Octal225246217

Shades and tints

Shades of #95A68F

#95A68F
(149,166,143)
#889782
(136,151,130)
#7B8875
(123,136,117)
#6E7968
(110,121,104)
#616A5B
(97,106,91)
#545B4E
(84,91,78)
#474C41
(71,76,65)
#3A3D34
(58,61,52)
#2D2E27
(45,46,39)
#201F1A
(32,31,26)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #95A68F

#95A68F
(149,166,143)
#9EAE99
(158,174,153)
#A7B6A3
(167,182,163)
#B0BEAD
(176,190,173)
#B9C6B7
(185,198,183)
#C2CEC1
(194,206,193)
#CBD6CB
(203,214,203)
#D4DED5
(212,222,213)
#DDE6DF
(221,230,223)
#E6EEE9
(230,238,233)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A68F; }

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

This text font color is #95A68F.


Background Color

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

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

This div background color is #95A68F.


Border color

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

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

This div border color is #95A68F.


Opacity

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

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

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

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

This text has shadow with #95A68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A68F on black background.


Color preview on white background

This text has color #95A68F on white background.



Black color preview on #95A68F background

This text has black color on #95A68F background.


White color preview on #95A68F background

This text has white color on #95A68F background.