COLOR #965256

HEX: #965256
RGB: (150,82,86)

Color info

#965256 contains mainly red color. Web safe color of #965256 is #996666 (or #966).

RGB color model

#965256 color RGB value is (150,82,86).

  • red value is 150;
  • green value is 82;
  • blue value is 86.
RGB:
(150,82,86)
(59%,32%,34%)

RGB channels and saturation

R 150 of 255 = 59%
G 82 of 255 = 32%
B 86 of 255 = 34%

150
82
86

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

Portions of RGB colors in percentages

R + G + B =
150 + 82 + 86 = 318 (100%)
R 150 of 318 ~ 47.17%
G 82 of 318 ~ 25.79%
B 86 of 318 ~ 27.04%

%47.17
%25.79
%27.04

CMYK color model

#965256 color CMYK value is (0,45,43,41).

  • cyan value is 0.00%
  • magenta value is 45.33%
  • yellow value is 42.67%
  • key color value is 41.18%
CMYK:
(0,45,43,41)
C0M45Y43K41 
(0%,45%,43%,41%)
(0.00/0.45/0.43/0.41)	

CMYK percentages

%0
%45.33
%42.67
%41.18

Codes

Color #965256 in popluar color models

965256
RGB1508286
HSL356°29.31%45.49%
HSB/HSV356°45.33%58.82%
CMYK0.00%45.33%42.67%
41.18%

Color #965256 in popluar number systems.

HEX965256
Decimal1508286
Binary1001011010100101010110
Octal226122126

Shades and tints

Shades of #965256

#965256
(150,82,86)
#894B4F
(137,75,79)
#7C4448
(124,68,72)
#6F3D41
(111,61,65)
#62363A
(98,54,58)
#552F33
(85,47,51)
#48282C
(72,40,44)
#3B2125
(59,33,37)
#2E1A1E
(46,26,30)
#211317
(33,19,23)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #965256

#965256
(150,82,86)
#9F6165
(159,97,101)
#A87074
(168,112,116)
#B17F83
(177,127,131)
#BA8E92
(186,142,146)
#C39DA1
(195,157,161)
#CCACB0
(204,172,176)
#D5BBBF
(213,187,191)
#DECACE
(222,202,206)
#E7D9DD
(231,217,221)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965256 color. Also use rgb(150,82,86) instead hex code.

Text Font Color

.myTextColor { color: #965256; }

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

This text font color is #965256.


Background Color

.myBgColor { background-color: #965256; }

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

This div background color is #965256.


Border color

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

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

This div border color is #965256.


Opacity

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

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

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

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

This text has shadow with #965256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965256 on black background.


Color preview on white background

This text has color #965256 on white background.



Black color preview on #965256 background

This text has black color on #965256 background.


White color preview on #965256 background

This text has white color on #965256 background.