COLOR #965C4A

HEX: #965C4A RGB: (150,92,74)

Color info

#965C4A contains mainly red and green colors. Web safe color of #965C4A is #996633 (or #963).

RGB color model

#965C4A color RGB value is (150,92,74).

RGB: (150,92,74) (59%, 36%, 29%)

RGB channels and saturation

R 150 of 255 = 59%
G 92 of 255 = 36%
B 74 of 255 = 29%

150
92
74

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

Portions of RGB colors in percentages

R + G + B = 150 + 92 + 74 = 316 (100%)
R 150 of 316 ~ 47.47%
G 92 of 316 ~ 29.11%
B 74 of 316 ~ 23.42'%

%47.47
%29.11
%23.42

CMYK color model

#965C4A color CMYK value is (0,39,51,41).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 50.67%
  • key color value is 41.18%

CMYK: (0,39,51,41)
C0M39Y51K41 (0%, 39%, 51%, 41%)
(0.00 / 0.39 / 0.51 / 0.41)

CMYK percentages

%0
%38.67
%50.67
%41.18

Codes

Color #965C4A in popluar color models

96 5C 4A
RGB 150 92 74
HSL 14° 33.93% 43.92%
HSB/HSV 14° 50.67% 58.82%
CMYK 0.00% 38.67% 50.67%
41.18%

Color #965C4A in popluar number systems.

HEX 96 5C 4A
Decimal 150 92 74
Binary 10010110 1011100 1001010
Octal 226 134 112

Shades and tints

Shades of #965C4A

#965C4A
(150,92,74)
#895444
(137,84,68)
#7C4C3E
(124,76,62)
#6F4438
(111,68,56)
#623C32
(98,60,50)
#55342C
(85,52,44)
#482C26
(72,44,38)
#3B2420
(59,36,32)
#2E1C1A
(46,28,26)
#211414
(33,20,20)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #965C4A

#965C4A
(150,92,74)
#9F6A5A
(159,106,90)
#A8786A
(168,120,106)
#B1867A
(177,134,122)
#BA948A
(186,148,138)
#C3A29A
(195,162,154)
#CCB0AA
(204,176,170)
#D5BEBA
(213,190,186)
#DECCCA
(222,204,202)
#E7DADA
(231,218,218)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965C4A color. Also use rgb(150,92,74) instead hex code.

Text Font Color

.myTextColor { color: #965C4A; }

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

This text font color is #965C4A.

Background Color

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

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

This div background color is #965C4A.

Border color

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

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

This div border color is #965C4A.

Opacity

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

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

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

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

This text has shadow with #965C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965C4A.

Preview

Color preview on black background

This text has color #965C4A on black background.


Color preview on white background

This text has color #965C4A on white background.


Black color preview on #965C4A background

This text has black color on #965C4A background.


White color preview on #965C4A background

This text has white color on #965C4A background.


Related colors

Complementary color

Complementary color for #hex is #69A3B5.


I love getcolorcode.com

Triadic colors

1 #4A965C and #5C4A96 with #965C4A are triadic colors.

2 #4A5C96 and #5C964A with #965C4A are triadic colors.