COLOR #955E2E

HEX: #955E2E RGB: (149,94,46)

Color info

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

RGB color model

#955E2E color RGB value is (149,94,46).

RGB: (149,94,46) (58%, 37%, 18%)

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 46 of 255 = 18%

149
94
46

R + G + B ~ 38%. #955E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 149 + 94 + 46 = 289 (100%)
R 149 of 289 ~ 51.56%
G 94 of 289 ~ 32.53%
B 46 of 289 ~ 15.92'%

%51.56
%32.53
%15.92

CMYK color model

#955E2E color CMYK value is (0,37,69,42).

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

CMYK: (0,37,69,42)
C0M37Y69K42 (0%, 37%, 69%, 42%)
(0.00 / 0.37 / 0.69 / 0.42)

CMYK percentages

%0
%36.91
%69.13
%41.57

Codes

Color #955E2E in popluar color models

95 5E 2E
RGB 149 94 46
HSL 28° 52.82% 38.24%
HSB/HSV 28° 69.13% 58.43%
CMYK 0.00% 36.91% 69.13%
41.57%

Color #955E2E in popluar number systems.

HEX 95 5E 2E
Decimal 149 94 46
Binary 10010101 1011110 101110
Octal 225 136 56

Shades and tints

Shades of #955E2E

#955E2E
(149,94,46)
#88562A
(136,86,42)
#7B4E26
(123,78,38)
#6E4622
(110,70,34)
#613E1E
(97,62,30)
#54361A
(84,54,26)
#472E16
(71,46,22)
#3A2612
(58,38,18)
#2D1E0E
(45,30,14)
#20160A
(32,22,10)
#130E06
(19,14,6)
#000000
(0,0,0)

Tints of #955E2E

#955E2E
(149,94,46)
#9E6C41
(158,108,65)
#A77A54
(167,122,84)
#B08867
(176,136,103)
#B9967A
(185,150,122)
#C2A48D
(194,164,141)
#CBB2A0
(203,178,160)
#D4C0B3
(212,192,179)
#DDCEC6
(221,206,198)
#E6DCD9
(230,220,217)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955E2E; }

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

This text font color is #955E2E.

Background Color

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

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

This div background color is #955E2E.

Border color

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

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

This div border color is #955E2E.

Opacity

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

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

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

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

This text has shadow with #955E2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955E2E.

Preview

Color preview on black background

This text has color #955E2E on black background.


Color preview on white background

This text has color #955E2E on white background.


Black color preview on #955E2E background

This text has black color on #955E2E background.


White color preview on #955E2E background

This text has white color on #955E2E background.


Related colors

Complementary color

Complementary color for #hex is #6AA1D1.


I love getcolorcode.com

Triadic colors

1 #2E955E and #5E2E95 with #955E2E are triadic colors.

2 #2E5E95 and #5E952E with #955E2E are triadic colors.