COLOR #95A065

HEX: #95A065
RGB: (149,160,101)

Color info

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

RGB color model

#95A065 color RGB value is (149,160,101).

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

RGB channels and saturation

R 149 of 255 = 58%
G 160 of 255 = 63%
B 101 of 255 = 40%

149
160
101

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

Portions of RGB colors in percentages

R + G + B =
149 + 160 + 101 = 410 (100%)
R 149 of 410 ~ 36.34%
G 160 of 410 ~ 39.02%
B 101 of 410 ~ 24.63%

%36.34
%39.02
%24.63

CMYK color model

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

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 36.88%
  • key color value is 37.25%
CMYK:
(7,0,37,37)
C7M0Y37K37 
(7%,0%,37%,37%)
(0.07/0.00/0.37/0.37)	

CMYK percentages

%6.87
%0
%36.88
%37.25

Codes

Color #95A065 in popluar color models

95A065
RGB149160101
HSL71°23.69%51.18%
HSB/HSV71°36.88%62.75%
CMYK6.87%0.00%36.88%
37.25%

Color #95A065 in popluar number systems.

HEX95A065
Decimal149160101
Binary10010101101000001100101
Octal225240145

Shades and tints

Shades of #95A065

#95A065
(149,160,101)
#88925C
(136,146,92)
#7B8453
(123,132,83)
#6E764A
(110,118,74)
#616841
(97,104,65)
#545A38
(84,90,56)
#474C2F
(71,76,47)
#3A3E26
(58,62,38)
#2D301D
(45,48,29)
#202214
(32,34,20)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #95A065

#95A065
(149,160,101)
#9EA873
(158,168,115)
#A7B081
(167,176,129)
#B0B88F
(176,184,143)
#B9C09D
(185,192,157)
#C2C8AB
(194,200,171)
#CBD0B9
(203,208,185)
#D4D8C7
(212,216,199)
#DDE0D5
(221,224,213)
#E6E8E3
(230,232,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A065; }

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

This text font color is #95A065.


Background Color

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

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

This div background color is #95A065.


Border color

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

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

This div border color is #95A065.


Opacity

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

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

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

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

This text has shadow with #95A065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A065 on black background.


Color preview on white background

This text has color #95A065 on white background.



Black color preview on #95A065 background

This text has black color on #95A065 background.


White color preview on #95A065 background

This text has white color on #95A065 background.