COLOR #95867D

HEX: #95867D
RGB: (149,134,125)

Color info

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

RGB color model

#95867D color RGB value is (149,134,125).

  • red value is 149;
  • green value is 134;
  • blue value is 125.
RGB:
(149,134,125)
(58%,53%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 125 of 255 = 49%

149
134
125

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 125 = 408 (100%)
R 149 of 408 ~ 36.52%
G 134 of 408 ~ 32.84%
B 125 of 408 ~ 30.64%

%36.52
%32.84
%30.64

CMYK color model

#95867D color CMYK value is (0,10,16,42).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK:
(0,10,16,42)
C0M10Y16K42 
(0%,10%,16%,42%)
(0.00/0.10/0.16/0.42)	

CMYK percentages

%0
%10.07
%16.11
%41.57

Codes

Color #95867D in popluar color models

95867D
RGB149134125
HSL23°10.17%53.73%
HSB/HSV23°16.11%58.43%
CMYK0.00%10.07%16.11%
41.57%

Color #95867D in popluar number systems.

HEX95867D
Decimal149134125
Binary10010101100001101111101
Octal225206175

Shades and tints

Shades of #95867D

#95867D
(149,134,125)
#887A72
(136,122,114)
#7B6E67
(123,110,103)
#6E625C
(110,98,92)
#615651
(97,86,81)
#544A46
(84,74,70)
#473E3B
(71,62,59)
#3A3230
(58,50,48)
#2D2625
(45,38,37)
#201A1A
(32,26,26)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #95867D

#95867D
(149,134,125)
#9E9188
(158,145,136)
#A79C93
(167,156,147)
#B0A79E
(176,167,158)
#B9B2A9
(185,178,169)
#C2BDB4
(194,189,180)
#CBC8BF
(203,200,191)
#D4D3CA
(212,211,202)
#DDDED5
(221,222,213)
#E6E9E0
(230,233,224)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95867D color. Also use rgb(149,134,125) instead hex code.

Text Font Color

.myTextColor { color: #95867D; }

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

This text font color is #95867D.


Background Color

.myBgColor { background-color: #95867D; }

<div style="background-color:#95867D">Inner text</div>

This div background color is #95867D.


Border color

.myBorderColor { border: 1px solid #95867D; }

<div style="border:3px solid #95867D">Div</div>

This div border color is #95867D.


Opacity

.myOpacity80 { color: #95867D; opacity: 0.8; }

<p style="color:#95867D;opacity:0.8;">80%</p>

Text with #95867D 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 #95867D;}

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

This text has shadow with #95867D color.

.textShadow {text-shadow: 3px 3px 1px #95867D, 3px 3px 1px red;}

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

This text has shadow with #95867D primary color and red secondary color.


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

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

This text has shadow with #95867D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95867D on black background.


Color preview on white background

This text has color #95867D on white background.



Black color preview on #95867D background

This text has black color on #95867D background.


White color preview on #95867D background

This text has white color on #95867D background.