COLOR #955B64

HEX: #955B64
RGB: (149,91,100)

Color info

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

RGB color model

#955B64 color RGB value is (149,91,100).

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

RGB channels and saturation

R 149 of 255 = 58%
G 91 of 255 = 36%
B 100 of 255 = 39%

149
91
100

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

Portions of RGB colors in percentages

R + G + B =
149 + 91 + 100 = 340 (100%)
R 149 of 340 ~ 43.82%
G 91 of 340 ~ 26.76%
B 100 of 340 ~ 29.41%

%43.82
%26.76
%29.41

CMYK color model

#955B64 color CMYK value is (0,39,33,42).

  • cyan value is 0.00%
  • magenta value is 38.93%
  • yellow value is 32.89%
  • key color value is 41.57%
CMYK:
(0,39,33,42)
C0M39Y33K42 
(0%,39%,33%,42%)
(0.00/0.39/0.33/0.42)	

CMYK percentages

%0
%38.93
%32.89
%41.57

Codes

Color #955B64 in popluar color models

955B64
RGB14991100
HSL351°24.17%47.06%
HSB/HSV351°38.93%58.43%
CMYK0.00%38.93%32.89%
41.57%

Color #955B64 in popluar number systems.

HEX955B64
Decimal14991100
Binary1001010110110111100100
Octal225133144

Shades and tints

Shades of #955B64

#955B64
(149,91,100)
#88535B
(136,83,91)
#7B4B52
(123,75,82)
#6E4349
(110,67,73)
#613B40
(97,59,64)
#543337
(84,51,55)
#472B2E
(71,43,46)
#3A2325
(58,35,37)
#2D1B1C
(45,27,28)
#201313
(32,19,19)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #955B64

#955B64
(149,91,100)
#9E6972
(158,105,114)
#A77780
(167,119,128)
#B0858E
(176,133,142)
#B9939C
(185,147,156)
#C2A1AA
(194,161,170)
#CBAFB8
(203,175,184)
#D4BDC6
(212,189,198)
#DDCBD4
(221,203,212)
#E6D9E2
(230,217,226)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955B64; }

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

This text font color is #955B64.


Background Color

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

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

This div background color is #955B64.


Border color

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

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

This div border color is #955B64.


Opacity

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

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

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

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

This text has shadow with #955B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955B64 on black background.


Color preview on white background

This text has color #955B64 on white background.



Black color preview on #955B64 background

This text has black color on #955B64 background.


White color preview on #955B64 background

This text has white color on #955B64 background.