COLOR #956B21

HEX: #956B21
RGB: (149,107,33)

Color info

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

RGB color model

#956B21 color RGB value is (149,107,33).

  • red value is 149;
  • green value is 107;
  • blue value is 33.
RGB:
(149,107,33)
(58%,42%,13%)

RGB channels and saturation

R 149 of 255 = 58%
G 107 of 255 = 42%
B 33 of 255 = 13%

149
107
33

R + G + B ~ 38%. #956B21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 107 + 33 = 289 (100%)
R 149 of 289 ~ 51.56%
G 107 of 289 ~ 37.02%
B 33 of 289 ~ 11.42%

%51.56
%37.02
%11.42

CMYK color model

#956B21 color CMYK value is (0,28,78,42).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 77.85%
  • key color value is 41.57%
CMYK:
(0,28,78,42)
C0M28Y78K42 
(0%,28%,78%,42%)
(0.00/0.28/0.78/0.42)	

CMYK percentages

%0
%28.19
%77.85
%41.57

Codes

Color #956B21 in popluar color models

956B21
RGB14910733
HSL38°63.74%35.69%
HSB/HSV38°77.85%58.43%
CMYK0.00%28.19%77.85%
41.57%

Color #956B21 in popluar number systems.

HEX956B21
Decimal14910733
Binary100101011101011100001
Octal22515341

Shades and tints

Shades of #956B21

#956B21
(149,107,33)
#88621E
(136,98,30)
#7B591B
(123,89,27)
#6E5018
(110,80,24)
#614715
(97,71,21)
#543E12
(84,62,18)
#47350F
(71,53,15)
#3A2C0C
(58,44,12)
#2D2309
(45,35,9)
#201A06
(32,26,6)
#131103
(19,17,3)
#000000
(0,0,0)

Tints of #956B21

#956B21
(149,107,33)
#9E7835
(158,120,53)
#A78549
(167,133,73)
#B0925D
(176,146,93)
#B99F71
(185,159,113)
#C2AC85
(194,172,133)
#CBB999
(203,185,153)
#D4C6AD
(212,198,173)
#DDD3C1
(221,211,193)
#E6E0D5
(230,224,213)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956B21 color. Also use rgb(149,107,33) instead hex code.

Text Font Color

.myTextColor { color: #956B21; }

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

This text font color is #956B21.


Background Color

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

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

This div background color is #956B21.


Border color

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

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

This div border color is #956B21.


Opacity

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

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

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

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

This text has shadow with #956B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956B21 on black background.


Color preview on white background

This text has color #956B21 on white background.



Black color preview on #956B21 background

This text has black color on #956B21 background.


White color preview on #956B21 background

This text has white color on #956B21 background.