COLOR #95897A

HEX: #95897A
RGB: (149,137,122)

Color info

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

RGB color model

#95897A color RGB value is (149,137,122).

  • red value is 149;
  • green value is 137;
  • blue value is 122.
RGB:
(149,137,122)
(58%,54%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 122 of 255 = 48%

149
137
122

R + G + B ~ 53%. #95897A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 122 = 408 (100%)
R 149 of 408 ~ 36.52%
G 137 of 408 ~ 33.58%
B 122 of 408 ~ 29.9%

%36.52
%33.58
%29.9

CMYK color model

#95897A color CMYK value is (0,8,18,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 18.12%
  • key color value is 41.57%
CMYK:
(0,8,18,42)
C0M8Y18K42 
(0%,8%,18%,42%)
(0.00/0.08/0.18/0.42)	

CMYK percentages

%0
%8.05
%18.12
%41.57

Codes

Color #95897A in popluar color models

95897A
RGB149137122
HSL33°11.30%53.14%
HSB/HSV33°18.12%58.43%
CMYK0.00%8.05%18.12%
41.57%

Color #95897A in popluar number systems.

HEX95897A
Decimal149137122
Binary10010101100010011111010
Octal225211172

Shades and tints

Shades of #95897A

#95897A
(149,137,122)
#887D6F
(136,125,111)
#7B7164
(123,113,100)
#6E6559
(110,101,89)
#61594E
(97,89,78)
#544D43
(84,77,67)
#474138
(71,65,56)
#3A352D
(58,53,45)
#2D2922
(45,41,34)
#201D17
(32,29,23)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #95897A

#95897A
(149,137,122)
#9E9386
(158,147,134)
#A79D92
(167,157,146)
#B0A79E
(176,167,158)
#B9B1AA
(185,177,170)
#C2BBB6
(194,187,182)
#CBC5C2
(203,197,194)
#D4CFCE
(212,207,206)
#DDD9DA
(221,217,218)
#E6E3E6
(230,227,230)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95897A color. Also use rgb(149,137,122) instead hex code.

Text Font Color

.myTextColor { color: #95897A; }

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

This text font color is #95897A.


Background Color

.myBgColor { background-color: #95897A; }

<div style="background-color:#95897A">Inner text</div>

This div background color is #95897A.


Border color

.myBorderColor { border: 1px solid #95897A; }

<div style="border:3px solid #95897A">Div</div>

This div border color is #95897A.


Opacity

.myOpacity80 { color: #95897A; opacity: 0.8; }

<p style="color:#95897A;opacity:0.8;">80%</p>

Text with #95897A 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 #95897A;}

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

This text has shadow with #95897A color.

.textShadow {text-shadow: 3px 3px 1px #95897A, 3px 3px 1px red;}

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

This text has shadow with #95897A primary color and red secondary color.


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

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

This text has shadow with #95897A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95897A on black background.


Color preview on white background

This text has color #95897A on white background.



Black color preview on #95897A background

This text has black color on #95897A background.


White color preview on #95897A background

This text has white color on #95897A background.