COLOR #957D4C

HEX: #957D4C
RGB: (149,125,76)

Color info

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

RGB color model

#957D4C color RGB value is (149,125,76).

  • red value is 149;
  • green value is 125;
  • blue value is 76.
RGB:
(149,125,76)
(58%,49%,30%)

RGB channels and saturation

R 149 of 255 = 58%
G 125 of 255 = 49%
B 76 of 255 = 30%

149
125
76

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

Portions of RGB colors in percentages

R + G + B =
149 + 125 + 76 = 350 (100%)
R 149 of 350 ~ 42.57%
G 125 of 350 ~ 35.71%
B 76 of 350 ~ 21.71%

%42.57
%35.71
%21.71

CMYK color model

#957D4C color CMYK value is (0,16,49,42).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 48.99%
  • key color value is 41.57%
CMYK:
(0,16,49,42)
C0M16Y49K42 
(0%,16%,49%,42%)
(0.00/0.16/0.49/0.42)	

CMYK percentages

%0
%16.11
%48.99
%41.57

Codes

Color #957D4C in popluar color models

957D4C
RGB14912576
HSL40°32.44%44.12%
HSB/HSV40°48.99%58.43%
CMYK0.00%16.11%48.99%
41.57%

Color #957D4C in popluar number systems.

HEX957D4C
Decimal14912576
Binary1001010111111011001100
Octal225175114

Shades and tints

Shades of #957D4C

#957D4C
(149,125,76)
#887246
(136,114,70)
#7B6740
(123,103,64)
#6E5C3A
(110,92,58)
#615134
(97,81,52)
#54462E
(84,70,46)
#473B28
(71,59,40)
#3A3022
(58,48,34)
#2D251C
(45,37,28)
#201A16
(32,26,22)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #957D4C

#957D4C
(149,125,76)
#9E885C
(158,136,92)
#A7936C
(167,147,108)
#B09E7C
(176,158,124)
#B9A98C
(185,169,140)
#C2B49C
(194,180,156)
#CBBFAC
(203,191,172)
#D4CABC
(212,202,188)
#DDD5CC
(221,213,204)
#E6E0DC
(230,224,220)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957D4C color. Also use rgb(149,125,76) instead hex code.

Text Font Color

.myTextColor { color: #957D4C; }

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

This text font color is #957D4C.


Background Color

.myBgColor { background-color: #957D4C; }

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

This div background color is #957D4C.


Border color

.myBorderColor { border: 1px solid #957D4C; }

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

This div border color is #957D4C.


Opacity

.myOpacity80 { color: #957D4C; opacity: 0.8; }

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

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

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

This text has shadow with #957D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D4C on black background.


Color preview on white background

This text has color #957D4C on white background.



Black color preview on #957D4C background

This text has black color on #957D4C background.


White color preview on #957D4C background

This text has white color on #957D4C background.