COLOR #958C74

HEX: #958C74
RGB: (149,140,116)

Color info

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

RGB color model

#958C74 color RGB value is (149,140,116).

  • red value is 149;
  • green value is 140;
  • blue value is 116.
RGB:
(149,140,116)
(58%,55%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 116 of 255 = 45%

149
140
116

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

Portions of RGB colors in percentages

R + G + B =
149 + 140 + 116 = 405 (100%)
R 149 of 405 ~ 36.79%
G 140 of 405 ~ 34.57%
B 116 of 405 ~ 28.64%

%36.79
%34.57
%28.64

CMYK color model

#958C74 color CMYK value is (0,6,22,42).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 22.15%
  • key color value is 41.57%
CMYK:
(0,6,22,42)
C0M6Y22K42 
(0%,6%,22%,42%)
(0.00/0.06/0.22/0.42)	

CMYK percentages

%0
%6.04
%22.15
%41.57

Codes

Color #958C74 in popluar color models

958C74
RGB149140116
HSL44°13.47%51.96%
HSB/HSV44°22.15%58.43%
CMYK0.00%6.04%22.15%
41.57%

Color #958C74 in popluar number systems.

HEX958C74
Decimal149140116
Binary10010101100011001110100
Octal225214164

Shades and tints

Shades of #958C74

#958C74
(149,140,116)
#88806A
(136,128,106)
#7B7460
(123,116,96)
#6E6856
(110,104,86)
#615C4C
(97,92,76)
#545042
(84,80,66)
#474438
(71,68,56)
#3A382E
(58,56,46)
#2D2C24
(45,44,36)
#20201A
(32,32,26)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #958C74

#958C74
(149,140,116)
#9E9680
(158,150,128)
#A7A08C
(167,160,140)
#B0AA98
(176,170,152)
#B9B4A4
(185,180,164)
#C2BEB0
(194,190,176)
#CBC8BC
(203,200,188)
#D4D2C8
(212,210,200)
#DDDCD4
(221,220,212)
#E6E6E0
(230,230,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958C74; }

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

This text font color is #958C74.


Background Color

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

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

This div background color is #958C74.


Border color

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

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

This div border color is #958C74.


Opacity

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

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

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

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

This text has shadow with #958C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958C74 on black background.


Color preview on white background

This text has color #958C74 on white background.



Black color preview on #958C74 background

This text has black color on #958C74 background.


White color preview on #958C74 background

This text has white color on #958C74 background.