COLOR #956A5D

HEX: #956A5D
RGB: (149,106,93)

Color info

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

RGB color model

#956A5D color RGB value is (149,106,93).

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

RGB channels and saturation

R 149 of 255 = 58%
G 106 of 255 = 42%
B 93 of 255 = 36%

149
106
93

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

Portions of RGB colors in percentages

R + G + B =
149 + 106 + 93 = 348 (100%)
R 149 of 348 ~ 42.82%
G 106 of 348 ~ 30.46%
B 93 of 348 ~ 26.72%

%42.82
%30.46
%26.72

CMYK color model

#956A5D color CMYK value is (0,29,38,42).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 37.58%
  • key color value is 41.57%
CMYK:
(0,29,38,42)
C0M29Y38K42 
(0%,29%,38%,42%)
(0.00/0.29/0.38/0.42)	

CMYK percentages

%0
%28.86
%37.58
%41.57

Codes

Color #956A5D in popluar color models

956A5D
RGB14910693
HSL14°23.14%47.45%
HSB/HSV14°37.58%58.43%
CMYK0.00%28.86%37.58%
41.57%

Color #956A5D in popluar number systems.

HEX956A5D
Decimal14910693
Binary1001010111010101011101
Octal225152135

Shades and tints

Shades of #956A5D

#956A5D
(149,106,93)
#886155
(136,97,85)
#7B584D
(123,88,77)
#6E4F45
(110,79,69)
#61463D
(97,70,61)
#543D35
(84,61,53)
#47342D
(71,52,45)
#3A2B25
(58,43,37)
#2D221D
(45,34,29)
#201915
(32,25,21)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #956A5D

#956A5D
(149,106,93)
#9E776B
(158,119,107)
#A78479
(167,132,121)
#B09187
(176,145,135)
#B99E95
(185,158,149)
#C2ABA3
(194,171,163)
#CBB8B1
(203,184,177)
#D4C5BF
(212,197,191)
#DDD2CD
(221,210,205)
#E6DFDB
(230,223,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956A5D; }

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

This text font color is #956A5D.


Background Color

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

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

This div background color is #956A5D.


Border color

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

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

This div border color is #956A5D.


Opacity

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

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

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

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

This text has shadow with #956A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956A5D on black background.


Color preview on white background

This text has color #956A5D on white background.



Black color preview on #956A5D background

This text has black color on #956A5D background.


White color preview on #956A5D background

This text has white color on #956A5D background.