COLOR #957E3C

HEX: #957E3C
RGB: (149,126,60)

Color info

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

RGB color model

#957E3C color RGB value is (149,126,60).

  • red value is 149;
  • green value is 126;
  • blue value is 60.
RGB:
(149,126,60)
(58%,49%,24%)

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 60 of 255 = 24%

149
126
60

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

Portions of RGB colors in percentages

R + G + B =
149 + 126 + 60 = 335 (100%)
R 149 of 335 ~ 44.48%
G 126 of 335 ~ 37.61%
B 60 of 335 ~ 17.91%

%44.48
%37.61
%17.91

CMYK color model

#957E3C color CMYK value is (0,15,60,42).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 59.73%
  • key color value is 41.57%
CMYK:
(0,15,60,42)
C0M15Y60K42 
(0%,15%,60%,42%)
(0.00/0.15/0.60/0.42)	

CMYK percentages

%0
%15.44
%59.73
%41.57

Codes

Color #957E3C in popluar color models

957E3C
RGB14912660
HSL44°42.58%40.98%
HSB/HSV44°59.73%58.43%
CMYK0.00%15.44%59.73%
41.57%

Color #957E3C in popluar number systems.

HEX957E3C
Decimal14912660
Binary100101011111110111100
Octal22517674

Shades and tints

Shades of #957E3C

#957E3C
(149,126,60)
#887337
(136,115,55)
#7B6832
(123,104,50)
#6E5D2D
(110,93,45)
#615228
(97,82,40)
#544723
(84,71,35)
#473C1E
(71,60,30)
#3A3119
(58,49,25)
#2D2614
(45,38,20)
#201B0F
(32,27,15)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #957E3C

#957E3C
(149,126,60)
#9E894D
(158,137,77)
#A7945E
(167,148,94)
#B09F6F
(176,159,111)
#B9AA80
(185,170,128)
#C2B591
(194,181,145)
#CBC0A2
(203,192,162)
#D4CBB3
(212,203,179)
#DDD6C4
(221,214,196)
#E6E1D5
(230,225,213)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957E3C color. Also use rgb(149,126,60) instead hex code.

Text Font Color

.myTextColor { color: #957E3C; }

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

This text font color is #957E3C.


Background Color

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

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

This div background color is #957E3C.


Border color

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

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

This div border color is #957E3C.


Opacity

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

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

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

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

This text has shadow with #957E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957E3C on black background.


Color preview on white background

This text has color #957E3C on white background.



Black color preview on #957E3C background

This text has black color on #957E3C background.


White color preview on #957E3C background

This text has white color on #957E3C background.