COLOR #956A29

HEX: #956A29
RGB: (149,106,41)

Color info

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

RGB color model

#956A29 color RGB value is (149,106,41).

  • red value is 149;
  • green value is 106;
  • blue value is 41.
RGB:
(149,106,41)
(58%,42%,16%)

RGB channels and saturation

R 149 of 255 = 58%
G 106 of 255 = 42%
B 41 of 255 = 16%

149
106
41

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

Portions of RGB colors in percentages

R + G + B =
149 + 106 + 41 = 296 (100%)
R 149 of 296 ~ 50.34%
G 106 of 296 ~ 35.81%
B 41 of 296 ~ 13.85%

%50.34
%35.81
%13.85

CMYK color model

#956A29 color CMYK value is (0,29,72,42).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 72.48%
  • key color value is 41.57%
CMYK:
(0,29,72,42)
C0M29Y72K42 
(0%,29%,72%,42%)
(0.00/0.29/0.72/0.42)	

CMYK percentages

%0
%28.86
%72.48
%41.57

Codes

Color #956A29 in popluar color models

956A29
RGB14910641
HSL36°56.84%37.25%
HSB/HSV36°72.48%58.43%
CMYK0.00%28.86%72.48%
41.57%

Color #956A29 in popluar number systems.

HEX956A29
Decimal14910641
Binary100101011101010101001
Octal22515251

Shades and tints

Shades of #956A29

#956A29
(149,106,41)
#886126
(136,97,38)
#7B5823
(123,88,35)
#6E4F20
(110,79,32)
#61461D
(97,70,29)
#543D1A
(84,61,26)
#473417
(71,52,23)
#3A2B14
(58,43,20)
#2D2211
(45,34,17)
#20190E
(32,25,14)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #956A29

#956A29
(149,106,41)
#9E773C
(158,119,60)
#A7844F
(167,132,79)
#B09162
(176,145,98)
#B99E75
(185,158,117)
#C2AB88
(194,171,136)
#CBB89B
(203,184,155)
#D4C5AE
(212,197,174)
#DDD2C1
(221,210,193)
#E6DFD4
(230,223,212)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956A29 color. Also use rgb(149,106,41) instead hex code.

Text Font Color

.myTextColor { color: #956A29; }

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

This text font color is #956A29.


Background Color

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

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

This div background color is #956A29.


Border color

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

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

This div border color is #956A29.


Opacity

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

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

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

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

This text has shadow with #956A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956A29 on black background.


Color preview on white background

This text has color #956A29 on white background.



Black color preview on #956A29 background

This text has black color on #956A29 background.


White color preview on #956A29 background

This text has white color on #956A29 background.