COLOR #957E29

HEX: #957E29
RGB: (149,126,41)

Color info

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

RGB color model

#957E29 color RGB value is (149,126,41).

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

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 41 of 255 = 16%

149
126
41

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

Portions of RGB colors in percentages

R + G + B =
149 + 126 + 41 = 316 (100%)
R 149 of 316 ~ 47.15%
G 126 of 316 ~ 39.87%
B 41 of 316 ~ 12.97%

%47.15
%39.87
%12.97

CMYK color model

#957E29 color CMYK value is (0,15,72,42).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 72.48%
  • key color value is 41.57%
CMYK:
(0,15,72,42)
C0M15Y72K42 
(0%,15%,72%,42%)
(0.00/0.15/0.72/0.42)	

CMYK percentages

%0
%15.44
%72.48
%41.57

Codes

Color #957E29 in popluar color models

957E29
RGB14912641
HSL47°56.84%37.25%
HSB/HSV47°72.48%58.43%
CMYK0.00%15.44%72.48%
41.57%

Color #957E29 in popluar number systems.

HEX957E29
Decimal14912641
Binary100101011111110101001
Octal22517651

Shades and tints

Shades of #957E29

#957E29
(149,126,41)
#887326
(136,115,38)
#7B6823
(123,104,35)
#6E5D20
(110,93,32)
#61521D
(97,82,29)
#54471A
(84,71,26)
#473C17
(71,60,23)
#3A3114
(58,49,20)
#2D2611
(45,38,17)
#201B0E
(32,27,14)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #957E29

#957E29
(149,126,41)
#9E893C
(158,137,60)
#A7944F
(167,148,79)
#B09F62
(176,159,98)
#B9AA75
(185,170,117)
#C2B588
(194,181,136)
#CBC09B
(203,192,155)
#D4CBAE
(212,203,174)
#DDD6C1
(221,214,193)
#E6E1D4
(230,225,212)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957E29; }

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

This text font color is #957E29.


Background Color

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

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

This div background color is #957E29.


Border color

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

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

This div border color is #957E29.


Opacity

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

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

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

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

This text has shadow with #957E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957E29 on black background.


Color preview on white background

This text has color #957E29 on white background.



Black color preview on #957E29 background

This text has black color on #957E29 background.


White color preview on #957E29 background

This text has white color on #957E29 background.