COLOR #95704E

HEX: #95704E
RGB: (149,112,78)

Color info

#95704E contains mainly red and green colors. Web safe color of #95704E is #996666 (or #966).

RGB color model

#95704E color RGB value is (149,112,78).

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

RGB channels and saturation

R 149 of 255 = 58%
G 112 of 255 = 44%
B 78 of 255 = 31%

149
112
78

R + G + B ~ 44%. #95704E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 112 + 78 = 339 (100%)
R 149 of 339 ~ 43.95%
G 112 of 339 ~ 33.04%
B 78 of 339 ~ 23.01%

%43.95
%33.04
%23.01

CMYK color model

#95704E color CMYK value is (0,25,48,42).

  • cyan value is 0.00%
  • magenta value is 24.83%
  • yellow value is 47.65%
  • key color value is 41.57%
CMYK:
(0,25,48,42)
C0M25Y48K42 
(0%,25%,48%,42%)
(0.00/0.25/0.48/0.42)	

CMYK percentages

%0
%24.83
%47.65
%41.57

Codes

Color #95704E in popluar color models

95704E
RGB14911278
HSL29°31.28%44.51%
HSB/HSV29°47.65%58.43%
CMYK0.00%24.83%47.65%
41.57%

Color #95704E in popluar number systems.

HEX95704E
Decimal14911278
Binary1001010111100001001110
Octal225160116

Shades and tints

Shades of #95704E

#95704E
(149,112,78)
#886647
(136,102,71)
#7B5C40
(123,92,64)
#6E5239
(110,82,57)
#614832
(97,72,50)
#543E2B
(84,62,43)
#473424
(71,52,36)
#3A2A1D
(58,42,29)
#2D2016
(45,32,22)
#20160F
(32,22,15)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #95704E

#95704E
(149,112,78)
#9E7D5E
(158,125,94)
#A78A6E
(167,138,110)
#B0977E
(176,151,126)
#B9A48E
(185,164,142)
#C2B19E
(194,177,158)
#CBBEAE
(203,190,174)
#D4CBBE
(212,203,190)
#DDD8CE
(221,216,206)
#E6E5DE
(230,229,222)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95704E color. Also use rgb(149,112,78) instead hex code.

Text Font Color

.myTextColor { color: #95704E; }

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

This text font color is #95704E.


Background Color

.myBgColor { background-color: #95704E; }

<div style="background-color:#95704E">Inner text</div>

This div background color is #95704E.


Border color

.myBorderColor { border: 1px solid #95704E; }

<div style="border:3px solid #95704E">Div</div>

This div border color is #95704E.


Opacity

.myOpacity80 { color: #95704E; opacity: 0.8; }

<p style="color:#95704E;opacity:0.8;">80%</p>

Text with #95704E 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 #95704E;}

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

This text has shadow with #95704E color.

.textShadow {text-shadow: 3px 3px 1px #95704E, 3px 3px 1px red;}

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

This text has shadow with #95704E primary color and red secondary color.


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

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

This text has shadow with #95704E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95704E on black background.


Color preview on white background

This text has color #95704E on white background.



Black color preview on #95704E background

This text has black color on #95704E background.


White color preview on #95704E background

This text has white color on #95704E background.