COLOR #967D5D

HEX: #967D5D
RGB: (150,125,93)

Color info

#967D5D contains red, green and blue colors in about the same proportion. Web safe color of #967D5D is #996666 (or #966).

RGB color model

#967D5D color RGB value is (150,125,93).

  • red value is 150;
  • green value is 125;
  • blue value is 93.
RGB:
(150,125,93)
(59%,49%,36%)

RGB channels and saturation

R 150 of 255 = 59%
G 125 of 255 = 49%
B 93 of 255 = 36%

150
125
93

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

Portions of RGB colors in percentages

R + G + B =
150 + 125 + 93 = 368 (100%)
R 150 of 368 ~ 40.76%
G 125 of 368 ~ 33.97%
B 93 of 368 ~ 25.27%

%40.76
%33.97
%25.27

CMYK color model

#967D5D color CMYK value is (0,17,38,41).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 38.00%
  • key color value is 41.18%
CMYK:
(0,17,38,41)
C0M17Y38K41 
(0%,17%,38%,41%)
(0.00/0.17/0.38/0.41)	

CMYK percentages

%0
%16.67
%38
%41.18

Codes

Color #967D5D in popluar color models

967D5D
RGB15012593
HSL34°23.46%47.65%
HSB/HSV34°38.00%58.82%
CMYK0.00%16.67%38.00%
41.18%

Color #967D5D in popluar number systems.

HEX967D5D
Decimal15012593
Binary1001011011111011011101
Octal226175135

Shades and tints

Shades of #967D5D

#967D5D
(150,125,93)
#897255
(137,114,85)
#7C674D
(124,103,77)
#6F5C45
(111,92,69)
#62513D
(98,81,61)
#554635
(85,70,53)
#483B2D
(72,59,45)
#3B3025
(59,48,37)
#2E251D
(46,37,29)
#211A15
(33,26,21)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #967D5D

#967D5D
(150,125,93)
#9F886B
(159,136,107)
#A89379
(168,147,121)
#B19E87
(177,158,135)
#BAA995
(186,169,149)
#C3B4A3
(195,180,163)
#CCBFB1
(204,191,177)
#D5CABF
(213,202,191)
#DED5CD
(222,213,205)
#E7E0DB
(231,224,219)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967D5D color. Also use rgb(150,125,93) instead hex code.

Text Font Color

.myTextColor { color: #967D5D; }

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

This text font color is #967D5D.


Background Color

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

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

This div background color is #967D5D.


Border color

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

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

This div border color is #967D5D.


Opacity

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

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

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

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

This text has shadow with #967D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967D5D on black background.


Color preview on white background

This text has color #967D5D on white background.



Black color preview on #967D5D background

This text has black color on #967D5D background.


White color preview on #967D5D background

This text has white color on #967D5D background.