COLOR #957E59

HEX: #957E59
RGB: (149,126,89)

Color info

#957E59 contains mainly red and green colors. Web safe color of #957E59 is #996666 (or #966).

RGB color model

#957E59 color RGB value is (149,126,89).

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

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 89 of 255 = 35%

149
126
89

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

Portions of RGB colors in percentages

R + G + B =
149 + 126 + 89 = 364 (100%)
R 149 of 364 ~ 40.93%
G 126 of 364 ~ 34.62%
B 89 of 364 ~ 24.45%

%40.93
%34.62
%24.45

CMYK color model

#957E59 color CMYK value is (0,15,40,42).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 40.27%
  • key color value is 41.57%
CMYK:
(0,15,40,42)
C0M15Y40K42 
(0%,15%,40%,42%)
(0.00/0.15/0.40/0.42)	

CMYK percentages

%0
%15.44
%40.27
%41.57

Codes

Color #957E59 in popluar color models

957E59
RGB14912689
HSL37°25.21%46.67%
HSB/HSV37°40.27%58.43%
CMYK0.00%15.44%40.27%
41.57%

Color #957E59 in popluar number systems.

HEX957E59
Decimal14912689
Binary1001010111111101011001
Octal225176131

Shades and tints

Shades of #957E59

#957E59
(149,126,89)
#887351
(136,115,81)
#7B6849
(123,104,73)
#6E5D41
(110,93,65)
#615239
(97,82,57)
#544731
(84,71,49)
#473C29
(71,60,41)
#3A3121
(58,49,33)
#2D2619
(45,38,25)
#201B11
(32,27,17)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #957E59

#957E59
(149,126,89)
#9E8968
(158,137,104)
#A79477
(167,148,119)
#B09F86
(176,159,134)
#B9AA95
(185,170,149)
#C2B5A4
(194,181,164)
#CBC0B3
(203,192,179)
#D4CBC2
(212,203,194)
#DDD6D1
(221,214,209)
#E6E1E0
(230,225,224)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957E59; }

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

This text font color is #957E59.


Background Color

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

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

This div background color is #957E59.


Border color

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

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

This div border color is #957E59.


Opacity

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

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

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

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

This text has shadow with #957E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957E59 on black background.


Color preview on white background

This text has color #957E59 on white background.



Black color preview on #957E59 background

This text has black color on #957E59 background.


White color preview on #957E59 background

This text has white color on #957E59 background.