COLOR #957F36

HEX: #957F36 RGB: (149,127,54)

Color info

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

RGB color model

#957F36 color RGB value is (149,127,54).

RGB: (149,127,54) (58%, 50%, 21%)

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 54 of 255 = 21%

149
127
54

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

Portions of RGB colors in percentages

R + G + B = 149 + 127 + 54 = 330 (100%)
R 149 of 330 ~ 45.15%
G 127 of 330 ~ 38.48%
B 54 of 330 ~ 16.36'%

%45.15
%38.48
%16.36

CMYK color model

#957F36 color CMYK value is (0,15,64,42).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 63.76%
  • key color value is 41.57%

CMYK: (0,15,64,42)
C0M15Y64K42 (0%, 15%, 64%, 42%)
(0.00 / 0.15 / 0.64 / 0.42)

CMYK percentages

%0
%14.77
%63.76
%41.57

Codes

Color #957F36 in popluar color models

95 7F 36
RGB 149 127 54
HSL 46° 46.80% 39.80%
HSB/HSV 46° 63.76% 58.43%
CMYK 0.00% 14.77% 63.76%
41.57%

Color #957F36 in popluar number systems.

HEX 95 7F 36
Decimal 149 127 54
Binary 10010101 1111111 110110
Octal 225 177 66

Shades and tints

Shades of #957F36

#957F36
(149,127,54)
#887432
(136,116,50)
#7B692E
(123,105,46)
#6E5E2A
(110,94,42)
#615326
(97,83,38)
#544822
(84,72,34)
#473D1E
(71,61,30)
#3A321A
(58,50,26)
#2D2716
(45,39,22)
#201C12
(32,28,18)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #957F36

#957F36
(149,127,54)
#9E8A48
(158,138,72)
#A7955A
(167,149,90)
#B0A06C
(176,160,108)
#B9AB7E
(185,171,126)
#C2B690
(194,182,144)
#CBC1A2
(203,193,162)
#D4CCB4
(212,204,180)
#DDD7C6
(221,215,198)
#E6E2D8
(230,226,216)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957F36; }

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

This text font color is #957F36.

Background Color

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

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

This div background color is #957F36.

Border color

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

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

This div border color is #957F36.

Opacity

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

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

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

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

This text has shadow with #957F36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957F36.

Preview

Color preview on black background

This text has color #957F36 on black background.


Color preview on white background

This text has color #957F36 on white background.


Black color preview on #957F36 background

This text has black color on #957F36 background.


White color preview on #957F36 background

This text has white color on #957F36 background.


Related colors

Complementary color

Complementary color for #hex is #6A80C9.


I love getcolorcode.com

Triadic colors

1 #36957F and #7F3695 with #957F36 are triadic colors.

2 #367F95 and #7F9536 with #957F36 are triadic colors.