COLOR #956A6E

HEX: #956A6E
RGB: (149,106,110)

Color info

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

RGB color model

#956A6E color RGB value is (149,106,110).

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

RGB channels and saturation

R 149 of 255 = 58%
G 106 of 255 = 42%
B 110 of 255 = 43%

149
106
110

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

Portions of RGB colors in percentages

R + G + B =
149 + 106 + 110 = 365 (100%)
R 149 of 365 ~ 40.82%
G 106 of 365 ~ 29.04%
B 110 of 365 ~ 30.14%

%40.82
%29.04
%30.14

CMYK color model

#956A6E color CMYK value is (0,29,26,42).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK:
(0,29,26,42)
C0M29Y26K42 
(0%,29%,26%,42%)
(0.00/0.29/0.26/0.42)	

CMYK percentages

%0
%28.86
%26.17
%41.57

Codes

Color #956A6E in popluar color models

956A6E
RGB149106110
HSL354°16.86%50.00%
HSB/HSV354°28.86%58.43%
CMYK0.00%28.86%26.17%
41.57%

Color #956A6E in popluar number systems.

HEX956A6E
Decimal149106110
Binary1001010111010101101110
Octal225152156

Shades and tints

Shades of #956A6E

#956A6E
(149,106,110)
#886164
(136,97,100)
#7B585A
(123,88,90)
#6E4F50
(110,79,80)
#614646
(97,70,70)
#543D3C
(84,61,60)
#473432
(71,52,50)
#3A2B28
(58,43,40)
#2D221E
(45,34,30)
#201914
(32,25,20)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #956A6E

#956A6E
(149,106,110)
#9E777B
(158,119,123)
#A78488
(167,132,136)
#B09195
(176,145,149)
#B99EA2
(185,158,162)
#C2ABAF
(194,171,175)
#CBB8BC
(203,184,188)
#D4C5C9
(212,197,201)
#DDD2D6
(221,210,214)
#E6DFE3
(230,223,227)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956A6E; }

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

This text font color is #956A6E.


Background Color

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

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

This div background color is #956A6E.


Border color

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

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

This div border color is #956A6E.


Opacity

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

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

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

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

This text has shadow with #956A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956A6E on black background.


Color preview on white background

This text has color #956A6E on white background.



Black color preview on #956A6E background

This text has black color on #956A6E background.


White color preview on #956A6E background

This text has white color on #956A6E background.