COLOR #955E4C

HEX: #955E4C RGB: (149,94,76)

Color info

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

RGB color model

#955E4C color RGB value is (149,94,76).

RGB: (149,94,76) (58%, 37%, 30%)

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 76 of 255 = 30%

149
94
76

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

Portions of RGB colors in percentages

R + G + B = 149 + 94 + 76 = 319 (100%)
R 149 of 319 ~ 46.71%
G 94 of 319 ~ 29.47%
B 76 of 319 ~ 23.82'%

%46.71
%29.47
%23.82

CMYK color model

#955E4C color CMYK value is (0,37,49,42).

  • cyan value is 0.00%
  • magenta value is 36.91%
  • yellow value is 48.99%
  • key color value is 41.57%

CMYK: (0,37,49,42)
C0M37Y49K42 (0%, 37%, 49%, 42%)
(0.00 / 0.37 / 0.49 / 0.42)

CMYK percentages

%0
%36.91
%48.99
%41.57

Codes

Color #955E4C in popluar color models

95 5E 4C
RGB 149 94 76
HSL 15° 32.44% 44.12%
HSB/HSV 15° 48.99% 58.43%
CMYK 0.00% 36.91% 48.99%
41.57%

Color #955E4C in popluar number systems.

HEX 95 5E 4C
Decimal 149 94 76
Binary 10010101 1011110 1001100
Octal 225 136 114

Shades and tints

Shades of #955E4C

#955E4C
(149,94,76)
#885646
(136,86,70)
#7B4E40
(123,78,64)
#6E463A
(110,70,58)
#613E34
(97,62,52)
#54362E
(84,54,46)
#472E28
(71,46,40)
#3A2622
(58,38,34)
#2D1E1C
(45,30,28)
#201616
(32,22,22)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #955E4C

#955E4C
(149,94,76)
#9E6C5C
(158,108,92)
#A77A6C
(167,122,108)
#B0887C
(176,136,124)
#B9968C
(185,150,140)
#C2A49C
(194,164,156)
#CBB2AC
(203,178,172)
#D4C0BC
(212,192,188)
#DDCECC
(221,206,204)
#E6DCDC
(230,220,220)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955E4C color. Also use rgb(149,94,76) instead hex code.

Text Font Color

.myTextColor { color: #955E4C; }

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

This text font color is #955E4C.

Background Color

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

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

This div background color is #955E4C.

Border color

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

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

This div border color is #955E4C.

Opacity

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

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

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

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

This text has shadow with #955E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955E4C.

Preview

Color preview on black background

This text has color #955E4C on black background.


Color preview on white background

This text has color #955E4C on white background.


Black color preview on #955E4C background

This text has black color on #955E4C background.


White color preview on #955E4C background

This text has white color on #955E4C background.


Related colors

Complementary color

Complementary color for #hex is #6AA1B3.


I love getcolorcode.com

Triadic colors

1 #4C955E and #5E4C95 with #955E4C are triadic colors.

2 #4C5E95 and #5E954C with #955E4C are triadic colors.