COLOR #955B55

HEX: #955B55 RGB: (149,91,85)

Color info

#955B55 contains mainly red and green colors. Web safe color of #955B55 is #996666 (or #966).

RGB color model

#955B55 color RGB value is (149,91,85).

RGB: (149,91,85) (58%, 36%, 33%)

RGB channels and saturation

R 149 of 255 = 58%
G 91 of 255 = 36%
B 85 of 255 = 33%

149
91
85

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

Portions of RGB colors in percentages

R + G + B = 149 + 91 + 85 = 325 (100%)
R 149 of 325 ~ 45.85%
G 91 of 325 ~ 28%
B 85 of 325 ~ 26.15'%

%45.85
%28
%26.15

CMYK color model

#955B55 color CMYK value is (0,39,43,42).

  • cyan value is 0.00%
  • magenta value is 38.93%
  • yellow value is 42.95%
  • key color value is 41.57%

CMYK: (0,39,43,42)
C0M39Y43K42 (0%, 39%, 43%, 42%)
(0.00 / 0.39 / 0.43 / 0.42)

CMYK percentages

%0
%38.93
%42.95
%41.57

Codes

Color #955B55 in popluar color models

95 5B 55
RGB 149 91 85
HSL 27.35% 45.88%
HSB/HSV 42.95% 58.43%
CMYK 0.00% 38.93% 42.95%
41.57%

Color #955B55 in popluar number systems.

HEX 95 5B 55
Decimal 149 91 85
Binary 10010101 1011011 1010101
Octal 225 133 125

Shades and tints

Shades of #955B55

#955B55
(149,91,85)
#88534E
(136,83,78)
#7B4B47
(123,75,71)
#6E4340
(110,67,64)
#613B39
(97,59,57)
#543332
(84,51,50)
#472B2B
(71,43,43)
#3A2324
(58,35,36)
#2D1B1D
(45,27,29)
#201316
(32,19,22)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #955B55

#955B55
(149,91,85)
#9E6964
(158,105,100)
#A77773
(167,119,115)
#B08582
(176,133,130)
#B99391
(185,147,145)
#C2A1A0
(194,161,160)
#CBAFAF
(203,175,175)
#D4BDBE
(212,189,190)
#DDCBCD
(221,203,205)
#E6D9DC
(230,217,220)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955B55; }

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

This text font color is #955B55.

Background Color

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

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

This div background color is #955B55.

Border color

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

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

This div border color is #955B55.

Opacity

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

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

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

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

This text has shadow with #955B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955B55.

Preview

Color preview on black background

This text has color #955B55 on black background.


Color preview on white background

This text has color #955B55 on white background.


Black color preview on #955B55 background

This text has black color on #955B55 background.


White color preview on #955B55 background

This text has white color on #955B55 background.


Related colors

Complementary color

Complementary color for #hex is #6AA4AA.


I love getcolorcode.com

Triadic colors

1 #55955B and #5B5595 with #955B55 are triadic colors.

2 #555B95 and #5B9555 with #955B55 are triadic colors.