COLOR #967C5D

HEX: #967C5D RGB: (150,124,93)

Color info

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

RGB color model

#967C5D color RGB value is (150,124,93).

RGB: (150,124,93) (59%, 49%, 36%)

RGB channels and saturation

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

150
124
93

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

Portions of RGB colors in percentages

R + G + B = 150 + 124 + 93 = 367 (100%)
R 150 of 367 ~ 40.87%
G 124 of 367 ~ 33.79%
B 93 of 367 ~ 25.34'%

%40.87
%33.79
%25.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.33%
  • 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
%17.33
%38
%41.18

Codes

Color #967C5D in popluar color models

96 7C 5D
RGB 150 124 93
HSL 33° 23.46% 47.65%
HSB/HSV 33° 38.00% 58.82%
CMYK 0.00% 17.33% 38.00%
41.18%

Color #967C5D in popluar number systems.

HEX 96 7C 5D
Decimal 150 124 93
Binary 10010110 1111100 1011101
Octal 226 174 135

Shades and tints

Shades of #967C5D

#967C5D
(150,124,93)
#897155
(137,113,85)
#7C664D
(124,102,77)
#6F5B45
(111,91,69)
#62503D
(98,80,61)
#554535
(85,69,53)
#483A2D
(72,58,45)
#3B2F25
(59,47,37)
#2E241D
(46,36,29)
#211915
(33,25,21)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #967C5D

#967C5D
(150,124,93)
#9F876B
(159,135,107)
#A89279
(168,146,121)
#B19D87
(177,157,135)
#BAA895
(186,168,149)
#C3B3A3
(195,179,163)
#CCBEB1
(204,190,177)
#D5C9BF
(213,201,191)
#DED4CD
(222,212,205)
#E7DFDB
(231,223,219)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967C5D; }

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

This text font color is #967C5D.

Background Color

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

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

This div background color is #967C5D.

Border color

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

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

This div border color is #967C5D.

Opacity

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

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

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

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

This text has shadow with #967C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967C5D.

Preview

Color preview on black background

This text has color #967C5D on black background.


Color preview on white background

This text has color #967C5D on white background.


Black color preview on #967C5D background

This text has black color on #967C5D background.


White color preview on #967C5D background

This text has white color on #967C5D background.


Related colors

Complementary color

Complementary color for #hex is #6983A2.


I love getcolorcode.com

Triadic colors

1 #5D967C and #7C5D96 with #967C5D are triadic colors.

2 #5D7C96 and #7C965D with #967C5D are triadic colors.