COLOR #955A66

HEX: #955A66 RGB: (149,90,102)

Color info

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

RGB color model

#955A66 color RGB value is (149,90,102).

RGB: (149,90,102) (58%, 35%, 40%)

RGB channels and saturation

R 149 of 255 = 58%
G 90 of 255 = 35%
B 102 of 255 = 40%

149
90
102

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

Portions of RGB colors in percentages

R + G + B = 149 + 90 + 102 = 341 (100%)
R 149 of 341 ~ 43.7%
G 90 of 341 ~ 26.39%
B 102 of 341 ~ 29.91'%

%43.7
%26.39
%29.91

CMYK color model

#955A66 color CMYK value is (0,40,32,42).

  • cyan value is 0.00%
  • magenta value is 39.60%
  • yellow value is 31.54%
  • key color value is 41.57%
CMYK: (0,40,32,42) C0M40Y32K42 (0%,40%,32%,42%) (0.00/0.40/0.32/0.42) 

CMYK percentages

%0
%39.6
%31.54
%41.57

Codes

Color #955A66 in popluar color models

95 5A 66
RGB 149 90 102
HSL 348° 24.69% 46.86%
HSB/HSV 348° 39.60% 58.43%
CMYK 0.00% 39.60% 31.54%
41.57%

Color #955A66 in popluar number systems.

HEX 95 5A 66
Decimal 149 90 102
Binary 10010101 1011010 1100110
Octal 225 132 146

Shades and tints

Shades of #955A66

#955A66
(149,90,102)
#88525D
(136,82,93)
#7B4A54
(123,74,84)
#6E424B
(110,66,75)
#613A42
(97,58,66)
#543239
(84,50,57)
#472A30
(71,42,48)
#3A2227
(58,34,39)
#2D1A1E
(45,26,30)
#201215
(32,18,21)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #955A66

#955A66
(149,90,102)
#9E6973
(158,105,115)
#A77880
(167,120,128)
#B0878D
(176,135,141)
#B9969A
(185,150,154)
#C2A5A7
(194,165,167)
#CBB4B4
(203,180,180)
#D4C3C1
(212,195,193)
#DDD2CE
(221,210,206)
#E6E1DB
(230,225,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955A66; }

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

This text font color is #955A66.

Background Color

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

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

This div background color is #955A66.

Border color

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

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

This div border color is #955A66.

Opacity

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

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

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

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

This text has shadow with #955A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955A66.

Preview

Color preview on black background

This text has color #955A66 on black background.


Color preview on white background

This text has color #955A66 on white background.


Black color preview on #955A66 background

This text has black color on #955A66 background.


White color preview on #955A66 background

This text has white color on #955A66 background.


Related colors

Complementary color

Complementary color for #hex is #6AA599.


I love getcolorcode.com

Triadic colors

1 #66955A and #5A6695 with #955A66 are triadic colors.

2 #665A95 and #5A9566 with #955A66 are triadic colors.