COLOR #95AA5C

HEX: #95AA5C
RGB: (149,170,92)

Color info

#95AA5C contains mainly red and green colors. Web safe color of #95AA5C is #999966 (or #996).

RGB color model

#95AA5C color RGB value is (149,170,92).

  • red value is 149;
  • green value is 170;
  • blue value is 92.
RGB:
(149,170,92)
(58%,67%,36%)

RGB channels and saturation

R 149 of 255 = 58%
G 170 of 255 = 67%
B 92 of 255 = 36%

149
170
92

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

Portions of RGB colors in percentages

R + G + B =
149 + 170 + 92 = 411 (100%)
R 149 of 411 ~ 36.25%
G 170 of 411 ~ 41.36%
B 92 of 411 ~ 22.38%

%36.25
%41.36
%22.38

CMYK color model

#95AA5C color CMYK value is (12,0,46,33).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 45.88%
  • key color value is 33.33%
CMYK:
(12,0,46,33)
C12M0Y46K33 
(12%,0%,46%,33%)
(0.12/0.00/0.46/0.33)	

CMYK percentages

%12.35
%0
%45.88
%33.33

Codes

Color #95AA5C in popluar color models

95AA5C
RGB14917092
HSL76°31.45%51.37%
HSB/HSV76°45.88%66.67%
CMYK12.35%0.00%45.88%
33.33%

Color #95AA5C in popluar number systems.

HEX95AA5C
Decimal14917092
Binary10010101101010101011100
Octal225252134

Shades and tints

Shades of #95AA5C

#95AA5C
(149,170,92)
#889B54
(136,155,84)
#7B8C4C
(123,140,76)
#6E7D44
(110,125,68)
#616E3C
(97,110,60)
#545F34
(84,95,52)
#47502C
(71,80,44)
#3A4124
(58,65,36)
#2D321C
(45,50,28)
#202314
(32,35,20)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #95AA5C

#95AA5C
(149,170,92)
#9EB16A
(158,177,106)
#A7B878
(167,184,120)
#B0BF86
(176,191,134)
#B9C694
(185,198,148)
#C2CDA2
(194,205,162)
#CBD4B0
(203,212,176)
#D4DBBE
(212,219,190)
#DDE2CC
(221,226,204)
#E6E9DA
(230,233,218)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AA5C color. Also use rgb(149,170,92) instead hex code.

Text Font Color

.myTextColor { color: #95AA5C; }

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

This text font color is #95AA5C.


Background Color

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

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

This div background color is #95AA5C.


Border color

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

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

This div border color is #95AA5C.


Opacity

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

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

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

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

This text has shadow with #95AA5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AA5C on black background.


Color preview on white background

This text has color #95AA5C on white background.



Black color preview on #95AA5C background

This text has black color on #95AA5C background.


White color preview on #95AA5C background

This text has white color on #95AA5C background.