COLOR #957F3F

HEX: #957F3F
RGB: (149,127,63)

Color info

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

RGB color model

#957F3F color RGB value is (149,127,63).

  • red value is 149;
  • green value is 127;
  • blue value is 63.
RGB:
(149,127,63)
(58%,50%,25%)

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 63 of 255 = 25%

149
127
63

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

Portions of RGB colors in percentages

R + G + B =
149 + 127 + 63 = 339 (100%)
R 149 of 339 ~ 43.95%
G 127 of 339 ~ 37.46%
B 63 of 339 ~ 18.58%

%43.95
%37.46
%18.58

CMYK color model

#957F3F color CMYK value is (0,15,58,42).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 57.72%
  • key color value is 41.57%
CMYK:
(0,15,58,42)
C0M15Y58K42 
(0%,15%,58%,42%)
(0.00/0.15/0.58/0.42)	

CMYK percentages

%0
%14.77
%57.72
%41.57

Codes

Color #957F3F in popluar color models

957F3F
RGB14912763
HSL45°40.57%41.57%
HSB/HSV45°57.72%58.43%
CMYK0.00%14.77%57.72%
41.57%

Color #957F3F in popluar number systems.

HEX957F3F
Decimal14912763
Binary100101011111111111111
Octal22517777

Shades and tints

Shades of #957F3F

#957F3F
(149,127,63)
#88743A
(136,116,58)
#7B6935
(123,105,53)
#6E5E30
(110,94,48)
#61532B
(97,83,43)
#544826
(84,72,38)
#473D21
(71,61,33)
#3A321C
(58,50,28)
#2D2717
(45,39,23)
#201C12
(32,28,18)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #957F3F

#957F3F
(149,127,63)
#9E8A50
(158,138,80)
#A79561
(167,149,97)
#B0A072
(176,160,114)
#B9AB83
(185,171,131)
#C2B694
(194,182,148)
#CBC1A5
(203,193,165)
#D4CCB6
(212,204,182)
#DDD7C7
(221,215,199)
#E6E2D8
(230,226,216)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957F3F color. Also use rgb(149,127,63) instead hex code.

Text Font Color

.myTextColor { color: #957F3F; }

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

This text font color is #957F3F.


Background Color

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

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

This div background color is #957F3F.


Border color

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

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

This div border color is #957F3F.


Opacity

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

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

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

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

This text has shadow with #957F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957F3F on black background.


Color preview on white background

This text has color #957F3F on white background.



Black color preview on #957F3F background

This text has black color on #957F3F background.


White color preview on #957F3F background

This text has white color on #957F3F background.