COLOR #955941

HEX: #955941 RGB: (149,89,65)

Color info

#955941 contains mainly red color. Web safe color of #955941 is #996633 (or #963).

RGB color model

#955941 color RGB value is (149,89,65).

RGB: (149,89,65) (58%, 35%, 25%)

RGB channels and saturation

R 149 of 255 = 58%
G 89 of 255 = 35%
B 65 of 255 = 25%

149
89
65

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

Portions of RGB colors in percentages

R + G + B = 149 + 89 + 65 = 303 (100%)
R 149 of 303 ~ 49.17%
G 89 of 303 ~ 29.37%
B 65 of 303 ~ 21.45'%

%49.17
%29.37
%21.45

CMYK color model

#955941 color CMYK value is (0,40,56,42).

  • cyan value is 0.00%
  • magenta value is 40.27%
  • yellow value is 56.38%
  • key color value is 41.57%

CMYK: (0,40,56,42)
C0M40Y56K42 (0%, 40%, 56%, 42%)
(0.00 / 0.40 / 0.56 / 0.42)

CMYK percentages

%0
%40.27
%56.38
%41.57

Codes

Color #955941 in popluar color models

95 59 41
RGB 149 89 65
HSL 17° 39.25% 41.96%
HSB/HSV 17° 56.38% 58.43%
CMYK 0.00% 40.27% 56.38%
41.57%

Color #955941 in popluar number systems.

HEX 95 59 41
Decimal 149 89 65
Binary 10010101 1011001 1000001
Octal 225 131 101

Shades and tints

Shades of #955941

#955941
(149,89,65)
#88513C
(136,81,60)
#7B4937
(123,73,55)
#6E4132
(110,65,50)
#61392D
(97,57,45)
#543128
(84,49,40)
#472923
(71,41,35)
#3A211E
(58,33,30)
#2D1919
(45,25,25)
#201114
(32,17,20)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #955941

#955941
(149,89,65)
#9E6852
(158,104,82)
#A77763
(167,119,99)
#B08674
(176,134,116)
#B99585
(185,149,133)
#C2A496
(194,164,150)
#CBB3A7
(203,179,167)
#D4C2B8
(212,194,184)
#DDD1C9
(221,209,201)
#E6E0DA
(230,224,218)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955941 color. Also use rgb(149,89,65) instead hex code.

Text Font Color

.myTextColor { color: #955941; }

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

This text font color is #955941.

Background Color

.myBgColor { background-color: #955941; }

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

This div background color is #955941.

Border color

.myBorderColor { border: 1px solid #955941; }

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

This div border color is #955941.

Opacity

.myOpacity80 { color: #955941; opacity: 0.8; }

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

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

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

This text has shadow with #955941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955941.

Preview

Color preview on black background

This text has color #955941 on black background.


Color preview on white background

This text has color #955941 on white background.


Black color preview on #955941 background

This text has black color on #955941 background.


White color preview on #955941 background

This text has white color on #955941 background.


Related colors

Complementary color

Complementary color for #hex is #6AA6BE.


I love getcolorcode.com

Triadic colors

1 #419559 and #594195 with #955941 are triadic colors.

2 #415995 and #599541 with #955941 are triadic colors.