COLOR #956D10

HEX: #956D10
RGB: (149,109,16)

Color info

#956D10 contains mainly red and green colors. Web safe color of #956D10 is #996600 (or #960).

RGB color model

#956D10 color RGB value is (149,109,16).

  • red value is 149;
  • green value is 109;
  • blue value is 16.
RGB:
(149,109,16)
(58%,43%,6%)

RGB channels and saturation

R 149 of 255 = 58%
G 109 of 255 = 43%
B 16 of 255 = 6%

149
109
16

R + G + B ~ 36%. #956D10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 109 + 16 = 274 (100%)
R 149 of 274 ~ 54.38%
G 109 of 274 ~ 39.78%
B 16 of 274 ~ 5.84%

%54.38
%39.78

CMYK color model

#956D10 color CMYK value is (0,27,89,42).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 89.26%
  • key color value is 41.57%
CMYK:
(0,27,89,42)
C0M27Y89K42 
(0%,27%,89%,42%)
(0.00/0.27/0.89/0.42)	

CMYK percentages

%0
%26.85
%89.26
%41.57

Codes

Color #956D10 in popluar color models

956D10
RGB14910916
HSL42°80.61%32.35%
HSB/HSV42°89.26%58.43%
CMYK0.00%26.85%89.26%
41.57%

Color #956D10 in popluar number systems.

HEX956D10
Decimal14910916
Binary10010101110110110000
Octal22515520

Shades and tints

Shades of #956D10

#956D10
(149,109,16)
#88640F
(136,100,15)
#7B5B0E
(123,91,14)
#6E520D
(110,82,13)
#61490C
(97,73,12)
#54400B
(84,64,11)
#47370A
(71,55,10)
#3A2E09
(58,46,9)
#2D2508
(45,37,8)
#201C07
(32,28,7)
#131306
(19,19,6)
#000000
(0,0,0)

Tints of #956D10

#956D10
(149,109,16)
#9E7A25
(158,122,37)
#A7873A
(167,135,58)
#B0944F
(176,148,79)
#B9A164
(185,161,100)
#C2AE79
(194,174,121)
#CBBB8E
(203,187,142)
#D4C8A3
(212,200,163)
#DDD5B8
(221,213,184)
#E6E2CD
(230,226,205)
#EFEFE2
(239,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956D10 color. Also use rgb(149,109,16) instead hex code.

Text Font Color

.myTextColor { color: #956D10; }

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

This text font color is #956D10.


Background Color

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

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

This div background color is #956D10.


Border color

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

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

This div border color is #956D10.


Opacity

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

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

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

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

This text has shadow with #956D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956D10 on black background.


Color preview on white background

This text has color #956D10 on white background.



Black color preview on #956D10 background

This text has black color on #956D10 background.


White color preview on #956D10 background

This text has white color on #956D10 background.