COLOR #967F55

HEX: #967F55 RGB: (150,127,85)

Color info

#967F55 contains mainly red and green colors. Web safe color of #967F55 is #996666 (or #966).

RGB color model

#967F55 color RGB value is (150,127,85).

RGB: (150,127,85) (59%, 50%, 33%)

RGB channels and saturation

R 150 of 255 = 59%
G 127 of 255 = 50%
B 85 of 255 = 33%

150
127
85

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

Portions of RGB colors in percentages

R + G + B = 150 + 127 + 85 = 362 (100%)
R 150 of 362 ~ 41.44%
G 127 of 362 ~ 35.08%
B 85 of 362 ~ 23.48'%

%41.44
%35.08
%23.48

CMYK color model

#967F55 color CMYK value is (0,15,43,41).

  • cyan value is 0.00%
  • magenta value is 15.33%
  • yellow value is 43.33%
  • key color value is 41.18%

CMYK: (0,15,43,41)
C0M15Y43K41 (0%, 15%, 43%, 41%)
(0.00 / 0.15 / 0.43 / 0.41)

CMYK percentages

%0
%15.33
%43.33
%41.18

Codes

Color #967F55 in popluar color models

96 7F 55
RGB 150 127 85
HSL 39° 27.66% 46.08%
HSB/HSV 39° 43.33% 58.82%
CMYK 0.00% 15.33% 43.33%
41.18%

Color #967F55 in popluar number systems.

HEX 96 7F 55
Decimal 150 127 85
Binary 10010110 1111111 1010101
Octal 226 177 125

Shades and tints

Shades of #967F55

#967F55
(150,127,85)
#89744E
(137,116,78)
#7C6947
(124,105,71)
#6F5E40
(111,94,64)
#625339
(98,83,57)
#554832
(85,72,50)
#483D2B
(72,61,43)
#3B3224
(59,50,36)
#2E271D
(46,39,29)
#211C16
(33,28,22)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #967F55

#967F55
(150,127,85)
#9F8A64
(159,138,100)
#A89573
(168,149,115)
#B1A082
(177,160,130)
#BAAB91
(186,171,145)
#C3B6A0
(195,182,160)
#CCC1AF
(204,193,175)
#D5CCBE
(213,204,190)
#DED7CD
(222,215,205)
#E7E2DC
(231,226,220)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967F55 color. Also use rgb(150,127,85) instead hex code.

Text Font Color

.myTextColor { color: #967F55; }

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

This text font color is #967F55.

Background Color

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

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

This div background color is #967F55.

Border color

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

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

This div border color is #967F55.

Opacity

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

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

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

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

This text has shadow with #967F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967F55.

Preview

Color preview on black background

This text has color #967F55 on black background.


Color preview on white background

This text has color #967F55 on white background.


Black color preview on #967F55 background

This text has black color on #967F55 background.


White color preview on #967F55 background

This text has white color on #967F55 background.


Related colors

Complementary color

Complementary color for #hex is #6980AA.


I love getcolorcode.com

Triadic colors

1 #55967F and #7F5596 with #967F55 are triadic colors.

2 #557F96 and #7F9655 with #967F55 are triadic colors.