COLOR #967F53

HEX: #967F53
RGB: (150,127,83)

Color info

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

RGB color model

#967F53 color RGB value is (150,127,83).

  • red value is 150;
  • green value is 127;
  • blue value is 83.
RGB:
(150,127,83)
(59%,50%,33%)

RGB channels and saturation

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

150
127
83

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

Portions of RGB colors in percentages

R + G + B =
150 + 127 + 83 = 360 (100%)
R 150 of 360 ~ 41.67%
G 127 of 360 ~ 35.28%
B 83 of 360 ~ 23.06%

%41.67
%35.28
%23.06

CMYK color model

#967F53 color CMYK value is (0,15,45,41).

  • cyan value is 0.00%
  • magenta value is 15.33%
  • yellow value is 44.67%
  • key color value is 41.18%
CMYK:
(0,15,45,41)
C0M15Y45K41 
(0%,15%,45%,41%)
(0.00/0.15/0.45/0.41)	

CMYK percentages

%0
%15.33
%44.67
%41.18

Codes

Color #967F53 in popluar color models

967F53
RGB15012783
HSL39°28.76%45.69%
HSB/HSV39°44.67%58.82%
CMYK0.00%15.33%44.67%
41.18%

Color #967F53 in popluar number systems.

HEX967F53
Decimal15012783
Binary1001011011111111010011
Octal226177123

Shades and tints

Shades of #967F53

#967F53
(150,127,83)
#89744C
(137,116,76)
#7C6945
(124,105,69)
#6F5E3E
(111,94,62)
#625337
(98,83,55)
#554830
(85,72,48)
#483D29
(72,61,41)
#3B3222
(59,50,34)
#2E271B
(46,39,27)
#211C14
(33,28,20)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #967F53

#967F53
(150,127,83)
#9F8A62
(159,138,98)
#A89571
(168,149,113)
#B1A080
(177,160,128)
#BAAB8F
(186,171,143)
#C3B69E
(195,182,158)
#CCC1AD
(204,193,173)
#D5CCBC
(213,204,188)
#DED7CB
(222,215,203)
#E7E2DA
(231,226,218)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967F53; }

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

This text font color is #967F53.


Background Color

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

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

This div background color is #967F53.


Border color

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

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

This div border color is #967F53.


Opacity

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

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

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

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

This text has shadow with #967F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967F53 on black background.


Color preview on white background

This text has color #967F53 on white background.



Black color preview on #967F53 background

This text has black color on #967F53 background.


White color preview on #967F53 background

This text has white color on #967F53 background.