COLOR #956B62

HEX: #956B62
RGB: (149,107,98)

Color info

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

RGB color model

#956B62 color RGB value is (149,107,98).

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

RGB channels and saturation

R 149 of 255 = 58%
G 107 of 255 = 42%
B 98 of 255 = 38%

149
107
98

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

Portions of RGB colors in percentages

R + G + B =
149 + 107 + 98 = 354 (100%)
R 149 of 354 ~ 42.09%
G 107 of 354 ~ 30.23%
B 98 of 354 ~ 27.68%

%42.09
%30.23
%27.68

CMYK color model

#956B62 color CMYK value is (0,28,34,42).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 34.23%
  • key color value is 41.57%
CMYK:
(0,28,34,42)
C0M28Y34K42 
(0%,28%,34%,42%)
(0.00/0.28/0.34/0.42)	

CMYK percentages

%0
%28.19
%34.23
%41.57

Codes

Color #956B62 in popluar color models

956B62
RGB14910798
HSL11°20.65%48.43%
HSB/HSV11°34.23%58.43%
CMYK0.00%28.19%34.23%
41.57%

Color #956B62 in popluar number systems.

HEX956B62
Decimal14910798
Binary1001010111010111100010
Octal225153142

Shades and tints

Shades of #956B62

#956B62
(149,107,98)
#88625A
(136,98,90)
#7B5952
(123,89,82)
#6E504A
(110,80,74)
#614742
(97,71,66)
#543E3A
(84,62,58)
#473532
(71,53,50)
#3A2C2A
(58,44,42)
#2D2322
(45,35,34)
#201A1A
(32,26,26)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #956B62

#956B62
(149,107,98)
#9E7870
(158,120,112)
#A7857E
(167,133,126)
#B0928C
(176,146,140)
#B99F9A
(185,159,154)
#C2ACA8
(194,172,168)
#CBB9B6
(203,185,182)
#D4C6C4
(212,198,196)
#DDD3D2
(221,211,210)
#E6E0E0
(230,224,224)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956B62; }

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

This text font color is #956B62.


Background Color

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

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

This div background color is #956B62.


Border color

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

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

This div border color is #956B62.


Opacity

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

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

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

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

This text has shadow with #956B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956B62 on black background.


Color preview on white background

This text has color #956B62 on white background.



Black color preview on #956B62 background

This text has black color on #956B62 background.


White color preview on #956B62 background

This text has white color on #956B62 background.