COLOR #965A3E

HEX: #965A3E
RGB: (150,90,62)

Color info

#965A3E contains mainly red color. Web safe color of #965A3E is #996633 (or #963).

RGB color model

#965A3E color RGB value is (150,90,62).

  • red value is 150;
  • green value is 90;
  • blue value is 62.
RGB:
(150,90,62)
(59%,35%,24%)

RGB channels and saturation

R 150 of 255 = 59%
G 90 of 255 = 35%
B 62 of 255 = 24%

150
90
62

R + G + B ~ 39%. #965A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 90 + 62 = 302 (100%)
R 150 of 302 ~ 49.67%
G 90 of 302 ~ 29.8%
B 62 of 302 ~ 20.53%

%49.67
%29.8
%20.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 58.67%
  • key color value is 41.18%
CMYK:
(0,40,59,41)
C0M40Y59K41 
(0%,40%,59%,41%)
(0.00/0.40/0.59/0.41)	

CMYK percentages

%0
%40
%58.67
%41.18

Codes

Color #965A3E in popluar color models

965A3E
RGB1509062
HSL19°41.51%41.57%
HSB/HSV19°58.67%58.82%
CMYK0.00%40.00%58.67%
41.18%

Color #965A3E in popluar number systems.

HEX965A3E
Decimal1509062
Binary100101101011010111110
Octal22613276

Shades and tints

Shades of #965A3E

#965A3E
(150,90,62)
#895239
(137,82,57)
#7C4A34
(124,74,52)
#6F422F
(111,66,47)
#623A2A
(98,58,42)
#553225
(85,50,37)
#482A20
(72,42,32)
#3B221B
(59,34,27)
#2E1A16
(46,26,22)
#211211
(33,18,17)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #965A3E

#965A3E
(150,90,62)
#9F694F
(159,105,79)
#A87860
(168,120,96)
#B18771
(177,135,113)
#BA9682
(186,150,130)
#C3A593
(195,165,147)
#CCB4A4
(204,180,164)
#D5C3B5
(213,195,181)
#DED2C6
(222,210,198)
#E7E1D7
(231,225,215)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965A3E; }

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

This text font color is #965A3E.


Background Color

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

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

This div background color is #965A3E.


Border color

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

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

This div border color is #965A3E.


Opacity

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

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

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

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

This text has shadow with #965A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965A3E on black background.


Color preview on white background

This text has color #965A3E on white background.



Black color preview on #965A3E background

This text has black color on #965A3E background.


White color preview on #965A3E background

This text has white color on #965A3E background.