COLOR #964B27

HEX: #964B27
RGB: (150,75,39)

Color info

#964B27 contains mainly red color. Web safe color of #964B27 is #993333 (or #933).

RGB color model

#964B27 color RGB value is (150,75,39).

  • red value is 150;
  • green value is 75;
  • blue value is 39.
RGB:
(150,75,39)
(59%,29%,15%)

RGB channels and saturation

R 150 of 255 = 59%
G 75 of 255 = 29%
B 39 of 255 = 15%

150
75
39

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

Portions of RGB colors in percentages

R + G + B =
150 + 75 + 39 = 264 (100%)
R 150 of 264 ~ 56.82%
G 75 of 264 ~ 28.41%
B 39 of 264 ~ 14.77%

%56.82
%28.41
%14.77

CMYK color model

#964B27 color CMYK value is (0,50,74,41).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 74.00%
  • key color value is 41.18%
CMYK:
(0,50,74,41)
C0M50Y74K41 
(0%,50%,74%,41%)
(0.00/0.50/0.74/0.41)	

CMYK percentages

%0
%50
%74
%41.18

Codes

Color #964B27 in popluar color models

964B27
RGB1507539
HSL19°58.73%37.06%
HSB/HSV19°74.00%58.82%
CMYK0.00%50.00%74.00%
41.18%

Color #964B27 in popluar number systems.

HEX964B27
Decimal1507539
Binary100101101001011100111
Octal22611347

Shades and tints

Shades of #964B27

#964B27
(150,75,39)
#894524
(137,69,36)
#7C3F21
(124,63,33)
#6F391E
(111,57,30)
#62331B
(98,51,27)
#552D18
(85,45,24)
#482715
(72,39,21)
#3B2112
(59,33,18)
#2E1B0F
(46,27,15)
#21150C
(33,21,12)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #964B27

#964B27
(150,75,39)
#9F5B3A
(159,91,58)
#A86B4D
(168,107,77)
#B17B60
(177,123,96)
#BA8B73
(186,139,115)
#C39B86
(195,155,134)
#CCAB99
(204,171,153)
#D5BBAC
(213,187,172)
#DECBBF
(222,203,191)
#E7DBD2
(231,219,210)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964B27 color. Also use rgb(150,75,39) instead hex code.

Text Font Color

.myTextColor { color: #964B27; }

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

This text font color is #964B27.


Background Color

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

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

This div background color is #964B27.


Border color

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

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

This div border color is #964B27.


Opacity

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

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

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

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

This text has shadow with #964B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964B27 on black background.


Color preview on white background

This text has color #964B27 on white background.



Black color preview on #964B27 background

This text has black color on #964B27 background.


White color preview on #964B27 background

This text has white color on #964B27 background.