COLOR #953324

HEX: #953324
RGB: (149,51,36)

Color info

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

RGB color model

#953324 color RGB value is (149,51,36).

  • red value is 149;
  • green value is 51;
  • blue value is 36.
RGB:
(149,51,36)
(58%,20%,14%)

RGB channels and saturation

R 149 of 255 = 58%
G 51 of 255 = 20%
B 36 of 255 = 14%

149
51
36

R + G + B ~ 31%. #953324 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 51 + 36 = 236 (100%)
R 149 of 236 ~ 63.14%
G 51 of 236 ~ 21.61%
B 36 of 236 ~ 15.25%

%63.14
%21.61
%15.25

CMYK color model

#953324 color CMYK value is (0,66,76,42).

  • cyan value is 0.00%
  • magenta value is 65.77%
  • yellow value is 75.84%
  • key color value is 41.57%
CMYK:
(0,66,76,42)
C0M66Y76K42 
(0%,66%,76%,42%)
(0.00/0.66/0.76/0.42)	

CMYK percentages

%0
%65.77
%75.84
%41.57

Codes

Color #953324 in popluar color models

953324
RGB1495136
HSL61.08%36.27%
HSB/HSV75.84%58.43%
CMYK0.00%65.77%75.84%
41.57%

Color #953324 in popluar number systems.

HEX953324
Decimal1495136
Binary10010101110011100100
Octal2256344

Shades and tints

Shades of #953324

#953324
(149,51,36)
#882F21
(136,47,33)
#7B2B1E
(123,43,30)
#6E271B
(110,39,27)
#612318
(97,35,24)
#541F15
(84,31,21)
#471B12
(71,27,18)
#3A170F
(58,23,15)
#2D130C
(45,19,12)
#200F09
(32,15,9)
#130B06
(19,11,6)
#000000
(0,0,0)

Tints of #953324

#953324
(149,51,36)
#9E4537
(158,69,55)
#A7574A
(167,87,74)
#B0695D
(176,105,93)
#B97B70
(185,123,112)
#C28D83
(194,141,131)
#CB9F96
(203,159,150)
#D4B1A9
(212,177,169)
#DDC3BC
(221,195,188)
#E6D5CF
(230,213,207)
#EFE7E2
(239,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953324 color. Also use rgb(149,51,36) instead hex code.

Text Font Color

.myTextColor { color: #953324; }

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

This text font color is #953324.


Background Color

.myBgColor { background-color: #953324; }

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

This div background color is #953324.


Border color

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

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

This div border color is #953324.


Opacity

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

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

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

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

This text has shadow with #953324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953324 on black background.


Color preview on white background

This text has color #953324 on white background.



Black color preview on #953324 background

This text has black color on #953324 background.


White color preview on #953324 background

This text has white color on #953324 background.