COLOR #95A57B

HEX: #95A57B
RGB: (149,165,123)

Color info

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

RGB color model

#95A57B color RGB value is (149,165,123).

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

RGB channels and saturation

R 149 of 255 = 58%
G 165 of 255 = 65%
B 123 of 255 = 48%

149
165
123

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

Portions of RGB colors in percentages

R + G + B =
149 + 165 + 123 = 437 (100%)
R 149 of 437 ~ 34.1%
G 165 of 437 ~ 37.76%
B 123 of 437 ~ 28.15%

%34.1
%37.76
%28.15

CMYK color model

#95A57B color CMYK value is (10,0,25,35).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 35.29%
CMYK:
(10,0,25,35)
C10M0Y25K35 
(10%,0%,25%,35%)
(0.10/0.00/0.25/0.35)	

CMYK percentages

%9.7
%0
%25.45
%35.29

Codes

Color #95A57B in popluar color models

95A57B
RGB149165123
HSL83°18.92%56.47%
HSB/HSV83°25.45%64.71%
CMYK9.70%0.00%25.45%
35.29%

Color #95A57B in popluar number systems.

HEX95A57B
Decimal149165123
Binary10010101101001011111011
Octal225245173

Shades and tints

Shades of #95A57B

#95A57B
(149,165,123)
#889670
(136,150,112)
#7B8765
(123,135,101)
#6E785A
(110,120,90)
#61694F
(97,105,79)
#545A44
(84,90,68)
#474B39
(71,75,57)
#3A3C2E
(58,60,46)
#2D2D23
(45,45,35)
#201E18
(32,30,24)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #95A57B

#95A57B
(149,165,123)
#9EAD87
(158,173,135)
#A7B593
(167,181,147)
#B0BD9F
(176,189,159)
#B9C5AB
(185,197,171)
#C2CDB7
(194,205,183)
#CBD5C3
(203,213,195)
#D4DDCF
(212,221,207)
#DDE5DB
(221,229,219)
#E6EDE7
(230,237,231)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A57B; }

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

This text font color is #95A57B.


Background Color

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

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

This div background color is #95A57B.


Border color

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

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

This div border color is #95A57B.


Opacity

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

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

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

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

This text has shadow with #95A57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A57B on black background.


Color preview on white background

This text has color #95A57B on white background.



Black color preview on #95A57B background

This text has black color on #95A57B background.


White color preview on #95A57B background

This text has white color on #95A57B background.