COLOR #958C5E

HEX: #958C5E RGB: (149,140,94)

Color info

#958C5E contains red, green and blue colors in about the same proportion. Web safe color of #958C5E is #999966 (or #996).

RGB color model

#958C5E color RGB value is (149,140,94).

RGB: (149,140,94) (58%, 55%, 37%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 94 of 255 = 37%

149
140
94

R + G + B ~ 50%. #958C5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 140 + 94 = 383 (100%)
R 149 of 383 ~ 38.9%
G 140 of 383 ~ 36.55%
B 94 of 383 ~ 24.54'%

%38.9
%36.55
%24.54

CMYK color model

#958C5E color CMYK value is (0,6,37,42).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 36.91%
  • key color value is 41.57%
CMYK: (0,6,37,42) C0M6Y37K42 (0%,6%,37%,42%) (0.00/0.06/0.37/0.42) 

CMYK percentages

%0
%6.04
%36.91
%41.57

Codes

Color #958C5E in popluar color models

95 8C 5E
RGB 149 140 94
HSL 50° 22.63% 47.65%
HSB/HSV 50° 36.91% 58.43%
CMYK 0.00% 6.04% 36.91%
41.57%

Color #958C5E in popluar number systems.

HEX 95 8C 5E
Decimal 149 140 94
Binary 10010101 10001100 1011110
Octal 225 214 136

Shades and tints

Shades of #958C5E

#958C5E
(149,140,94)
#888056
(136,128,86)
#7B744E
(123,116,78)
#6E6846
(110,104,70)
#615C3E
(97,92,62)
#545036
(84,80,54)
#47442E
(71,68,46)
#3A3826
(58,56,38)
#2D2C1E
(45,44,30)
#202016
(32,32,22)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #958C5E

#958C5E
(149,140,94)
#9E966C
(158,150,108)
#A7A07A
(167,160,122)
#B0AA88
(176,170,136)
#B9B496
(185,180,150)
#C2BEA4
(194,190,164)
#CBC8B2
(203,200,178)
#D4D2C0
(212,210,192)
#DDDCCE
(221,220,206)
#E6E6DC
(230,230,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958C5E color. Also use rgb(149,140,94) instead hex code.

Text Font Color

.myTextColor { color: #958C5E; }

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

This text font color is #958C5E.

Background Color

.myBgColor { background-color: #958C5E; }

<div style="background-color:#958C5E">Inner text</div>

This div background color is #958C5E.

Border color

.myBorderColor { border: 1px solid #958C5E; }

<div style="border:3px solid #958C5E">Div</div>

This div border color is #958C5E.

Opacity

.myOpacity80 { color: #958C5E; opacity: 0.8; }

<p style="color:#958C5E;opacity:0.8;">80%</p>

Text with #958C5E 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 #958C5E;}

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

This text has shadow with #958C5E color.


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

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

This text has shadow with #958C5E primary color and red secondary color.


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

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

This text has shadow with #958C5E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #958C5E.

Preview

Color preview on black background

This text has color #958C5E on black background.


Color preview on white background

This text has color #958C5E on white background.


Black color preview on #958C5E background

This text has black color on #958C5E background.


White color preview on #958C5E background

This text has white color on #958C5E background.


Related colors

Complementary color

Complementary color for #hex is #6A73A1.


I love getcolorcode.com

Triadic colors

1 #5E958C and #8C5E95 with #958C5E are triadic colors.

2 #5E8C95 and #8C955E with #958C5E are triadic colors.