COLOR #956A5B

HEX: #956A5B RGB: (149,106,91)

Color info

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

RGB color model

#956A5B color RGB value is (149,106,91).

RGB: (149,106,91) (58%, 42%, 36%)

RGB channels and saturation

R 149 of 255 = 58%
G 106 of 255 = 42%
B 91 of 255 = 36%

149
106
91

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

Portions of RGB colors in percentages

R + G + B = 149 + 106 + 91 = 346 (100%)
R 149 of 346 ~ 43.06%
G 106 of 346 ~ 30.64%
B 91 of 346 ~ 26.3'%

%43.06
%30.64
%26.3

CMYK color model

#956A5B color CMYK value is (0,29,39,42).

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

CMYK: (0,29,39,42)
C0M29Y39K42 (0%, 29%, 39%, 42%)
(0.00 / 0.29 / 0.39 / 0.42)

CMYK percentages

%0
%28.86
%38.93
%41.57

Codes

Color #956A5B in popluar color models

95 6A 5B
RGB 149 106 91
HSL 16° 24.17% 47.06%
HSB/HSV 16° 38.93% 58.43%
CMYK 0.00% 28.86% 38.93%
41.57%

Color #956A5B in popluar number systems.

HEX 95 6A 5B
Decimal 149 106 91
Binary 10010101 1101010 1011011
Octal 225 152 133

Shades and tints

Shades of #956A5B

#956A5B
(149,106,91)
#886153
(136,97,83)
#7B584B
(123,88,75)
#6E4F43
(110,79,67)
#61463B
(97,70,59)
#543D33
(84,61,51)
#47342B
(71,52,43)
#3A2B23
(58,43,35)
#2D221B
(45,34,27)
#201913
(32,25,19)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #956A5B

#956A5B
(149,106,91)
#9E7769
(158,119,105)
#A78477
(167,132,119)
#B09185
(176,145,133)
#B99E93
(185,158,147)
#C2ABA1
(194,171,161)
#CBB8AF
(203,184,175)
#D4C5BD
(212,197,189)
#DDD2CB
(221,210,203)
#E6DFD9
(230,223,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956A5B color. Also use rgb(149,106,91) instead hex code.

Text Font Color

.myTextColor { color: #956A5B; }

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

This text font color is #956A5B.

Background Color

.myBgColor { background-color: #956A5B; }

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

This div background color is #956A5B.

Border color

.myBorderColor { border: 1px solid #956A5B; }

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

This div border color is #956A5B.

Opacity

.myOpacity80 { color: #956A5B; opacity: 0.8; }

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

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

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

This text has shadow with #956A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #956A5B.

Preview

Color preview on black background

This text has color #956A5B on black background.


Color preview on white background

This text has color #956A5B on white background.


Black color preview on #956A5B background

This text has black color on #956A5B background.


White color preview on #956A5B background

This text has white color on #956A5B background.


Related colors

Complementary color

Complementary color for #hex is #6A95A4.


I love getcolorcode.com

Triadic colors

1 #5B956A and #6A5B95 with #956A5B are triadic colors.

2 #5B6A95 and #6A955B with #956A5B are triadic colors.