COLOR #955647

HEX: #955647
RGB: (149,86,71)

Color info

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

RGB color model

#955647 color RGB value is (149,86,71).

  • red value is 149;
  • green value is 86;
  • blue value is 71.
RGB:
(149,86,71)
(58%,34%,28%)

RGB channels and saturation

R 149 of 255 = 58%
G 86 of 255 = 34%
B 71 of 255 = 28%

149
86
71

R + G + B ~ 40%. #955647 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 86 + 71 = 306 (100%)
R 149 of 306 ~ 48.69%
G 86 of 306 ~ 28.1%
B 71 of 306 ~ 23.2%

%48.69
%28.1
%23.2

CMYK color model

#955647 color CMYK value is (0,42,52,42).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 52.35%
  • key color value is 41.57%
CMYK:
(0,42,52,42)
C0M42Y52K42 
(0%,42%,52%,42%)
(0.00/0.42/0.52/0.42)	

CMYK percentages

%0
%42.28
%52.35
%41.57

Codes

Color #955647 in popluar color models

955647
RGB1498671
HSL12°35.45%43.14%
HSB/HSV12°52.35%58.43%
CMYK0.00%42.28%52.35%
41.57%

Color #955647 in popluar number systems.

HEX955647
Decimal1498671
Binary1001010110101101000111
Octal225126107

Shades and tints

Shades of #955647

#955647
(149,86,71)
#884F41
(136,79,65)
#7B483B
(123,72,59)
#6E4135
(110,65,53)
#613A2F
(97,58,47)
#543329
(84,51,41)
#472C23
(71,44,35)
#3A251D
(58,37,29)
#2D1E17
(45,30,23)
#201711
(32,23,17)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #955647

#955647
(149,86,71)
#9E6557
(158,101,87)
#A77467
(167,116,103)
#B08377
(176,131,119)
#B99287
(185,146,135)
#C2A197
(194,161,151)
#CBB0A7
(203,176,167)
#D4BFB7
(212,191,183)
#DDCEC7
(221,206,199)
#E6DDD7
(230,221,215)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955647 color. Also use rgb(149,86,71) instead hex code.

Text Font Color

.myTextColor { color: #955647; }

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

This text font color is #955647.


Background Color

.myBgColor { background-color: #955647; }

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

This div background color is #955647.


Border color

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

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

This div border color is #955647.


Opacity

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

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

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

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

This text has shadow with #955647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955647 on black background.


Color preview on white background

This text has color #955647 on white background.



Black color preview on #955647 background

This text has black color on #955647 background.


White color preview on #955647 background

This text has white color on #955647 background.