COLOR #965518

HEX: #965518
RGB: (150,85,24)

Color info

#965518 contains mainly red color. Web safe color of #965518 is #996600 (or #960).

RGB color model

#965518 color RGB value is (150,85,24).

  • red value is 150;
  • green value is 85;
  • blue value is 24.
RGB:
(150,85,24)
(59%,33%,9%)

RGB channels and saturation

R 150 of 255 = 59%
G 85 of 255 = 33%
B 24 of 255 = 9%

150
85
24

R + G + B ~ 34%. #965518 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 85 + 24 = 259 (100%)
R 150 of 259 ~ 57.92%
G 85 of 259 ~ 32.82%
B 24 of 259 ~ 9.27%

%57.92
%32.82

CMYK color model

#965518 color CMYK value is (0,43,84,41).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 84.00%
  • key color value is 41.18%
CMYK:
(0,43,84,41)
C0M43Y84K41 
(0%,43%,84%,41%)
(0.00/0.43/0.84/0.41)	

CMYK percentages

%0
%43.33
%84
%41.18

Codes

Color #965518 in popluar color models

965518
RGB1508524
HSL29°72.41%34.12%
HSB/HSV29°84.00%58.82%
CMYK0.00%43.33%84.00%
41.18%

Color #965518 in popluar number systems.

HEX965518
Decimal1508524
Binary10010110101010111000
Octal22612530

Shades and tints

Shades of #965518

#965518
(150,85,24)
#894E16
(137,78,22)
#7C4714
(124,71,20)
#6F4012
(111,64,18)
#623910
(98,57,16)
#55320E
(85,50,14)
#482B0C
(72,43,12)
#3B240A
(59,36,10)
#2E1D08
(46,29,8)
#211606
(33,22,6)
#140F04
(20,15,4)
#000000
(0,0,0)

Tints of #965518

#965518
(150,85,24)
#9F642D
(159,100,45)
#A87342
(168,115,66)
#B18257
(177,130,87)
#BA916C
(186,145,108)
#C3A081
(195,160,129)
#CCAF96
(204,175,150)
#D5BEAB
(213,190,171)
#DECDC0
(222,205,192)
#E7DCD5
(231,220,213)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965518 color. Also use rgb(150,85,24) instead hex code.

Text Font Color

.myTextColor { color: #965518; }

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

This text font color is #965518.


Background Color

.myBgColor { background-color: #965518; }

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

This div background color is #965518.


Border color

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

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

This div border color is #965518.


Opacity

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

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

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

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

This text has shadow with #965518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965518 on black background.


Color preview on white background

This text has color #965518 on white background.



Black color preview on #965518 background

This text has black color on #965518 background.


White color preview on #965518 background

This text has white color on #965518 background.