COLOR #956D46

HEX: #956D46
RGB: (149,109,70)

Color info

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

RGB color model

#956D46 color RGB value is (149,109,70).

  • red value is 149;
  • green value is 109;
  • blue value is 70.
RGB:
(149,109,70)
(58%,43%,27%)

RGB channels and saturation

R 149 of 255 = 58%
G 109 of 255 = 43%
B 70 of 255 = 27%

149
109
70

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

Portions of RGB colors in percentages

R + G + B =
149 + 109 + 70 = 328 (100%)
R 149 of 328 ~ 45.43%
G 109 of 328 ~ 33.23%
B 70 of 328 ~ 21.34%

%45.43
%33.23
%21.34

CMYK color model

#956D46 color CMYK value is (0,27,53,42).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 53.02%
  • key color value is 41.57%
CMYK:
(0,27,53,42)
C0M27Y53K42 
(0%,27%,53%,42%)
(0.00/0.27/0.53/0.42)	

CMYK percentages

%0
%26.85
%53.02
%41.57

Codes

Color #956D46 in popluar color models

956D46
RGB14910970
HSL30°36.07%42.94%
HSB/HSV30°53.02%58.43%
CMYK0.00%26.85%53.02%
41.57%

Color #956D46 in popluar number systems.

HEX956D46
Decimal14910970
Binary1001010111011011000110
Octal225155106

Shades and tints

Shades of #956D46

#956D46
(149,109,70)
#886440
(136,100,64)
#7B5B3A
(123,91,58)
#6E5234
(110,82,52)
#61492E
(97,73,46)
#544028
(84,64,40)
#473722
(71,55,34)
#3A2E1C
(58,46,28)
#2D2516
(45,37,22)
#201C10
(32,28,16)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #956D46

#956D46
(149,109,70)
#9E7A56
(158,122,86)
#A78766
(167,135,102)
#B09476
(176,148,118)
#B9A186
(185,161,134)
#C2AE96
(194,174,150)
#CBBBA6
(203,187,166)
#D4C8B6
(212,200,182)
#DDD5C6
(221,213,198)
#E6E2D6
(230,226,214)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956D46 color. Also use rgb(149,109,70) instead hex code.

Text Font Color

.myTextColor { color: #956D46; }

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

This text font color is #956D46.


Background Color

.myBgColor { background-color: #956D46; }

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

This div background color is #956D46.


Border color

.myBorderColor { border: 1px solid #956D46; }

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

This div border color is #956D46.


Opacity

.myOpacity80 { color: #956D46; opacity: 0.8; }

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

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

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

This text has shadow with #956D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956D46 on black background.


Color preview on white background

This text has color #956D46 on white background.



Black color preview on #956D46 background

This text has black color on #956D46 background.


White color preview on #956D46 background

This text has white color on #956D46 background.