COLOR #964F23

HEX: #964F23
RGB: (150,79,35)

Color info

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

RGB color model

#964F23 color RGB value is (150,79,35).

  • red value is 150;
  • green value is 79;
  • blue value is 35.
RGB:
(150,79,35)
(59%,31%,14%)

RGB channels and saturation

R 150 of 255 = 59%
G 79 of 255 = 31%
B 35 of 255 = 14%

150
79
35

R + G + B ~ 35%. #964F23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 79 + 35 = 264 (100%)
R 150 of 264 ~ 56.82%
G 79 of 264 ~ 29.92%
B 35 of 264 ~ 13.26%

%56.82
%29.92
%13.26

CMYK color model

#964F23 color CMYK value is (0,47,77,41).

  • cyan value is 0.00%
  • magenta value is 47.33%
  • yellow value is 76.67%
  • key color value is 41.18%
CMYK:
(0,47,77,41)
C0M47Y77K41 
(0%,47%,77%,41%)
(0.00/0.47/0.77/0.41)	

CMYK percentages

%0
%47.33
%76.67
%41.18

Codes

Color #964F23 in popluar color models

964F23
RGB1507935
HSL23°62.16%36.27%
HSB/HSV23°76.67%58.82%
CMYK0.00%47.33%76.67%
41.18%

Color #964F23 in popluar number systems.

HEX964F23
Decimal1507935
Binary100101101001111100011
Octal22611743

Shades and tints

Shades of #964F23

#964F23
(150,79,35)
#894820
(137,72,32)
#7C411D
(124,65,29)
#6F3A1A
(111,58,26)
#623317
(98,51,23)
#552C14
(85,44,20)
#482511
(72,37,17)
#3B1E0E
(59,30,14)
#2E170B
(46,23,11)
#211008
(33,16,8)
#140905
(20,9,5)
#000000
(0,0,0)

Tints of #964F23

#964F23
(150,79,35)
#9F5F37
(159,95,55)
#A86F4B
(168,111,75)
#B17F5F
(177,127,95)
#BA8F73
(186,143,115)
#C39F87
(195,159,135)
#CCAF9B
(204,175,155)
#D5BFAF
(213,191,175)
#DECFC3
(222,207,195)
#E7DFD7
(231,223,215)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964F23 color. Also use rgb(150,79,35) instead hex code.

Text Font Color

.myTextColor { color: #964F23; }

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

This text font color is #964F23.


Background Color

.myBgColor { background-color: #964F23; }

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

This div background color is #964F23.


Border color

.myBorderColor { border: 1px solid #964F23; }

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

This div border color is #964F23.


Opacity

.myOpacity80 { color: #964F23; opacity: 0.8; }

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

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

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

This text has shadow with #964F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964F23 on black background.


Color preview on white background

This text has color #964F23 on white background.



Black color preview on #964F23 background

This text has black color on #964F23 background.


White color preview on #964F23 background

This text has white color on #964F23 background.