COLOR #95321C

HEX: #95321C
RGB: (149,50,28)

Color info

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

RGB color model

#95321C color RGB value is (149,50,28).

  • red value is 149;
  • green value is 50;
  • blue value is 28.
RGB:
(149,50,28)
(58%,20%,11%)

RGB channels and saturation

R 149 of 255 = 58%
G 50 of 255 = 20%
B 28 of 255 = 11%

149
50
28

R + G + B ~ 30%. #95321C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 50 + 28 = 227 (100%)
R 149 of 227 ~ 65.64%
G 50 of 227 ~ 22.03%
B 28 of 227 ~ 12.33%

%65.64
%22.03
%12.33

CMYK color model

#95321C color CMYK value is (0,66,81,42).

  • cyan value is 0.00%
  • magenta value is 66.44%
  • yellow value is 81.21%
  • key color value is 41.57%
CMYK:
(0,66,81,42)
C0M66Y81K42 
(0%,66%,81%,42%)
(0.00/0.66/0.81/0.42)	

CMYK percentages

%0
%66.44
%81.21
%41.57

Codes

Color #95321C in popluar color models

95321C
RGB1495028
HSL11°68.36%34.71%
HSB/HSV11°81.21%58.43%
CMYK0.00%66.44%81.21%
41.57%

Color #95321C in popluar number systems.

HEX95321C
Decimal1495028
Binary1001010111001011100
Octal2256234

Shades and tints

Shades of #95321C

#95321C
(149,50,28)
#882E1A
(136,46,26)
#7B2A18
(123,42,24)
#6E2616
(110,38,22)
#612214
(97,34,20)
#541E12
(84,30,18)
#471A10
(71,26,16)
#3A160E
(58,22,14)
#2D120C
(45,18,12)
#200E0A
(32,14,10)
#130A08
(19,10,8)
#000000
(0,0,0)

Tints of #95321C

#95321C
(149,50,28)
#9E4430
(158,68,48)
#A75644
(167,86,68)
#B06858
(176,104,88)
#B97A6C
(185,122,108)
#C28C80
(194,140,128)
#CB9E94
(203,158,148)
#D4B0A8
(212,176,168)
#DDC2BC
(221,194,188)
#E6D4D0
(230,212,208)
#EFE6E4
(239,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95321C color. Also use rgb(149,50,28) instead hex code.

Text Font Color

.myTextColor { color: #95321C; }

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

This text font color is #95321C.


Background Color

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

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

This div background color is #95321C.


Border color

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

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

This div border color is #95321C.


Opacity

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

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

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

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

This text has shadow with #95321C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95321C on black background.


Color preview on white background

This text has color #95321C on white background.



Black color preview on #95321C background

This text has black color on #95321C background.


White color preview on #95321C background

This text has white color on #95321C background.