COLOR #958566

HEX: #958566
RGB: (149,133,102)

Color info

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

RGB color model

#958566 color RGB value is (149,133,102).

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

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 102 of 255 = 40%

149
133
102

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 102 = 384 (100%)
R 149 of 384 ~ 38.8%
G 133 of 384 ~ 34.64%
B 102 of 384 ~ 26.56%

%38.8
%34.64
%26.56

CMYK color model

#958566 color CMYK value is (0,11,32,42).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 31.54%
  • key color value is 41.57%
CMYK:
(0,11,32,42)
C0M11Y32K42 
(0%,11%,32%,42%)
(0.00/0.11/0.32/0.42)	

CMYK percentages

%0
%10.74
%31.54
%41.57

Codes

Color #958566 in popluar color models

958566
RGB149133102
HSL40°18.73%49.22%
HSB/HSV40°31.54%58.43%
CMYK0.00%10.74%31.54%
41.57%

Color #958566 in popluar number systems.

HEX958566
Decimal149133102
Binary10010101100001011100110
Octal225205146

Shades and tints

Shades of #958566

#958566
(149,133,102)
#88795D
(136,121,93)
#7B6D54
(123,109,84)
#6E614B
(110,97,75)
#615542
(97,85,66)
#544939
(84,73,57)
#473D30
(71,61,48)
#3A3127
(58,49,39)
#2D251E
(45,37,30)
#201915
(32,25,21)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #958566

#958566
(149,133,102)
#9E9073
(158,144,115)
#A79B80
(167,155,128)
#B0A68D
(176,166,141)
#B9B19A
(185,177,154)
#C2BCA7
(194,188,167)
#CBC7B4
(203,199,180)
#D4D2C1
(212,210,193)
#DDDDCE
(221,221,206)
#E6E8DB
(230,232,219)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958566; }

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

This text font color is #958566.


Background Color

.myBgColor { background-color: #958566; }

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

This div background color is #958566.


Border color

.myBorderColor { border: 1px solid #958566; }

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

This div border color is #958566.


Opacity

.myOpacity80 { color: #958566; opacity: 0.8; }

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

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

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

This text has shadow with #958566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958566 on black background.


Color preview on white background

This text has color #958566 on white background.



Black color preview on #958566 background

This text has black color on #958566 background.


White color preview on #958566 background

This text has white color on #958566 background.