COLOR #95705C

HEX: #95705C
RGB: (149,112,92)

Color info

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

RGB color model

#95705C color RGB value is (149,112,92).

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

RGB channels and saturation

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

149
112
92

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

Portions of RGB colors in percentages

R + G + B =
149 + 112 + 92 = 353 (100%)
R 149 of 353 ~ 42.21%
G 112 of 353 ~ 31.73%
B 92 of 353 ~ 26.06%

%42.21
%31.73
%26.06

CMYK color model

#95705C color CMYK value is (0,25,38,42).

  • cyan value is 0.00%
  • magenta value is 24.83%
  • yellow value is 38.26%
  • key color value is 41.57%
CMYK: (0,25,38,42) C0M25Y38K42 (0%,25%,38%,42%) (0.00/0.25/0.38/0.42)

CMYK percentages

%0
%24.83
%38.26
%41.57

Codes

Color #95705C in popluar color models

95705C
RGB14911292
HSL21°23.65%47.25%
HSB/HSV21°38.26%58.43%
CMYK0.00%24.83%38.26%
41.57%

Color #95705C in popluar number systems.

HEX95705C
Decimal14911292
Binary1001010111100001011100
Octal225160134

Shades and tints

Shades of #95705C

#95705C
(149,112,92)
#886654
(136,102,84)
#7B5C4C
(123,92,76)
#6E5244
(110,82,68)
#61483C
(97,72,60)
#543E34
(84,62,52)
#47342C
(71,52,44)
#3A2A24
(58,42,36)
#2D201C
(45,32,28)
#201614
(32,22,20)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #95705C

#95705C
(149,112,92)
#9E7D6A
(158,125,106)
#A78A78
(167,138,120)
#B09786
(176,151,134)
#B9A494
(185,164,148)
#C2B1A2
(194,177,162)
#CBBEB0
(203,190,176)
#D4CBBE
(212,203,190)
#DDD8CC
(221,216,204)
#E6E5DA
(230,229,218)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95705C; }

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

This text font color is #95705C.


Background Color

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

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

This div background color is #95705C.


Border color

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

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

This div border color is #95705C.


Opacity

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

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

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

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

This text has shadow with #95705C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #95705C on black background.


Color preview on white background

This text has color #95705C on white background.



Black color preview on #95705C background

This text has black color on #95705C background.


White color preview on #95705C background

This text has white color on #95705C background.