COLOR #95636F

HEX: #95636F
RGB: (149,99,111)

Color info

#95636F contains red, green and blue colors in about the same proportion. Web safe color of #95636F is #996666 (or #966).

RGB color model

#95636F color RGB value is (149,99,111).

  • red value is 149;
  • green value is 99;
  • blue value is 111.
RGB:
(149,99,111)
(58%,39%,44%)

RGB channels and saturation

R 149 of 255 = 58%
G 99 of 255 = 39%
B 111 of 255 = 44%

149
99
111

R + G + B ~ 47%. #95636F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 99 + 111 = 359 (100%)
R 149 of 359 ~ 41.5%
G 99 of 359 ~ 27.58%
B 111 of 359 ~ 30.92%

%41.5
%27.58
%30.92

CMYK color model

#95636F color CMYK value is (0,34,26,42).

  • cyan value is 0.00%
  • magenta value is 33.56%
  • yellow value is 25.50%
  • key color value is 41.57%
CMYK:
(0,34,26,42)
C0M34Y26K42 
(0%,34%,26%,42%)
(0.00/0.34/0.26/0.42)	

CMYK percentages

%0
%33.56
%25.5
%41.57

Codes

Color #95636F in popluar color models

95636F
RGB14999111
HSL346°20.16%48.63%
HSB/HSV346°33.56%58.43%
CMYK0.00%33.56%25.50%
41.57%

Color #95636F in popluar number systems.

HEX95636F
Decimal14999111
Binary1001010111000111101111
Octal225143157

Shades and tints

Shades of #95636F

#95636F
(149,99,111)
#885A65
(136,90,101)
#7B515B
(123,81,91)
#6E4851
(110,72,81)
#613F47
(97,63,71)
#54363D
(84,54,61)
#472D33
(71,45,51)
#3A2429
(58,36,41)
#2D1B1F
(45,27,31)
#201215
(32,18,21)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #95636F

#95636F
(149,99,111)
#9E717C
(158,113,124)
#A77F89
(167,127,137)
#B08D96
(176,141,150)
#B99BA3
(185,155,163)
#C2A9B0
(194,169,176)
#CBB7BD
(203,183,189)
#D4C5CA
(212,197,202)
#DDD3D7
(221,211,215)
#E6E1E4
(230,225,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95636F color. Also use rgb(149,99,111) instead hex code.

Text Font Color

.myTextColor { color: #95636F; }

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

This text font color is #95636F.


Background Color

.myBgColor { background-color: #95636F; }

<div style="background-color:#95636F">Inner text</div>

This div background color is #95636F.


Border color

.myBorderColor { border: 1px solid #95636F; }

<div style="border:3px solid #95636F">Div</div>

This div border color is #95636F.


Opacity

.myOpacity80 { color: #95636F; opacity: 0.8; }

<p style="color:#95636F;opacity:0.8;">80%</p>

Text with #95636F 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 #95636F;}

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

This text has shadow with #95636F color.

.textShadow {text-shadow: 3px 3px 1px #95636F, 3px 3px 1px red;}

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

This text has shadow with #95636F primary color and red secondary color.


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

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

This text has shadow with #95636F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95636F on black background.


Color preview on white background

This text has color #95636F on white background.



Black color preview on #95636F background

This text has black color on #95636F background.


White color preview on #95636F background

This text has white color on #95636F background.