COLOR #965825

HEX: #965825
RGB: (150,88,37)

Color info

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

RGB color model

#965825 color RGB value is (150,88,37).

  • red value is 150;
  • green value is 88;
  • blue value is 37.
RGB:
(150,88,37)
(59%,35%,15%)

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 37 of 255 = 15%

150
88
37

R + G + B ~ 36%. #965825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 88 + 37 = 275 (100%)
R 150 of 275 ~ 54.55%
G 88 of 275 ~ 32%
B 37 of 275 ~ 13.45%

%54.55
%32
%13.45

CMYK color model

#965825 color CMYK value is (0,41,75,41).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 75.33%
  • key color value is 41.18%
CMYK:
(0,41,75,41)
C0M41Y75K41 
(0%,41%,75%,41%)
(0.00/0.41/0.75/0.41)	

CMYK percentages

%0
%41.33
%75.33
%41.18

Codes

Color #965825 in popluar color models

965825
RGB1508837
HSL27°60.43%36.67%
HSB/HSV27°75.33%58.82%
CMYK0.00%41.33%75.33%
41.18%

Color #965825 in popluar number systems.

HEX965825
Decimal1508837
Binary100101101011000100101
Octal22613045

Shades and tints

Shades of #965825

#965825
(150,88,37)
#895022
(137,80,34)
#7C481F
(124,72,31)
#6F401C
(111,64,28)
#623819
(98,56,25)
#553016
(85,48,22)
#482813
(72,40,19)
#3B2010
(59,32,16)
#2E180D
(46,24,13)
#21100A
(33,16,10)
#140807
(20,8,7)
#000000
(0,0,0)

Tints of #965825

#965825
(150,88,37)
#9F6738
(159,103,56)
#A8764B
(168,118,75)
#B1855E
(177,133,94)
#BA9471
(186,148,113)
#C3A384
(195,163,132)
#CCB297
(204,178,151)
#D5C1AA
(213,193,170)
#DED0BD
(222,208,189)
#E7DFD0
(231,223,208)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965825 color. Also use rgb(150,88,37) instead hex code.

Text Font Color

.myTextColor { color: #965825; }

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

This text font color is #965825.


Background Color

.myBgColor { background-color: #965825; }

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

This div background color is #965825.


Border color

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

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

This div border color is #965825.


Opacity

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

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

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

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

This text has shadow with #965825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965825 on black background.


Color preview on white background

This text has color #965825 on white background.



Black color preview on #965825 background

This text has black color on #965825 background.


White color preview on #965825 background

This text has white color on #965825 background.