COLOR #956839

HEX: #956839
RGB: (149,104,57)

Color info

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

RGB color model

#956839 color RGB value is (149,104,57).

  • red value is 149;
  • green value is 104;
  • blue value is 57.
RGB:
(149,104,57)
(58%,41%,22%)

RGB channels and saturation

R 149 of 255 = 58%
G 104 of 255 = 41%
B 57 of 255 = 22%

149
104
57

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

Portions of RGB colors in percentages

R + G + B =
149 + 104 + 57 = 310 (100%)
R 149 of 310 ~ 48.06%
G 104 of 310 ~ 33.55%
B 57 of 310 ~ 18.39%

%48.06
%33.55
%18.39

CMYK color model

#956839 color CMYK value is (0,30,62,42).

  • cyan value is 0.00%
  • magenta value is 30.20%
  • yellow value is 61.74%
  • key color value is 41.57%
CMYK:
(0,30,62,42)
C0M30Y62K42 
(0%,30%,62%,42%)
(0.00/0.30/0.62/0.42)	

CMYK percentages

%0
%30.2
%61.74
%41.57

Codes

Color #956839 in popluar color models

956839
RGB14910457
HSL31°44.66%40.39%
HSB/HSV31°61.74%58.43%
CMYK0.00%30.20%61.74%
41.57%

Color #956839 in popluar number systems.

HEX956839
Decimal14910457
Binary100101011101000111001
Octal22515071

Shades and tints

Shades of #956839

#956839
(149,104,57)
#885F34
(136,95,52)
#7B562F
(123,86,47)
#6E4D2A
(110,77,42)
#614425
(97,68,37)
#543B20
(84,59,32)
#47321B
(71,50,27)
#3A2916
(58,41,22)
#2D2011
(45,32,17)
#20170C
(32,23,12)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #956839

#956839
(149,104,57)
#9E754B
(158,117,75)
#A7825D
(167,130,93)
#B08F6F
(176,143,111)
#B99C81
(185,156,129)
#C2A993
(194,169,147)
#CBB6A5
(203,182,165)
#D4C3B7
(212,195,183)
#DDD0C9
(221,208,201)
#E6DDDB
(230,221,219)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956839 color. Also use rgb(149,104,57) instead hex code.

Text Font Color

.myTextColor { color: #956839; }

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

This text font color is #956839.


Background Color

.myBgColor { background-color: #956839; }

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

This div background color is #956839.


Border color

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

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

This div border color is #956839.


Opacity

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

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

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

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

This text has shadow with #956839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956839 on black background.


Color preview on white background

This text has color #956839 on white background.



Black color preview on #956839 background

This text has black color on #956839 background.


White color preview on #956839 background

This text has white color on #956839 background.