COLOR #955B3B

HEX: #955B3B RGB: (149,91,59)

Color info

#955B3B contains mainly red and green colors. Web safe color of #955B3B is #996633 (or #963).

RGB color model

#955B3B color RGB value is (149,91,59).

RGB: (149,91,59) (58%, 36%, 23%)

RGB channels and saturation

R 149 of 255 = 58%
G 91 of 255 = 36%
B 59 of 255 = 23%

149
91
59

R + G + B ~ 39%. #955B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 149 + 91 + 59 = 299 (100%)
R 149 of 299 ~ 49.83%
G 91 of 299 ~ 30.43%
B 59 of 299 ~ 19.73'%

%49.83
%30.43
%19.73

CMYK color model

#955B3B color CMYK value is (0,39,60,42).

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

CMYK: (0,39,60,42)
C0M39Y60K42 (0%, 39%, 60%, 42%)
(0.00 / 0.39 / 0.60 / 0.42)

CMYK percentages

%0
%38.93
%60.4
%41.57

Codes

Color #955B3B in popluar color models

95 5B 3B
RGB 149 91 59
HSL 21° 43.27% 40.78%
HSB/HSV 21° 60.40% 58.43%
CMYK 0.00% 38.93% 60.40%
41.57%

Color #955B3B in popluar number systems.

HEX 95 5B 3B
Decimal 149 91 59
Binary 10010101 1011011 111011
Octal 225 133 73

Shades and tints

Shades of #955B3B

#955B3B
(149,91,59)
#885336
(136,83,54)
#7B4B31
(123,75,49)
#6E432C
(110,67,44)
#613B27
(97,59,39)
#543322
(84,51,34)
#472B1D
(71,43,29)
#3A2318
(58,35,24)
#2D1B13
(45,27,19)
#20130E
(32,19,14)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #955B3B

#955B3B
(149,91,59)
#9E694C
(158,105,76)
#A7775D
(167,119,93)
#B0856E
(176,133,110)
#B9937F
(185,147,127)
#C2A190
(194,161,144)
#CBAFA1
(203,175,161)
#D4BDB2
(212,189,178)
#DDCBC3
(221,203,195)
#E6D9D4
(230,217,212)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955B3B; }

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

This text font color is #955B3B.

Background Color

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

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

This div background color is #955B3B.

Border color

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

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

This div border color is #955B3B.

Opacity

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

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

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

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

This text has shadow with #955B3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955B3B.

Preview

Color preview on black background

This text has color #955B3B on black background.


Color preview on white background

This text has color #955B3B on white background.


Black color preview on #955B3B background

This text has black color on #955B3B background.


White color preview on #955B3B background

This text has white color on #955B3B background.


Related colors

Complementary color

Complementary color for #hex is #6AA4C4.


I love getcolorcode.com

Triadic colors

1 #3B955B and #5B3B95 with #955B3B are triadic colors.

2 #3B5B95 and #5B953B with #955B3B are triadic colors.