COLOR #956964

HEX: #956964
RGB: (149,105,100)

Color info

#956964 contains red, green and blue colors in about the same proportion. Web safe color of #956964 is #996666 (or #966).

RGB color model

#956964 color RGB value is (149,105,100).

  • red value is 149;
  • green value is 105;
  • blue value is 100.
RGB:
(149,105,100)
(58%,41%,39%)

RGB channels and saturation

R 149 of 255 = 58%
G 105 of 255 = 41%
B 100 of 255 = 39%

149
105
100

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

Portions of RGB colors in percentages

R + G + B =
149 + 105 + 100 = 354 (100%)
R 149 of 354 ~ 42.09%
G 105 of 354 ~ 29.66%
B 100 of 354 ~ 28.25%

%42.09
%29.66
%28.25

CMYK color model

#956964 color CMYK value is (0,30,33,42).

  • cyan value is 0.00%
  • magenta value is 29.53%
  • yellow value is 32.89%
  • key color value is 41.57%
CMYK:
(0,30,33,42)
C0M30Y33K42 
(0%,30%,33%,42%)
(0.00/0.30/0.33/0.42)	

CMYK percentages

%0
%29.53
%32.89
%41.57

Codes

Color #956964 in popluar color models

956964
RGB149105100
HSL19.68%48.82%
HSB/HSV32.89%58.43%
CMYK0.00%29.53%32.89%
41.57%

Color #956964 in popluar number systems.

HEX956964
Decimal149105100
Binary1001010111010011100100
Octal225151144

Shades and tints

Shades of #956964

#956964
(149,105,100)
#88605B
(136,96,91)
#7B5752
(123,87,82)
#6E4E49
(110,78,73)
#614540
(97,69,64)
#543C37
(84,60,55)
#47332E
(71,51,46)
#3A2A25
(58,42,37)
#2D211C
(45,33,28)
#201813
(32,24,19)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #956964

#956964
(149,105,100)
#9E7672
(158,118,114)
#A78380
(167,131,128)
#B0908E
(176,144,142)
#B99D9C
(185,157,156)
#C2AAAA
(194,170,170)
#CBB7B8
(203,183,184)
#D4C4C6
(212,196,198)
#DDD1D4
(221,209,212)
#E6DEE2
(230,222,226)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956964 color. Also use rgb(149,105,100) instead hex code.

Text Font Color

.myTextColor { color: #956964; }

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

This text font color is #956964.


Background Color

.myBgColor { background-color: #956964; }

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

This div background color is #956964.


Border color

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

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

This div border color is #956964.


Opacity

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

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

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

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

This text has shadow with #956964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956964 on black background.


Color preview on white background

This text has color #956964 on white background.



Black color preview on #956964 background

This text has black color on #956964 background.


White color preview on #956964 background

This text has white color on #956964 background.