COLOR #956F24

HEX: #956F24
RGB: (149,111,36)

Color info

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

RGB color model

#956F24 color RGB value is (149,111,36).

  • red value is 149;
  • green value is 111;
  • blue value is 36.
RGB:
(149,111,36)
(58%,44%,14%)

RGB channels and saturation

R 149 of 255 = 58%
G 111 of 255 = 44%
B 36 of 255 = 14%

149
111
36

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

Portions of RGB colors in percentages

R + G + B =
149 + 111 + 36 = 296 (100%)
R 149 of 296 ~ 50.34%
G 111 of 296 ~ 37.5%
B 36 of 296 ~ 12.16%

%50.34
%37.5
%12.16

CMYK color model

#956F24 color CMYK value is (0,26,76,42).

  • cyan value is 0.00%
  • magenta value is 25.50%
  • yellow value is 75.84%
  • key color value is 41.57%
CMYK:
(0,26,76,42)
C0M26Y76K42 
(0%,26%,76%,42%)
(0.00/0.26/0.76/0.42)	

CMYK percentages

%0
%25.5
%75.84
%41.57

Codes

Color #956F24 in popluar color models

956F24
RGB14911136
HSL40°61.08%36.27%
HSB/HSV40°75.84%58.43%
CMYK0.00%25.50%75.84%
41.57%

Color #956F24 in popluar number systems.

HEX956F24
Decimal14911136
Binary100101011101111100100
Octal22515744

Shades and tints

Shades of #956F24

#956F24
(149,111,36)
#886521
(136,101,33)
#7B5B1E
(123,91,30)
#6E511B
(110,81,27)
#614718
(97,71,24)
#543D15
(84,61,21)
#473312
(71,51,18)
#3A290F
(58,41,15)
#2D1F0C
(45,31,12)
#201509
(32,21,9)
#130B06
(19,11,6)
#000000
(0,0,0)

Tints of #956F24

#956F24
(149,111,36)
#9E7C37
(158,124,55)
#A7894A
(167,137,74)
#B0965D
(176,150,93)
#B9A370
(185,163,112)
#C2B083
(194,176,131)
#CBBD96
(203,189,150)
#D4CAA9
(212,202,169)
#DDD7BC
(221,215,188)
#E6E4CF
(230,228,207)
#EFF1E2
(239,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956F24 color. Also use rgb(149,111,36) instead hex code.

Text Font Color

.myTextColor { color: #956F24; }

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

This text font color is #956F24.


Background Color

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

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

This div background color is #956F24.


Border color

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

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

This div border color is #956F24.


Opacity

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

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

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

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

This text has shadow with #956F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956F24 on black background.


Color preview on white background

This text has color #956F24 on white background.



Black color preview on #956F24 background

This text has black color on #956F24 background.


White color preview on #956F24 background

This text has white color on #956F24 background.