COLOR #956543

HEX: #956543
RGB: (149,101,67)

Color info

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

RGB color model

#956543 color RGB value is (149,101,67).

  • red value is 149;
  • green value is 101;
  • blue value is 67.
RGB:
(149,101,67)
(58%,40%,26%)

RGB channels and saturation

R 149 of 255 = 58%
G 101 of 255 = 40%
B 67 of 255 = 26%

149
101
67

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

Portions of RGB colors in percentages

R + G + B =
149 + 101 + 67 = 317 (100%)
R 149 of 317 ~ 47%
G 101 of 317 ~ 31.86%
B 67 of 317 ~ 21.14%

%47
%31.86
%21.14

CMYK color model

#956543 color CMYK value is (0,32,55,42).

  • cyan value is 0.00%
  • magenta value is 32.21%
  • yellow value is 55.03%
  • key color value is 41.57%
CMYK:
(0,32,55,42)
C0M32Y55K42 
(0%,32%,55%,42%)
(0.00/0.32/0.55/0.42)	

CMYK percentages

%0
%32.21
%55.03
%41.57

Codes

Color #956543 in popluar color models

956543
RGB14910167
HSL25°37.96%42.35%
HSB/HSV25°55.03%58.43%
CMYK0.00%32.21%55.03%
41.57%

Color #956543 in popluar number systems.

HEX956543
Decimal14910167
Binary1001010111001011000011
Octal225145103

Shades and tints

Shades of #956543

#956543
(149,101,67)
#885C3D
(136,92,61)
#7B5337
(123,83,55)
#6E4A31
(110,74,49)
#61412B
(97,65,43)
#543825
(84,56,37)
#472F1F
(71,47,31)
#3A2619
(58,38,25)
#2D1D13
(45,29,19)
#20140D
(32,20,13)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #956543

#956543
(149,101,67)
#9E7354
(158,115,84)
#A78165
(167,129,101)
#B08F76
(176,143,118)
#B99D87
(185,157,135)
#C2AB98
(194,171,152)
#CBB9A9
(203,185,169)
#D4C7BA
(212,199,186)
#DDD5CB
(221,213,203)
#E6E3DC
(230,227,220)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956543 color. Also use rgb(149,101,67) instead hex code.

Text Font Color

.myTextColor { color: #956543; }

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

This text font color is #956543.


Background Color

.myBgColor { background-color: #956543; }

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

This div background color is #956543.


Border color

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

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

This div border color is #956543.


Opacity

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

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

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

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

This text has shadow with #956543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956543 on black background.


Color preview on white background

This text has color #956543 on white background.



Black color preview on #956543 background

This text has black color on #956543 background.


White color preview on #956543 background

This text has white color on #956543 background.