COLOR #957047

HEX: #957047
RGB: (149,112,71)

Color info

#957047 contains mainly red and green colors. Web safe color of #957047 is #996633 (or #963).

RGB color model

#957047 color RGB value is (149,112,71).

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

RGB channels and saturation

R 149 of 255 = 58%
G 112 of 255 = 44%
B 71 of 255 = 28%

149
112
71

R + G + B ~ 43%. #957047 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 112 + 71 = 332 (100%)
R 149 of 332 ~ 44.88%
G 112 of 332 ~ 33.73%
B 71 of 332 ~ 21.39%

%44.88
%33.73
%21.39

CMYK color model

#957047 color CMYK value is (0,25,52,42).

  • cyan value is 0.00%
  • magenta value is 24.83%
  • yellow value is 52.35%
  • key color value is 41.57%
CMYK:
(0,25,52,42)
C0M25Y52K42 
(0%,25%,52%,42%)
(0.00/0.25/0.52/0.42)	

CMYK percentages

%0
%24.83
%52.35
%41.57

Codes

Color #957047 in popluar color models

957047
RGB14911271
HSL32°35.45%43.14%
HSB/HSV32°52.35%58.43%
CMYK0.00%24.83%52.35%
41.57%

Color #957047 in popluar number systems.

HEX957047
Decimal14911271
Binary1001010111100001000111
Octal225160107

Shades and tints

Shades of #957047

#957047
(149,112,71)
#886641
(136,102,65)
#7B5C3B
(123,92,59)
#6E5235
(110,82,53)
#61482F
(97,72,47)
#543E29
(84,62,41)
#473423
(71,52,35)
#3A2A1D
(58,42,29)
#2D2017
(45,32,23)
#201611
(32,22,17)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #957047

#957047
(149,112,71)
#9E7D57
(158,125,87)
#A78A67
(167,138,103)
#B09777
(176,151,119)
#B9A487
(185,164,135)
#C2B197
(194,177,151)
#CBBEA7
(203,190,167)
#D4CBB7
(212,203,183)
#DDD8C7
(221,216,199)
#E6E5D7
(230,229,215)
#EFF2E7
(239,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957047; }

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

This text font color is #957047.


Background Color

.myBgColor { background-color: #957047; }

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

This div background color is #957047.


Border color

.myBorderColor { border: 1px solid #957047; }

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

This div border color is #957047.


Opacity

.myOpacity80 { color: #957047; opacity: 0.8; }

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

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

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

This text has shadow with #957047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957047 on black background.


Color preview on white background

This text has color #957047 on white background.



Black color preview on #957047 background

This text has black color on #957047 background.


White color preview on #957047 background

This text has white color on #957047 background.