COLOR #965A59

HEX: #965A59 RGB: (150,90,89)

Color info

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

RGB color model

#965A59 color RGB value is (150,90,89).

RGB: (150,90,89) (59%, 35%, 35%)

RGB channels and saturation

R 150 of 255 = 59%
G 90 of 255 = 35%
B 89 of 255 = 35%

150
90
89

R + G + B ~ 43%. #965A59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 90 + 89 = 329 (100%)
R 150 of 329 ~ 45.59%
G 90 of 329 ~ 27.36%
B 89 of 329 ~ 27.05'%

%45.59
%27.36
%27.05

CMYK color model

#965A59 color CMYK value is (0,40,41,41).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.67%
  • key color value is 41.18%

CMYK: (0,40,41,41)
C0M40Y41K41 (0%, 40%, 41%, 41%)
(0.00 / 0.40 / 0.41 / 0.41)

CMYK percentages

%0
%40
%40.67
%41.18

Codes

Color #965A59 in popluar color models

96 5A 59
RGB 150 90 89
HSL 25.52% 46.86%
HSB/HSV 40.67% 58.82%
CMYK 0.00% 40.00% 40.67%
41.18%

Color #965A59 in popluar number systems.

HEX 96 5A 59
Decimal 150 90 89
Binary 10010110 1011010 1011001
Octal 226 132 131

Shades and tints

Shades of #965A59

#965A59
(150,90,89)
#895251
(137,82,81)
#7C4A49
(124,74,73)
#6F4241
(111,66,65)
#623A39
(98,58,57)
#553231
(85,50,49)
#482A29
(72,42,41)
#3B2221
(59,34,33)
#2E1A19
(46,26,25)
#211211
(33,18,17)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #965A59

#965A59
(150,90,89)
#9F6968
(159,105,104)
#A87877
(168,120,119)
#B18786
(177,135,134)
#BA9695
(186,150,149)
#C3A5A4
(195,165,164)
#CCB4B3
(204,180,179)
#D5C3C2
(213,195,194)
#DED2D1
(222,210,209)
#E7E1E0
(231,225,224)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965A59 color. Also use rgb(150,90,89) instead hex code.

Text Font Color

.myTextColor { color: #965A59; }

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

This text font color is #965A59.

Background Color

.myBgColor { background-color: #965A59; }

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

This div background color is #965A59.

Border color

.myBorderColor { border: 1px solid #965A59; }

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

This div border color is #965A59.

Opacity

.myOpacity80 { color: #965A59; opacity: 0.8; }

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

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

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

This text has shadow with #965A59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965A59.

Preview

Color preview on black background

This text has color #965A59 on black background.


Color preview on white background

This text has color #965A59 on white background.


Black color preview on #965A59 background

This text has black color on #965A59 background.


White color preview on #965A59 background

This text has white color on #965A59 background.


Related colors

Complementary color

Complementary color for #hex is #69A5A6.


I love getcolorcode.com

Triadic colors

1 #59965A and #5A5996 with #965A59 are triadic colors.

2 #595A96 and #5A9659 with #965A59 are triadic colors.