COLOR #957E4F

HEX: #957E4F RGB: (149,126,79)

Color info

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

RGB color model

#957E4F color RGB value is (149,126,79).

RGB: (149,126,79) (58%, 49%, 31%)

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 79 of 255 = 31%

149
126
79

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

Portions of RGB colors in percentages

R + G + B = 149 + 126 + 79 = 354 (100%)
R 149 of 354 ~ 42.09%
G 126 of 354 ~ 35.59%
B 79 of 354 ~ 22.32'%

%42.09
%35.59
%22.32

CMYK color model

#957E4F color CMYK value is (0,15,47,42).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 46.98%
  • key color value is 41.57%
CMYK: (0,15,47,42) C0M15Y47K42 (0%,15%,47%,42%) (0.00/0.15/0.47/0.42) 

CMYK percentages

%0
%15.44
%46.98
%41.57

Codes

Color #957E4F in popluar color models

95 7E 4F
RGB 149 126 79
HSL 40° 30.70% 44.71%
HSB/HSV 40° 46.98% 58.43%
CMYK 0.00% 15.44% 46.98%
41.57%

Color #957E4F in popluar number systems.

HEX 95 7E 4F
Decimal 149 126 79
Binary 10010101 1111110 1001111
Octal 225 176 117

Shades and tints

Shades of #957E4F

#957E4F
(149,126,79)
#887348
(136,115,72)
#7B6841
(123,104,65)
#6E5D3A
(110,93,58)
#615233
(97,82,51)
#54472C
(84,71,44)
#473C25
(71,60,37)
#3A311E
(58,49,30)
#2D2617
(45,38,23)
#201B10
(32,27,16)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #957E4F

#957E4F
(149,126,79)
#9E895F
(158,137,95)
#A7946F
(167,148,111)
#B09F7F
(176,159,127)
#B9AA8F
(185,170,143)
#C2B59F
(194,181,159)
#CBC0AF
(203,192,175)
#D4CBBF
(212,203,191)
#DDD6CF
(221,214,207)
#E6E1DF
(230,225,223)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957E4F; }

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

This text font color is #957E4F.

Background Color

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

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

This div background color is #957E4F.

Border color

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

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

This div border color is #957E4F.

Opacity

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

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

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

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

This text has shadow with #957E4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957E4F.

Preview

Color preview on black background

This text has color #957E4F on black background.


Color preview on white background

This text has color #957E4F on white background.


Black color preview on #957E4F background

This text has black color on #957E4F background.


White color preview on #957E4F background

This text has white color on #957E4F background.


Related colors

Complementary color

Complementary color for #hex is #6A81B0.


I love getcolorcode.com

Triadic colors

1 #4F957E and #7E4F95 with #957E4F are triadic colors.

2 #4F7E95 and #7E954F with #957E4F are triadic colors.