COLOR #95715C

HEX: #95715C
RGB: (149,113,92)

Color info

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

RGB color model

#95715C color RGB value is (149,113,92).

  • red value is 149;
  • green value is 113;
  • blue value is 92.
RGB:
(149,113,92)
(58%,44%,36%)

RGB channels and saturation

R 149 of 255 = 58%
G 113 of 255 = 44%
B 92 of 255 = 36%

149
113
92

R + G + B ~ 46%. #95715C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 113 + 92 = 354 (100%)
R 149 of 354 ~ 42.09%
G 113 of 354 ~ 31.92%
B 92 of 354 ~ 25.99%

%42.09
%31.92
%25.99

CMYK color model

#95715C color CMYK value is (0,24,38,42).

  • cyan value is 0.00%
  • magenta value is 24.16%
  • yellow value is 38.26%
  • key color value is 41.57%
CMYK:
(0,24,38,42)
C0M24Y38K42 
(0%,24%,38%,42%)
(0.00/0.24/0.38/0.42)	

CMYK percentages

%0
%24.16
%38.26
%41.57

Codes

Color #95715C in popluar color models

95715C
RGB14911392
HSL22°23.65%47.25%
HSB/HSV22°38.26%58.43%
CMYK0.00%24.16%38.26%
41.57%

Color #95715C in popluar number systems.

HEX95715C
Decimal14911392
Binary1001010111100011011100
Octal225161134

Shades and tints

Shades of #95715C

#95715C
(149,113,92)
#886754
(136,103,84)
#7B5D4C
(123,93,76)
#6E5344
(110,83,68)
#61493C
(97,73,60)
#543F34
(84,63,52)
#47352C
(71,53,44)
#3A2B24
(58,43,36)
#2D211C
(45,33,28)
#201714
(32,23,20)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #95715C

#95715C
(149,113,92)
#9E7D6A
(158,125,106)
#A78978
(167,137,120)
#B09586
(176,149,134)
#B9A194
(185,161,148)
#C2ADA2
(194,173,162)
#CBB9B0
(203,185,176)
#D4C5BE
(212,197,190)
#DDD1CC
(221,209,204)
#E6DDDA
(230,221,218)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95715C color. Also use rgb(149,113,92) instead hex code.

Text Font Color

.myTextColor { color: #95715C; }

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

This text font color is #95715C.


Background Color

.myBgColor { background-color: #95715C; }

<div style="background-color:#95715C">Inner text</div>

This div background color is #95715C.


Border color

.myBorderColor { border: 1px solid #95715C; }

<div style="border:3px solid #95715C">Div</div>

This div border color is #95715C.


Opacity

.myOpacity80 { color: #95715C; opacity: 0.8; }

<p style="color:#95715C;opacity:0.8;">80%</p>

Text with #95715C 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 #95715C;}

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

This text has shadow with #95715C color.

.textShadow {text-shadow: 3px 3px 1px #95715C, 3px 3px 1px red;}

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

This text has shadow with #95715C primary color and red secondary color.


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

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

This text has shadow with #95715C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95715C on black background.


Color preview on white background

This text has color #95715C on white background.



Black color preview on #95715C background

This text has black color on #95715C background.


White color preview on #95715C background

This text has white color on #95715C background.