COLOR #95A58F

HEX: #95A58F
RGB: (149,165,143)

Color info

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

RGB color model

#95A58F color RGB value is (149,165,143).

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

RGB channels and saturation

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

149
165
143

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

Portions of RGB colors in percentages

R + G + B =
149 + 165 + 143 = 457 (100%)
R 149 of 457 ~ 32.6%
G 165 of 457 ~ 36.11%
B 143 of 457 ~ 31.29%

%32.6
%36.11
%31.29

CMYK color model

#95A58F color CMYK value is (10,0,13,35).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(10,0,13,35)
C10M0Y13K35 
(10%,0%,13%,35%)
(0.10/0.00/0.13/0.35)	

CMYK percentages

%9.7
%0
%13.33
%35.29

Codes

Color #95A58F in popluar color models

95A58F
RGB149165143
HSL104°10.89%60.39%
HSB/HSV104°13.33%64.71%
CMYK9.70%0.00%13.33%
35.29%

Color #95A58F in popluar number systems.

HEX95A58F
Decimal149165143
Binary100101011010010110001111
Octal225245217

Shades and tints

Shades of #95A58F

#95A58F
(149,165,143)
#889682
(136,150,130)
#7B8775
(123,135,117)
#6E7868
(110,120,104)
#61695B
(97,105,91)
#545A4E
(84,90,78)
#474B41
(71,75,65)
#3A3C34
(58,60,52)
#2D2D27
(45,45,39)
#201E1A
(32,30,26)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #95A58F

#95A58F
(149,165,143)
#9EAD99
(158,173,153)
#A7B5A3
(167,181,163)
#B0BDAD
(176,189,173)
#B9C5B7
(185,197,183)
#C2CDC1
(194,205,193)
#CBD5CB
(203,213,203)
#D4DDD5
(212,221,213)
#DDE5DF
(221,229,223)
#E6EDE9
(230,237,233)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A58F; }

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

This text font color is #95A58F.


Background Color

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

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

This div background color is #95A58F.


Border color

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

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

This div border color is #95A58F.


Opacity

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

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

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

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

This text has shadow with #95A58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A58F on black background.


Color preview on white background

This text has color #95A58F on white background.



Black color preview on #95A58F background

This text has black color on #95A58F background.


White color preview on #95A58F background

This text has white color on #95A58F background.