COLOR #958B57

HEX: #958B57
RGB: (149,139,87)

Color info

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

RGB color model

#958B57 color RGB value is (149,139,87).

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

RGB channels and saturation

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

149
139
87

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

Portions of RGB colors in percentages

R + G + B =
149 + 139 + 87 = 375 (100%)
R 149 of 375 ~ 39.73%
G 139 of 375 ~ 37.07%
B 87 of 375 ~ 23.2%

%39.73
%37.07
%23.2

CMYK color model

#958B57 color CMYK value is (0,7,42,42).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 41.61%
  • key color value is 41.57%
CMYK:
(0,7,42,42)
C0M7Y42K42 
(0%,7%,42%,42%)
(0.00/0.07/0.42/0.42)	

CMYK percentages

%0
%6.71
%41.61
%41.57

Codes

Color #958B57 in popluar color models

958B57
RGB14913987
HSL50°26.27%46.27%
HSB/HSV50°41.61%58.43%
CMYK0.00%6.71%41.61%
41.57%

Color #958B57 in popluar number systems.

HEX958B57
Decimal14913987
Binary10010101100010111010111
Octal225213127

Shades and tints

Shades of #958B57

#958B57
(149,139,87)
#887F50
(136,127,80)
#7B7349
(123,115,73)
#6E6742
(110,103,66)
#615B3B
(97,91,59)
#544F34
(84,79,52)
#47432D
(71,67,45)
#3A3726
(58,55,38)
#2D2B1F
(45,43,31)
#201F18
(32,31,24)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #958B57

#958B57
(149,139,87)
#9E9566
(158,149,102)
#A79F75
(167,159,117)
#B0A984
(176,169,132)
#B9B393
(185,179,147)
#C2BDA2
(194,189,162)
#CBC7B1
(203,199,177)
#D4D1C0
(212,209,192)
#DDDBCF
(221,219,207)
#E6E5DE
(230,229,222)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958B57; }

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

This text font color is #958B57.


Background Color

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

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

This div background color is #958B57.


Border color

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

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

This div border color is #958B57.


Opacity

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

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

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

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

This text has shadow with #958B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958B57 on black background.


Color preview on white background

This text has color #958B57 on white background.



Black color preview on #958B57 background

This text has black color on #958B57 background.


White color preview on #958B57 background

This text has white color on #958B57 background.