COLOR #955E59

HEX: #955E59 RGB: (149,94,89)

Color info

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

RGB color model

#955E59 color RGB value is (149,94,89).

RGB: (149,94,89) (58%, 37%, 35%)

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 89 of 255 = 35%

149
94
89

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

Portions of RGB colors in percentages

R + G + B = 149 + 94 + 89 = 332 (100%)
R 149 of 332 ~ 44.88%
G 94 of 332 ~ 28.31%
B 89 of 332 ~ 26.81'%

%44.88
%28.31
%26.81

CMYK color model

#955E59 color CMYK value is (0,37,40,42).

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

CMYK: (0,37,40,42)
C0M37Y40K42 (0%, 37%, 40%, 42%)
(0.00 / 0.37 / 0.40 / 0.42)

CMYK percentages

%0
%36.91
%40.27
%41.57

Codes

Color #955E59 in popluar color models

95 5E 59
RGB 149 94 89
HSL 25.21% 46.67%
HSB/HSV 40.27% 58.43%
CMYK 0.00% 36.91% 40.27%
41.57%

Color #955E59 in popluar number systems.

HEX 95 5E 59
Decimal 149 94 89
Binary 10010101 1011110 1011001
Octal 225 136 131

Shades and tints

Shades of #955E59

#955E59
(149,94,89)
#885651
(136,86,81)
#7B4E49
(123,78,73)
#6E4641
(110,70,65)
#613E39
(97,62,57)
#543631
(84,54,49)
#472E29
(71,46,41)
#3A2621
(58,38,33)
#2D1E19
(45,30,25)
#201611
(32,22,17)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #955E59

#955E59
(149,94,89)
#9E6C68
(158,108,104)
#A77A77
(167,122,119)
#B08886
(176,136,134)
#B99695
(185,150,149)
#C2A4A4
(194,164,164)
#CBB2B3
(203,178,179)
#D4C0C2
(212,192,194)
#DDCED1
(221,206,209)
#E6DCE0
(230,220,224)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955E59; }

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

This text font color is #955E59.

Background Color

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

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

This div background color is #955E59.

Border color

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

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

This div border color is #955E59.

Opacity

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

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

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

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

This text has shadow with #955E59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955E59.

Preview

Color preview on black background

This text has color #955E59 on black background.


Color preview on white background

This text has color #955E59 on white background.


Black color preview on #955E59 background

This text has black color on #955E59 background.


White color preview on #955E59 background

This text has white color on #955E59 background.


Related colors

Complementary color

Complementary color for #hex is #6AA1A6.


I love getcolorcode.com

Triadic colors

1 #59955E and #5E5995 with #955E59 are triadic colors.

2 #595E95 and #5E9559 with #955E59 are triadic colors.