COLOR #95A06D

HEX: #95A06D
RGB: (149,160,109)

Color info

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

RGB color model

#95A06D color RGB value is (149,160,109).

  • red value is 149;
  • green value is 160;
  • blue value is 109.
RGB:
(149,160,109)
(58%,63%,43%)

RGB channels and saturation

R 149 of 255 = 58%
G 160 of 255 = 63%
B 109 of 255 = 43%

149
160
109

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

Portions of RGB colors in percentages

R + G + B =
149 + 160 + 109 = 418 (100%)
R 149 of 418 ~ 35.65%
G 160 of 418 ~ 38.28%
B 109 of 418 ~ 26.08%

%35.65
%38.28
%26.08

CMYK color model

#95A06D color CMYK value is (7,0,32,37).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 31.88%
  • key color value is 37.25%
CMYK:
(7,0,32,37)
C7M0Y32K37 
(7%,0%,32%,37%)
(0.07/0.00/0.32/0.37)	

CMYK percentages

%6.87
%0
%31.88
%37.25

Codes

Color #95A06D in popluar color models

95A06D
RGB149160109
HSL73°21.16%52.75%
HSB/HSV73°31.88%62.75%
CMYK6.87%0.00%31.88%
37.25%

Color #95A06D in popluar number systems.

HEX95A06D
Decimal149160109
Binary10010101101000001101101
Octal225240155

Shades and tints

Shades of #95A06D

#95A06D
(149,160,109)
#889264
(136,146,100)
#7B845B
(123,132,91)
#6E7652
(110,118,82)
#616849
(97,104,73)
#545A40
(84,90,64)
#474C37
(71,76,55)
#3A3E2E
(58,62,46)
#2D3025
(45,48,37)
#20221C
(32,34,28)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #95A06D

#95A06D
(149,160,109)
#9EA87A
(158,168,122)
#A7B087
(167,176,135)
#B0B894
(176,184,148)
#B9C0A1
(185,192,161)
#C2C8AE
(194,200,174)
#CBD0BB
(203,208,187)
#D4D8C8
(212,216,200)
#DDE0D5
(221,224,213)
#E6E8E2
(230,232,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A06D color. Also use rgb(149,160,109) instead hex code.

Text Font Color

.myTextColor { color: #95A06D; }

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

This text font color is #95A06D.


Background Color

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

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

This div background color is #95A06D.


Border color

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

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

This div border color is #95A06D.


Opacity

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

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

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

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

This text has shadow with #95A06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A06D on black background.


Color preview on white background

This text has color #95A06D on white background.



Black color preview on #95A06D background

This text has black color on #95A06D background.


White color preview on #95A06D background

This text has white color on #95A06D background.