COLOR #956E6F

HEX: #956E6F
RGB: (149,110,111)

Color info

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

RGB color model

#956E6F color RGB value is (149,110,111).

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

RGB channels and saturation

R 149 of 255 = 58%
G 110 of 255 = 43%
B 111 of 255 = 44%

149
110
111

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

Portions of RGB colors in percentages

R + G + B =
149 + 110 + 111 = 370 (100%)
R 149 of 370 ~ 40.27%
G 110 of 370 ~ 29.73%
B 111 of 370 ~ 30%

%40.27
%29.73
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.17%
  • yellow value is 25.50%
  • key color value is 41.57%
CMYK:
(0,26,26,42)
C0M26Y26K42 
(0%,26%,26%,42%)
(0.00/0.26/0.26/0.42)	

CMYK percentages

%0
%26.17
%25.5
%41.57

Codes

Color #956E6F in popluar color models

956E6F
RGB149110111
HSL358°15.54%50.78%
HSB/HSV358°26.17%58.43%
CMYK0.00%26.17%25.50%
41.57%

Color #956E6F in popluar number systems.

HEX956E6F
Decimal149110111
Binary1001010111011101101111
Octal225156157

Shades and tints

Shades of #956E6F

#956E6F
(149,110,111)
#886465
(136,100,101)
#7B5A5B
(123,90,91)
#6E5051
(110,80,81)
#614647
(97,70,71)
#543C3D
(84,60,61)
#473233
(71,50,51)
#3A2829
(58,40,41)
#2D1E1F
(45,30,31)
#201415
(32,20,21)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #956E6F

#956E6F
(149,110,111)
#9E7B7C
(158,123,124)
#A78889
(167,136,137)
#B09596
(176,149,150)
#B9A2A3
(185,162,163)
#C2AFB0
(194,175,176)
#CBBCBD
(203,188,189)
#D4C9CA
(212,201,202)
#DDD6D7
(221,214,215)
#E6E3E4
(230,227,228)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956E6F; }

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

This text font color is #956E6F.


Background Color

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

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

This div background color is #956E6F.


Border color

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

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

This div border color is #956E6F.


Opacity

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

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

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

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

This text has shadow with #956E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956E6F on black background.


Color preview on white background

This text has color #956E6F on white background.



Black color preview on #956E6F background

This text has black color on #956E6F background.


White color preview on #956E6F background

This text has white color on #956E6F background.