COLOR #956B48

HEX: #956B48
RGB: (149,107,72)

Color info

#956B48 contains mainly red and green colors. Web safe color of #956B48 is #996633 (or #963).

RGB color model

#956B48 color RGB value is (149,107,72).

  • red value is 149;
  • green value is 107;
  • blue value is 72.
RGB:
(149,107,72)
(58%,42%,28%)

RGB channels and saturation

R 149 of 255 = 58%
G 107 of 255 = 42%
B 72 of 255 = 28%

149
107
72

R + G + B ~ 43%. #956B48 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 107 + 72 = 328 (100%)
R 149 of 328 ~ 45.43%
G 107 of 328 ~ 32.62%
B 72 of 328 ~ 21.95%

%45.43
%32.62
%21.95

CMYK color model

#956B48 color CMYK value is (0,28,52,42).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 51.68%
  • key color value is 41.57%
CMYK:
(0,28,52,42)
C0M28Y52K42 
(0%,28%,52%,42%)
(0.00/0.28/0.52/0.42)	

CMYK percentages

%0
%28.19
%51.68
%41.57

Codes

Color #956B48 in popluar color models

956B48
RGB14910772
HSL27°34.84%43.33%
HSB/HSV27°51.68%58.43%
CMYK0.00%28.19%51.68%
41.57%

Color #956B48 in popluar number systems.

HEX956B48
Decimal14910772
Binary1001010111010111001000
Octal225153110

Shades and tints

Shades of #956B48

#956B48
(149,107,72)
#886242
(136,98,66)
#7B593C
(123,89,60)
#6E5036
(110,80,54)
#614730
(97,71,48)
#543E2A
(84,62,42)
#473524
(71,53,36)
#3A2C1E
(58,44,30)
#2D2318
(45,35,24)
#201A12
(32,26,18)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #956B48

#956B48
(149,107,72)
#9E7858
(158,120,88)
#A78568
(167,133,104)
#B09278
(176,146,120)
#B99F88
(185,159,136)
#C2AC98
(194,172,152)
#CBB9A8
(203,185,168)
#D4C6B8
(212,198,184)
#DDD3C8
(221,211,200)
#E6E0D8
(230,224,216)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956B48 color. Also use rgb(149,107,72) instead hex code.

Text Font Color

.myTextColor { color: #956B48; }

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

This text font color is #956B48.


Background Color

.myBgColor { background-color: #956B48; }

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

This div background color is #956B48.


Border color

.myBorderColor { border: 1px solid #956B48; }

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

This div border color is #956B48.


Opacity

.myOpacity80 { color: #956B48; opacity: 0.8; }

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

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

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

This text has shadow with #956B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956B48 on black background.


Color preview on white background

This text has color #956B48 on white background.



Black color preview on #956B48 background

This text has black color on #956B48 background.


White color preview on #956B48 background

This text has white color on #956B48 background.