COLOR #967165

HEX: #967165
RGB: (150,113,101)

Color info

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

RGB color model

#967165 color RGB value is (150,113,101).

  • red value is 150;
  • green value is 113;
  • blue value is 101.
RGB:
(150,113,101)
(59%,44%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 113 of 255 = 44%
B 101 of 255 = 40%

150
113
101

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

Portions of RGB colors in percentages

R + G + B =
150 + 113 + 101 = 364 (100%)
R 150 of 364 ~ 41.21%
G 113 of 364 ~ 31.04%
B 101 of 364 ~ 27.75%

%41.21
%31.04
%27.75

CMYK color model

#967165 color CMYK value is (0,25,33,41).

  • cyan value is 0.00%
  • magenta value is 24.67%
  • yellow value is 32.67%
  • key color value is 41.18%
CMYK:
(0,25,33,41)
C0M25Y33K41 
(0%,25%,33%,41%)
(0.00/0.25/0.33/0.41)	

CMYK percentages

%0
%24.67
%32.67
%41.18

Codes

Color #967165 in popluar color models

967165
RGB150113101
HSL15°19.52%49.22%
HSB/HSV15°32.67%58.82%
CMYK0.00%24.67%32.67%
41.18%

Color #967165 in popluar number systems.

HEX967165
Decimal150113101
Binary1001011011100011100101
Octal226161145

Shades and tints

Shades of #967165

#967165
(150,113,101)
#89675C
(137,103,92)
#7C5D53
(124,93,83)
#6F534A
(111,83,74)
#624941
(98,73,65)
#553F38
(85,63,56)
#48352F
(72,53,47)
#3B2B26
(59,43,38)
#2E211D
(46,33,29)
#211714
(33,23,20)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #967165

#967165
(150,113,101)
#9F7D73
(159,125,115)
#A88981
(168,137,129)
#B1958F
(177,149,143)
#BAA19D
(186,161,157)
#C3ADAB
(195,173,171)
#CCB9B9
(204,185,185)
#D5C5C7
(213,197,199)
#DED1D5
(222,209,213)
#E7DDE3
(231,221,227)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967165 color. Also use rgb(150,113,101) instead hex code.

Text Font Color

.myTextColor { color: #967165; }

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

This text font color is #967165.


Background Color

.myBgColor { background-color: #967165; }

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

This div background color is #967165.


Border color

.myBorderColor { border: 1px solid #967165; }

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

This div border color is #967165.


Opacity

.myOpacity80 { color: #967165; opacity: 0.8; }

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

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

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

This text has shadow with #967165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967165 on black background.


Color preview on white background

This text has color #967165 on white background.



Black color preview on #967165 background

This text has black color on #967165 background.


White color preview on #967165 background

This text has white color on #967165 background.