COLOR #955B65

HEX: #955B65
RGB: (149,91,101)

Color info

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

RGB color model

#955B65 color RGB value is (149,91,101).

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

RGB channels and saturation

R 149 of 255 = 58%
G 91 of 255 = 36%
B 101 of 255 = 40%

149
91
101

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

Portions of RGB colors in percentages

R + G + B =
149 + 91 + 101 = 341 (100%)
R 149 of 341 ~ 43.7%
G 91 of 341 ~ 26.69%
B 101 of 341 ~ 29.62%

%43.7
%26.69
%29.62

CMYK color model

#955B65 color CMYK value is (0,39,32,42).

  • cyan value is 0.00%
  • magenta value is 38.93%
  • yellow value is 32.21%
  • key color value is 41.57%
CMYK:
(0,39,32,42)
C0M39Y32K42 
(0%,39%,32%,42%)
(0.00/0.39/0.32/0.42)	

CMYK percentages

%0
%38.93
%32.21
%41.57

Codes

Color #955B65 in popluar color models

955B65
RGB14991101
HSL350°24.17%47.06%
HSB/HSV350°38.93%58.43%
CMYK0.00%38.93%32.21%
41.57%

Color #955B65 in popluar number systems.

HEX955B65
Decimal14991101
Binary1001010110110111100101
Octal225133145

Shades and tints

Shades of #955B65

#955B65
(149,91,101)
#88535C
(136,83,92)
#7B4B53
(123,75,83)
#6E434A
(110,67,74)
#613B41
(97,59,65)
#543338
(84,51,56)
#472B2F
(71,43,47)
#3A2326
(58,35,38)
#2D1B1D
(45,27,29)
#201314
(32,19,20)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #955B65

#955B65
(149,91,101)
#9E6973
(158,105,115)
#A77781
(167,119,129)
#B0858F
(176,133,143)
#B9939D
(185,147,157)
#C2A1AB
(194,161,171)
#CBAFB9
(203,175,185)
#D4BDC7
(212,189,199)
#DDCBD5
(221,203,213)
#E6D9E3
(230,217,227)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955B65; }

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

This text font color is #955B65.


Background Color

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

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

This div background color is #955B65.


Border color

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

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

This div border color is #955B65.


Opacity

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

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

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

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

This text has shadow with #955B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955B65 on black background.


Color preview on white background

This text has color #955B65 on white background.



Black color preview on #955B65 background

This text has black color on #955B65 background.


White color preview on #955B65 background

This text has white color on #955B65 background.