COLOR #95A376

HEX: #95A376
RGB: (149,163,118)

Color info

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

RGB color model

#95A376 color RGB value is (149,163,118).

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

RGB channels and saturation

R 149 of 255 = 58%
G 163 of 255 = 64%
B 118 of 255 = 46%

149
163
118

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

Portions of RGB colors in percentages

R + G + B =
149 + 163 + 118 = 430 (100%)
R 149 of 430 ~ 34.65%
G 163 of 430 ~ 37.91%
B 118 of 430 ~ 27.44%

%34.65
%37.91
%27.44

CMYK color model

#95A376 color CMYK value is (9,0,28,36).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 27.61%
  • key color value is 36.08%
CMYK:
(9,0,28,36)
C9M0Y28K36 
(9%,0%,28%,36%)
(0.09/0.00/0.28/0.36)	

CMYK percentages

%8.59
%0
%27.61
%36.08

Codes

Color #95A376 in popluar color models

95A376
RGB149163118
HSL79°19.65%55.10%
HSB/HSV79°27.61%63.92%
CMYK8.59%0.00%27.61%
36.08%

Color #95A376 in popluar number systems.

HEX95A376
Decimal149163118
Binary10010101101000111110110
Octal225243166

Shades and tints

Shades of #95A376

#95A376
(149,163,118)
#88956C
(136,149,108)
#7B8762
(123,135,98)
#6E7958
(110,121,88)
#616B4E
(97,107,78)
#545D44
(84,93,68)
#474F3A
(71,79,58)
#3A4130
(58,65,48)
#2D3326
(45,51,38)
#20251C
(32,37,28)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #95A376

#95A376
(149,163,118)
#9EAB82
(158,171,130)
#A7B38E
(167,179,142)
#B0BB9A
(176,187,154)
#B9C3A6
(185,195,166)
#C2CBB2
(194,203,178)
#CBD3BE
(203,211,190)
#D4DBCA
(212,219,202)
#DDE3D6
(221,227,214)
#E6EBE2
(230,235,226)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A376; }

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

This text font color is #95A376.


Background Color

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

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

This div background color is #95A376.


Border color

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

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

This div border color is #95A376.


Opacity

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

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

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

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

This text has shadow with #95A376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A376 on black background.


Color preview on white background

This text has color #95A376 on white background.



Black color preview on #95A376 background

This text has black color on #95A376 background.


White color preview on #95A376 background

This text has white color on #95A376 background.