COLOR #96583C

HEX: #96583C
RGB: (150,88,60)

Color info

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

RGB color model

#96583C color RGB value is (150,88,60).

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

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 60 of 255 = 24%

150
88
60

R + G + B ~ 39%. #96583C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 88 + 60 = 298 (100%)
R 150 of 298 ~ 50.34%
G 88 of 298 ~ 29.53%
B 60 of 298 ~ 20.13%

%50.34
%29.53
%20.13

CMYK color model

#96583C color CMYK value is (0,41,60,41).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 60.00%
  • key color value is 41.18%
CMYK:
(0,41,60,41)
C0M41Y60K41 
(0%,41%,60%,41%)
(0.00/0.41/0.60/0.41)	

CMYK percentages

%0
%41.33
%60
%41.18

Codes

Color #96583C in popluar color models

96583C
RGB1508860
HSL19°42.86%41.18%
HSB/HSV19°60.00%58.82%
CMYK0.00%41.33%60.00%
41.18%

Color #96583C in popluar number systems.

HEX96583C
Decimal1508860
Binary100101101011000111100
Octal22613074

Shades and tints

Shades of #96583C

#96583C
(150,88,60)
#895037
(137,80,55)
#7C4832
(124,72,50)
#6F402D
(111,64,45)
#623828
(98,56,40)
#553023
(85,48,35)
#48281E
(72,40,30)
#3B2019
(59,32,25)
#2E1814
(46,24,20)
#21100F
(33,16,15)
#14080A
(20,8,10)
#000000
(0,0,0)

Tints of #96583C

#96583C
(150,88,60)
#9F674D
(159,103,77)
#A8765E
(168,118,94)
#B1856F
(177,133,111)
#BA9480
(186,148,128)
#C3A391
(195,163,145)
#CCB2A2
(204,178,162)
#D5C1B3
(213,193,179)
#DED0C4
(222,208,196)
#E7DFD5
(231,223,213)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96583C; }

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

This text font color is #96583C.


Background Color

.myBgColor { background-color: #96583C; }

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

This div background color is #96583C.


Border color

.myBorderColor { border: 1px solid #96583C; }

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

This div border color is #96583C.


Opacity

.myOpacity80 { color: #96583C; opacity: 0.8; }

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

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

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

This text has shadow with #96583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96583C on black background.


Color preview on white background

This text has color #96583C on white background.



Black color preview on #96583C background

This text has black color on #96583C background.


White color preview on #96583C background

This text has white color on #96583C background.