COLOR #955A6C

HEX: #955A6C
RGB: (149,90,108)

Color info

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

RGB color model

#955A6C color RGB value is (149,90,108).

  • red value is 149;
  • green value is 90;
  • blue value is 108.
RGB:
(149,90,108)
(58%,35%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 90 of 255 = 35%
B 108 of 255 = 42%

149
90
108

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

Portions of RGB colors in percentages

R + G + B =
149 + 90 + 108 = 347 (100%)
R 149 of 347 ~ 42.94%
G 90 of 347 ~ 25.94%
B 108 of 347 ~ 31.12%

%42.94
%25.94
%31.12

CMYK color model

#955A6C color CMYK value is (0,40,28,42).

  • cyan value is 0.00%
  • magenta value is 39.60%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK:
(0,40,28,42)
C0M40Y28K42 
(0%,40%,28%,42%)
(0.00/0.40/0.28/0.42)	

CMYK percentages

%0
%39.6
%27.52
%41.57

Codes

Color #955A6C in popluar color models

955A6C
RGB14990108
HSL342°24.69%46.86%
HSB/HSV342°39.60%58.43%
CMYK0.00%39.60%27.52%
41.57%

Color #955A6C in popluar number systems.

HEX955A6C
Decimal14990108
Binary1001010110110101101100
Octal225132154

Shades and tints

Shades of #955A6C

#955A6C
(149,90,108)
#885263
(136,82,99)
#7B4A5A
(123,74,90)
#6E4251
(110,66,81)
#613A48
(97,58,72)
#54323F
(84,50,63)
#472A36
(71,42,54)
#3A222D
(58,34,45)
#2D1A24
(45,26,36)
#20121B
(32,18,27)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #955A6C

#955A6C
(149,90,108)
#9E6979
(158,105,121)
#A77886
(167,120,134)
#B08793
(176,135,147)
#B996A0
(185,150,160)
#C2A5AD
(194,165,173)
#CBB4BA
(203,180,186)
#D4C3C7
(212,195,199)
#DDD2D4
(221,210,212)
#E6E1E1
(230,225,225)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955A6C color. Also use rgb(149,90,108) instead hex code.

Text Font Color

.myTextColor { color: #955A6C; }

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

This text font color is #955A6C.


Background Color

.myBgColor { background-color: #955A6C; }

<div style="background-color:#955A6C">Inner text</div>

This div background color is #955A6C.


Border color

.myBorderColor { border: 1px solid #955A6C; }

<div style="border:3px solid #955A6C">Div</div>

This div border color is #955A6C.


Opacity

.myOpacity80 { color: #955A6C; opacity: 0.8; }

<p style="color:#955A6C;opacity:0.8;">80%</p>

Text with #955A6C 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 #955A6C;}

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

This text has shadow with #955A6C color.

.textShadow {text-shadow: 3px 3px 1px #955A6C, 3px 3px 1px red;}

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

This text has shadow with #955A6C primary color and red secondary color.


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

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

This text has shadow with #955A6C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955A6C on black background.


Color preview on white background

This text has color #955A6C on white background.



Black color preview on #955A6C background

This text has black color on #955A6C background.


White color preview on #955A6C background

This text has white color on #955A6C background.