COLOR #958D66

HEX: #958D66
RGB: (149,141,102)

Color info

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

RGB color model

#958D66 color RGB value is (149,141,102).

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

RGB channels and saturation

R 149 of 255 = 58%
G 141 of 255 = 55%
B 102 of 255 = 40%

149
141
102

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

Portions of RGB colors in percentages

R + G + B =
149 + 141 + 102 = 392 (100%)
R 149 of 392 ~ 38.01%
G 141 of 392 ~ 35.97%
B 102 of 392 ~ 26.02%

%38.01
%35.97
%26.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.37%
  • yellow value is 31.54%
  • key color value is 41.57%
CMYK:
(0,5,32,42)
C0M5Y32K42 
(0%,5%,32%,42%)
(0.00/0.05/0.32/0.42)	

CMYK percentages

%0
%5.37
%31.54
%41.57

Codes

Color #958D66 in popluar color models

958D66
RGB149141102
HSL50°18.73%49.22%
HSB/HSV50°31.54%58.43%
CMYK0.00%5.37%31.54%
41.57%

Color #958D66 in popluar number systems.

HEX958D66
Decimal149141102
Binary10010101100011011100110
Octal225215146

Shades and tints

Shades of #958D66

#958D66
(149,141,102)
#88815D
(136,129,93)
#7B7554
(123,117,84)
#6E694B
(110,105,75)
#615D42
(97,93,66)
#545139
(84,81,57)
#474530
(71,69,48)
#3A3927
(58,57,39)
#2D2D1E
(45,45,30)
#202115
(32,33,21)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #958D66

#958D66
(149,141,102)
#9E9773
(158,151,115)
#A7A180
(167,161,128)
#B0AB8D
(176,171,141)
#B9B59A
(185,181,154)
#C2BFA7
(194,191,167)
#CBC9B4
(203,201,180)
#D4D3C1
(212,211,193)
#DDDDCE
(221,221,206)
#E6E7DB
(230,231,219)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958D66; }

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

This text font color is #958D66.


Background Color

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

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

This div background color is #958D66.


Border color

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

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

This div border color is #958D66.


Opacity

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

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

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

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

This text has shadow with #958D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958D66 on black background.


Color preview on white background

This text has color #958D66 on white background.



Black color preview on #958D66 background

This text has black color on #958D66 background.


White color preview on #958D66 background

This text has white color on #958D66 background.