COLOR #957C4C

HEX: #957C4C
RGB: (149,124,76)

Color info

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

RGB color model

#957C4C color RGB value is (149,124,76).

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

RGB channels and saturation

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

149
124
76

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

Portions of RGB colors in percentages

R + G + B =
149 + 124 + 76 = 349 (100%)
R 149 of 349 ~ 42.69%
G 124 of 349 ~ 35.53%
B 76 of 349 ~ 21.78%

%42.69
%35.53
%21.78

CMYK color model

#957C4C color CMYK value is (0,17,49,42).

  • cyan value is 0.00%
  • magenta value is 16.78%
  • yellow value is 48.99%
  • key color value is 41.57%
CMYK:
(0,17,49,42)
C0M17Y49K42 
(0%,17%,49%,42%)
(0.00/0.17/0.49/0.42)	

CMYK percentages

%0
%16.78
%48.99
%41.57

Codes

Color #957C4C in popluar color models

957C4C
RGB14912476
HSL39°32.44%44.12%
HSB/HSV39°48.99%58.43%
CMYK0.00%16.78%48.99%
41.57%

Color #957C4C in popluar number systems.

HEX957C4C
Decimal14912476
Binary1001010111111001001100
Octal225174114

Shades and tints

Shades of #957C4C

#957C4C
(149,124,76)
#887146
(136,113,70)
#7B6640
(123,102,64)
#6E5B3A
(110,91,58)
#615034
(97,80,52)
#54452E
(84,69,46)
#473A28
(71,58,40)
#3A2F22
(58,47,34)
#2D241C
(45,36,28)
#201916
(32,25,22)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #957C4C

#957C4C
(149,124,76)
#9E875C
(158,135,92)
#A7926C
(167,146,108)
#B09D7C
(176,157,124)
#B9A88C
(185,168,140)
#C2B39C
(194,179,156)
#CBBEAC
(203,190,172)
#D4C9BC
(212,201,188)
#DDD4CC
(221,212,204)
#E6DFDC
(230,223,220)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957C4C; }

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

This text font color is #957C4C.


Background Color

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

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

This div background color is #957C4C.


Border color

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

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

This div border color is #957C4C.


Opacity

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

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

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

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

This text has shadow with #957C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957C4C on black background.


Color preview on white background

This text has color #957C4C on white background.



Black color preview on #957C4C background

This text has black color on #957C4C background.


White color preview on #957C4C background

This text has white color on #957C4C background.