COLOR #957042

HEX: #957042
RGB: (149,112,66)

Color info

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

RGB color model

#957042 color RGB value is (149,112,66).

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

RGB channels and saturation

R 149 of 255 = 58%
G 112 of 255 = 44%
B 66 of 255 = 26%

149
112
66

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

Portions of RGB colors in percentages

R + G + B =
149 + 112 + 66 = 327 (100%)
R 149 of 327 ~ 45.57%
G 112 of 327 ~ 34.25%
B 66 of 327 ~ 20.18%

%45.57
%34.25
%20.18

CMYK color model

#957042 color CMYK value is (0,25,56,42).

  • cyan value is 0.00%
  • magenta value is 24.83%
  • yellow value is 55.70%
  • key color value is 41.57%
CMYK:
(0,25,56,42)
C0M25Y56K42 
(0%,25%,56%,42%)
(0.00/0.25/0.56/0.42)	

CMYK percentages

%0
%24.83
%55.7
%41.57

Codes

Color #957042 in popluar color models

957042
RGB14911266
HSL33°38.60%42.16%
HSB/HSV33°55.70%58.43%
CMYK0.00%24.83%55.70%
41.57%

Color #957042 in popluar number systems.

HEX957042
Decimal14911266
Binary1001010111100001000010
Octal225160102

Shades and tints

Shades of #957042

#957042
(149,112,66)
#88663C
(136,102,60)
#7B5C36
(123,92,54)
#6E5230
(110,82,48)
#61482A
(97,72,42)
#543E24
(84,62,36)
#47341E
(71,52,30)
#3A2A18
(58,42,24)
#2D2012
(45,32,18)
#20160C
(32,22,12)
#130C06
(19,12,6)
#000000
(0,0,0)

Tints of #957042

#957042
(149,112,66)
#9E7D53
(158,125,83)
#A78A64
(167,138,100)
#B09775
(176,151,117)
#B9A486
(185,164,134)
#C2B197
(194,177,151)
#CBBEA8
(203,190,168)
#D4CBB9
(212,203,185)
#DDD8CA
(221,216,202)
#E6E5DB
(230,229,219)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957042; }

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

This text font color is #957042.


Background Color

.myBgColor { background-color: #957042; }

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

This div background color is #957042.


Border color

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

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

This div border color is #957042.


Opacity

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

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

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

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

This text has shadow with #957042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957042 on black background.


Color preview on white background

This text has color #957042 on white background.



Black color preview on #957042 background

This text has black color on #957042 background.


White color preview on #957042 background

This text has white color on #957042 background.