COLOR #956336

HEX: #956336
RGB: (149,99,54)

Color info

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

RGB color model

#956336 color RGB value is (149,99,54).

  • red value is 149;
  • green value is 99;
  • blue value is 54.
RGB:
(149,99,54)
(58%,39%,21%)

RGB channels and saturation

R 149 of 255 = 58%
G 99 of 255 = 39%
B 54 of 255 = 21%

149
99
54

R + G + B ~ 39%. #956336 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 99 + 54 = 302 (100%)
R 149 of 302 ~ 49.34%
G 99 of 302 ~ 32.78%
B 54 of 302 ~ 17.88%

%49.34
%32.78
%17.88

CMYK color model

#956336 color CMYK value is (0,34,64,42).

  • cyan value is 0.00%
  • magenta value is 33.56%
  • yellow value is 63.76%
  • key color value is 41.57%
CMYK:
(0,34,64,42)
C0M34Y64K42 
(0%,34%,64%,42%)
(0.00/0.34/0.64/0.42)	

CMYK percentages

%0
%33.56
%63.76
%41.57

Codes

Color #956336 in popluar color models

956336
RGB1499954
HSL28°46.80%39.80%
HSB/HSV28°63.76%58.43%
CMYK0.00%33.56%63.76%
41.57%

Color #956336 in popluar number systems.

HEX956336
Decimal1499954
Binary100101011100011110110
Octal22514366

Shades and tints

Shades of #956336

#956336
(149,99,54)
#885A32
(136,90,50)
#7B512E
(123,81,46)
#6E482A
(110,72,42)
#613F26
(97,63,38)
#543622
(84,54,34)
#472D1E
(71,45,30)
#3A241A
(58,36,26)
#2D1B16
(45,27,22)
#201212
(32,18,18)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #956336

#956336
(149,99,54)
#9E7148
(158,113,72)
#A77F5A
(167,127,90)
#B08D6C
(176,141,108)
#B99B7E
(185,155,126)
#C2A990
(194,169,144)
#CBB7A2
(203,183,162)
#D4C5B4
(212,197,180)
#DDD3C6
(221,211,198)
#E6E1D8
(230,225,216)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956336 color. Also use rgb(149,99,54) instead hex code.

Text Font Color

.myTextColor { color: #956336; }

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

This text font color is #956336.


Background Color

.myBgColor { background-color: #956336; }

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

This div background color is #956336.


Border color

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

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

This div border color is #956336.


Opacity

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

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

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

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

This text has shadow with #956336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956336 on black background.


Color preview on white background

This text has color #956336 on white background.



Black color preview on #956336 background

This text has black color on #956336 background.


White color preview on #956336 background

This text has white color on #956336 background.