COLOR #95A073

HEX: #95A073
RGB: (149,160,115)

Color info

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

RGB color model

#95A073 color RGB value is (149,160,115).

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

RGB channels and saturation

R 149 of 255 = 58%
G 160 of 255 = 63%
B 115 of 255 = 45%

149
160
115

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

Portions of RGB colors in percentages

R + G + B =
149 + 160 + 115 = 424 (100%)
R 149 of 424 ~ 35.14%
G 160 of 424 ~ 37.74%
B 115 of 424 ~ 27.12%

%35.14
%37.74
%27.12

CMYK color model

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

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 37.25%
CMYK:
(7,0,28,37)
C7M0Y28K37 
(7%,0%,28%,37%)
(0.07/0.00/0.28/0.37)	

CMYK percentages

%6.87
%0
%28.13
%37.25

Codes

Color #95A073 in popluar color models

95A073
RGB149160115
HSL75°19.15%53.92%
HSB/HSV75°28.13%62.75%
CMYK6.87%0.00%28.13%
37.25%

Color #95A073 in popluar number systems.

HEX95A073
Decimal149160115
Binary10010101101000001110011
Octal225240163

Shades and tints

Shades of #95A073

#95A073
(149,160,115)
#889269
(136,146,105)
#7B845F
(123,132,95)
#6E7655
(110,118,85)
#61684B
(97,104,75)
#545A41
(84,90,65)
#474C37
(71,76,55)
#3A3E2D
(58,62,45)
#2D3023
(45,48,35)
#202219
(32,34,25)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #95A073

#95A073
(149,160,115)
#9EA87F
(158,168,127)
#A7B08B
(167,176,139)
#B0B897
(176,184,151)
#B9C0A3
(185,192,163)
#C2C8AF
(194,200,175)
#CBD0BB
(203,208,187)
#D4D8C7
(212,216,199)
#DDE0D3
(221,224,211)
#E6E8DF
(230,232,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A073; }

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

This text font color is #95A073.


Background Color

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

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

This div background color is #95A073.


Border color

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

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

This div border color is #95A073.


Opacity

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

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

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

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

This text has shadow with #95A073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A073 on black background.


Color preview on white background

This text has color #95A073 on white background.



Black color preview on #95A073 background

This text has black color on #95A073 background.


White color preview on #95A073 background

This text has white color on #95A073 background.