COLOR #956D5D

HEX: #956D5D
RGB: (149,109,93)

Color info

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

RGB color model

#956D5D color RGB value is (149,109,93).

  • red value is 149;
  • green value is 109;
  • blue value is 93.
RGB:
(149,109,93)
(58%,43%,36%)

RGB channels and saturation

R 149 of 255 = 58%
G 109 of 255 = 43%
B 93 of 255 = 36%

149
109
93

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

Portions of RGB colors in percentages

R + G + B =
149 + 109 + 93 = 351 (100%)
R 149 of 351 ~ 42.45%
G 109 of 351 ~ 31.05%
B 93 of 351 ~ 26.5%

%42.45
%31.05
%26.5

CMYK color model

#956D5D color CMYK value is (0,27,38,42).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 37.58%
  • key color value is 41.57%
CMYK:
(0,27,38,42)
C0M27Y38K42 
(0%,27%,38%,42%)
(0.00/0.27/0.38/0.42)	

CMYK percentages

%0
%26.85
%37.58
%41.57

Codes

Color #956D5D in popluar color models

956D5D
RGB14910993
HSL17°23.14%47.45%
HSB/HSV17°37.58%58.43%
CMYK0.00%26.85%37.58%
41.57%

Color #956D5D in popluar number systems.

HEX956D5D
Decimal14910993
Binary1001010111011011011101
Octal225155135

Shades and tints

Shades of #956D5D

#956D5D
(149,109,93)
#886455
(136,100,85)
#7B5B4D
(123,91,77)
#6E5245
(110,82,69)
#61493D
(97,73,61)
#544035
(84,64,53)
#47372D
(71,55,45)
#3A2E25
(58,46,37)
#2D251D
(45,37,29)
#201C15
(32,28,21)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #956D5D

#956D5D
(149,109,93)
#9E7A6B
(158,122,107)
#A78779
(167,135,121)
#B09487
(176,148,135)
#B9A195
(185,161,149)
#C2AEA3
(194,174,163)
#CBBBB1
(203,187,177)
#D4C8BF
(212,200,191)
#DDD5CD
(221,213,205)
#E6E2DB
(230,226,219)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956D5D color. Also use rgb(149,109,93) instead hex code.

Text Font Color

.myTextColor { color: #956D5D; }

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

This text font color is #956D5D.


Background Color

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

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

This div background color is #956D5D.


Border color

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

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

This div border color is #956D5D.


Opacity

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

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

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

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

This text has shadow with #956D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956D5D on black background.


Color preview on white background

This text has color #956D5D on white background.



Black color preview on #956D5D background

This text has black color on #956D5D background.


White color preview on #956D5D background

This text has white color on #956D5D background.