COLOR #955B81

HEX: #955B81
RGB: (149,91,129)

Color info

#955B81 contains red, green and blue colors in about the same proportion. Web safe color of #955B81 is #996699 (or #969).

RGB color model

#955B81 color RGB value is (149,91,129).

  • red value is 149;
  • green value is 91;
  • blue value is 129.
RGB:
(149,91,129)
(58%,36%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 91 of 255 = 36%
B 129 of 255 = 51%

149
91
129

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

Portions of RGB colors in percentages

R + G + B =
149 + 91 + 129 = 369 (100%)
R 149 of 369 ~ 40.38%
G 91 of 369 ~ 24.66%
B 129 of 369 ~ 34.96%

%40.38
%24.66
%34.96

CMYK color model

#955B81 color CMYK value is (0,39,13,42).

  • cyan value is 0.00%
  • magenta value is 38.93%
  • yellow value is 13.42%
  • key color value is 41.57%
CMYK:
(0,39,13,42)
C0M39Y13K42 
(0%,39%,13%,42%)
(0.00/0.39/0.13/0.42)	

CMYK percentages

%0
%38.93
%13.42
%41.57

Codes

Color #955B81 in popluar color models

955B81
RGB14991129
HSL321°24.17%47.06%
HSB/HSV321°38.93%58.43%
CMYK0.00%38.93%13.42%
41.57%

Color #955B81 in popluar number systems.

HEX955B81
Decimal14991129
Binary10010101101101110000001
Octal225133201

Shades and tints

Shades of #955B81

#955B81
(149,91,129)
#885376
(136,83,118)
#7B4B6B
(123,75,107)
#6E4360
(110,67,96)
#613B55
(97,59,85)
#54334A
(84,51,74)
#472B3F
(71,43,63)
#3A2334
(58,35,52)
#2D1B29
(45,27,41)
#20131E
(32,19,30)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #955B81

#955B81
(149,91,129)
#9E698C
(158,105,140)
#A77797
(167,119,151)
#B085A2
(176,133,162)
#B993AD
(185,147,173)
#C2A1B8
(194,161,184)
#CBAFC3
(203,175,195)
#D4BDCE
(212,189,206)
#DDCBD9
(221,203,217)
#E6D9E4
(230,217,228)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955B81 color. Also use rgb(149,91,129) instead hex code.

Text Font Color

.myTextColor { color: #955B81; }

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

This text font color is #955B81.


Background Color

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

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

This div background color is #955B81.


Border color

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

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

This div border color is #955B81.


Opacity

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

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

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

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

This text has shadow with #955B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955B81 on black background.


Color preview on white background

This text has color #955B81 on white background.



Black color preview on #955B81 background

This text has black color on #955B81 background.


White color preview on #955B81 background

This text has white color on #955B81 background.