COLOR #95A366

HEX: #95A366
RGB: (149,163,102)

Color info

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

RGB color model

#95A366 color RGB value is (149,163,102).

  • red value is 149;
  • green value is 163;
  • blue value is 102.
RGB:
(149,163,102)
(58%,64%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 163 of 255 = 64%
B 102 of 255 = 40%

149
163
102

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

Portions of RGB colors in percentages

R + G + B =
149 + 163 + 102 = 414 (100%)
R 149 of 414 ~ 35.99%
G 163 of 414 ~ 39.37%
B 102 of 414 ~ 24.64%

%35.99
%39.37
%24.64

CMYK color model

#95A366 color CMYK value is (9,0,37,36).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 37.42%
  • key color value is 36.08%
CMYK:
(9,0,37,36)
C9M0Y37K36 
(9%,0%,37%,36%)
(0.09/0.00/0.37/0.36)	

CMYK percentages

%8.59
%0
%37.42
%36.08

Codes

Color #95A366 in popluar color models

95A366
RGB149163102
HSL74°24.90%51.96%
HSB/HSV74°37.42%63.92%
CMYK8.59%0.00%37.42%
36.08%

Color #95A366 in popluar number systems.

HEX95A366
Decimal149163102
Binary10010101101000111100110
Octal225243146

Shades and tints

Shades of #95A366

#95A366
(149,163,102)
#88955D
(136,149,93)
#7B8754
(123,135,84)
#6E794B
(110,121,75)
#616B42
(97,107,66)
#545D39
(84,93,57)
#474F30
(71,79,48)
#3A4127
(58,65,39)
#2D331E
(45,51,30)
#202515
(32,37,21)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #95A366

#95A366
(149,163,102)
#9EAB73
(158,171,115)
#A7B380
(167,179,128)
#B0BB8D
(176,187,141)
#B9C39A
(185,195,154)
#C2CBA7
(194,203,167)
#CBD3B4
(203,211,180)
#D4DBC1
(212,219,193)
#DDE3CE
(221,227,206)
#E6EBDB
(230,235,219)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A366 color. Also use rgb(149,163,102) instead hex code.

Text Font Color

.myTextColor { color: #95A366; }

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

This text font color is #95A366.


Background Color

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

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

This div background color is #95A366.


Border color

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

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

This div border color is #95A366.


Opacity

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

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

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

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

This text has shadow with #95A366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A366 on black background.


Color preview on white background

This text has color #95A366 on white background.



Black color preview on #95A366 background

This text has black color on #95A366 background.


White color preview on #95A366 background

This text has white color on #95A366 background.