COLOR #95A673

HEX: #95A673
RGB: (149,166,115)

Color info

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

RGB color model

#95A673 color RGB value is (149,166,115).

  • red value is 149;
  • green value is 166;
  • blue value is 115.
RGB:
(149,166,115)
(58%,65%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 115 of 255 = 45%

149
166
115

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

Portions of RGB colors in percentages

R + G + B =
149 + 166 + 115 = 430 (100%)
R 149 of 430 ~ 34.65%
G 166 of 430 ~ 38.6%
B 115 of 430 ~ 26.74%

%34.65
%38.6
%26.74

CMYK color model

#95A673 color CMYK value is (10,0,31,35).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 34.90%
CMYK:
(10,0,31,35)
C10M0Y31K35 
(10%,0%,31%,35%)
(0.10/0.00/0.31/0.35)	

CMYK percentages

%10.24
%0
%30.72
%34.9

Codes

Color #95A673 in popluar color models

95A673
RGB149166115
HSL80°22.27%55.10%
HSB/HSV80°30.72%65.10%
CMYK10.24%0.00%30.72%
34.90%

Color #95A673 in popluar number systems.

HEX95A673
Decimal149166115
Binary10010101101001101110011
Octal225246163

Shades and tints

Shades of #95A673

#95A673
(149,166,115)
#889769
(136,151,105)
#7B885F
(123,136,95)
#6E7955
(110,121,85)
#616A4B
(97,106,75)
#545B41
(84,91,65)
#474C37
(71,76,55)
#3A3D2D
(58,61,45)
#2D2E23
(45,46,35)
#201F19
(32,31,25)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #95A673

#95A673
(149,166,115)
#9EAE7F
(158,174,127)
#A7B68B
(167,182,139)
#B0BE97
(176,190,151)
#B9C6A3
(185,198,163)
#C2CEAF
(194,206,175)
#CBD6BB
(203,214,187)
#D4DEC7
(212,222,199)
#DDE6D3
(221,230,211)
#E6EEDF
(230,238,223)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A673 color. Also use rgb(149,166,115) instead hex code.

Text Font Color

.myTextColor { color: #95A673; }

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

This text font color is #95A673.


Background Color

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

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

This div background color is #95A673.


Border color

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

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

This div border color is #95A673.


Opacity

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

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

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

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

This text has shadow with #95A673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A673 on black background.


Color preview on white background

This text has color #95A673 on white background.



Black color preview on #95A673 background

This text has black color on #95A673 background.


White color preview on #95A673 background

This text has white color on #95A673 background.