COLOR #958D57

HEX: #958D57
RGB: (149,141,87)

Color info

#958D57 contains mainly red and green colors. Web safe color of #958D57 is #999966 (or #996).

RGB color model

#958D57 color RGB value is (149,141,87).

  • red value is 149;
  • green value is 141;
  • blue value is 87.
RGB:
(149,141,87)
(58%,55%,34%)

RGB channels and saturation

R 149 of 255 = 58%
G 141 of 255 = 55%
B 87 of 255 = 34%

149
141
87

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

Portions of RGB colors in percentages

R + G + B =
149 + 141 + 87 = 377 (100%)
R 149 of 377 ~ 39.52%
G 141 of 377 ~ 37.4%
B 87 of 377 ~ 23.08%

%39.52
%37.4
%23.08

CMYK color model

#958D57 color CMYK value is (0,5,42,42).

  • cyan value is 0.00%
  • magenta value is 5.37%
  • yellow value is 41.61%
  • key color value is 41.57%
CMYK:
(0,5,42,42)
C0M5Y42K42 
(0%,5%,42%,42%)
(0.00/0.05/0.42/0.42)	

CMYK percentages

%0
%5.37
%41.61
%41.57

Codes

Color #958D57 in popluar color models

958D57
RGB14914187
HSL52°26.27%46.27%
HSB/HSV52°41.61%58.43%
CMYK0.00%5.37%41.61%
41.57%

Color #958D57 in popluar number systems.

HEX958D57
Decimal14914187
Binary10010101100011011010111
Octal225215127

Shades and tints

Shades of #958D57

#958D57
(149,141,87)
#888150
(136,129,80)
#7B7549
(123,117,73)
#6E6942
(110,105,66)
#615D3B
(97,93,59)
#545134
(84,81,52)
#47452D
(71,69,45)
#3A3926
(58,57,38)
#2D2D1F
(45,45,31)
#202118
(32,33,24)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #958D57

#958D57
(149,141,87)
#9E9766
(158,151,102)
#A7A175
(167,161,117)
#B0AB84
(176,171,132)
#B9B593
(185,181,147)
#C2BFA2
(194,191,162)
#CBC9B1
(203,201,177)
#D4D3C0
(212,211,192)
#DDDDCF
(221,221,207)
#E6E7DE
(230,231,222)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958D57 color. Also use rgb(149,141,87) instead hex code.

Text Font Color

.myTextColor { color: #958D57; }

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

This text font color is #958D57.


Background Color

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

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

This div background color is #958D57.


Border color

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

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

This div border color is #958D57.


Opacity

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

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

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

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

This text has shadow with #958D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958D57 on black background.


Color preview on white background

This text has color #958D57 on white background.



Black color preview on #958D57 background

This text has black color on #958D57 background.


White color preview on #958D57 background

This text has white color on #958D57 background.