COLOR #955167

HEX: #955167
RGB: (149,81,103)

Color info

#955167 contains mainly red and blue colors. Web safe color of #955167 is #996666 (or #966).

RGB color model

#955167 color RGB value is (149,81,103).

  • red value is 149;
  • green value is 81;
  • blue value is 103.
RGB:
(149,81,103)
(58%,32%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 81 of 255 = 32%
B 103 of 255 = 40%

149
81
103

R + G + B ~ 43%. #955167 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 81 + 103 = 333 (100%)
R 149 of 333 ~ 44.74%
G 81 of 333 ~ 24.32%
B 103 of 333 ~ 30.93%

%44.74
%24.32
%30.93

CMYK color model

#955167 color CMYK value is (0,46,31,42).

  • cyan value is 0.00%
  • magenta value is 45.64%
  • yellow value is 30.87%
  • key color value is 41.57%
CMYK:
(0,46,31,42)
C0M46Y31K42 
(0%,46%,31%,42%)
(0.00/0.46/0.31/0.42)	

CMYK percentages

%0
%45.64
%30.87
%41.57

Codes

Color #955167 in popluar color models

955167
RGB14981103
HSL341°29.57%45.10%
HSB/HSV341°45.64%58.43%
CMYK0.00%45.64%30.87%
41.57%

Color #955167 in popluar number systems.

HEX955167
Decimal14981103
Binary1001010110100011100111
Octal225121147

Shades and tints

Shades of #955167

#955167
(149,81,103)
#884A5E
(136,74,94)
#7B4355
(123,67,85)
#6E3C4C
(110,60,76)
#613543
(97,53,67)
#542E3A
(84,46,58)
#472731
(71,39,49)
#3A2028
(58,32,40)
#2D191F
(45,25,31)
#201216
(32,18,22)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #955167

#955167
(149,81,103)
#9E6074
(158,96,116)
#A76F81
(167,111,129)
#B07E8E
(176,126,142)
#B98D9B
(185,141,155)
#C29CA8
(194,156,168)
#CBABB5
(203,171,181)
#D4BAC2
(212,186,194)
#DDC9CF
(221,201,207)
#E6D8DC
(230,216,220)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955167 color. Also use rgb(149,81,103) instead hex code.

Text Font Color

.myTextColor { color: #955167; }

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

This text font color is #955167.


Background Color

.myBgColor { background-color: #955167; }

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

This div background color is #955167.


Border color

.myBorderColor { border: 1px solid #955167; }

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

This div border color is #955167.


Opacity

.myOpacity80 { color: #955167; opacity: 0.8; }

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

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

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

This text has shadow with #955167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955167 on black background.


Color preview on white background

This text has color #955167 on white background.



Black color preview on #955167 background

This text has black color on #955167 background.


White color preview on #955167 background

This text has white color on #955167 background.