COLOR #967E1D

HEX: #967E1D
RGB: (150,126,29)

Color info

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

RGB color model

#967E1D color RGB value is (150,126,29).

  • red value is 150;
  • green value is 126;
  • blue value is 29.
RGB:
(150,126,29)
(59%,49%,11%)

RGB channels and saturation

R 150 of 255 = 59%
G 126 of 255 = 49%
B 29 of 255 = 11%

150
126
29

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

Portions of RGB colors in percentages

R + G + B =
150 + 126 + 29 = 305 (100%)
R 150 of 305 ~ 49.18%
G 126 of 305 ~ 41.31%
B 29 of 305 ~ 9.51%

%49.18
%41.31
%9.51

CMYK color model

#967E1D color CMYK value is (0,16,81,41).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 80.67%
  • key color value is 41.18%
CMYK:
(0,16,81,41)
C0M16Y81K41 
(0%,16%,81%,41%)
(0.00/0.16/0.81/0.41)	

CMYK percentages

%0
%16
%80.67
%41.18

Codes

Color #967E1D in popluar color models

967E1D
RGB15012629
HSL48°67.60%35.10%
HSB/HSV48°80.67%58.82%
CMYK0.00%16.00%80.67%
41.18%

Color #967E1D in popluar number systems.

HEX967E1D
Decimal15012629
Binary10010110111111011101
Octal22617635

Shades and tints

Shades of #967E1D

#967E1D
(150,126,29)
#89731B
(137,115,27)
#7C6819
(124,104,25)
#6F5D17
(111,93,23)
#625215
(98,82,21)
#554713
(85,71,19)
#483C11
(72,60,17)
#3B310F
(59,49,15)
#2E260D
(46,38,13)
#211B0B
(33,27,11)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #967E1D

#967E1D
(150,126,29)
#9F8931
(159,137,49)
#A89445
(168,148,69)
#B19F59
(177,159,89)
#BAAA6D
(186,170,109)
#C3B581
(195,181,129)
#CCC095
(204,192,149)
#D5CBA9
(213,203,169)
#DED6BD
(222,214,189)
#E7E1D1
(231,225,209)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967E1D color. Also use rgb(150,126,29) instead hex code.

Text Font Color

.myTextColor { color: #967E1D; }

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

This text font color is #967E1D.


Background Color

.myBgColor { background-color: #967E1D; }

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

This div background color is #967E1D.


Border color

.myBorderColor { border: 1px solid #967E1D; }

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

This div border color is #967E1D.


Opacity

.myOpacity80 { color: #967E1D; opacity: 0.8; }

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

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

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

This text has shadow with #967E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967E1D on black background.


Color preview on white background

This text has color #967E1D on white background.



Black color preview on #967E1D background

This text has black color on #967E1D background.


White color preview on #967E1D background

This text has white color on #967E1D background.