COLOR #93272A

HEX: #93272A
RGB: (147,39,42)

Color info

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

RGB color model

#93272A color RGB value is (147,39,42).

  • red value is 147;
  • green value is 39;
  • blue value is 42.
RGB:
(147,39,42)
(58%,15%,16%)

RGB channels and saturation

R 147 of 255 = 58%
G 39 of 255 = 15%
B 42 of 255 = 16%

147
39
42

R + G + B ~ 30%. #93272A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 39 + 42 = 228 (100%)
R 147 of 228 ~ 64.47%
G 39 of 228 ~ 17.11%
B 42 of 228 ~ 18.42%

%64.47
%17.11
%18.42

CMYK color model

#93272A color CMYK value is (0,73,71,42).

  • cyan value is 0.00%
  • magenta value is 73.47%
  • yellow value is 71.43%
  • key color value is 42.35%
CMYK:
(0,73,71,42)
C0M73Y71K42 
(0%,73%,71%,42%)
(0.00/0.73/0.71/0.42)	

CMYK percentages

%0
%73.47
%71.43
%42.35

Codes

Color #93272A in popluar color models

93272A
RGB1473942
HSL358°58.06%36.47%
HSB/HSV358°73.47%57.65%
CMYK0.00%73.47%71.43%
42.35%

Color #93272A in popluar number systems.

HEX93272A
Decimal1473942
Binary10010011100111101010
Octal2234752

Shades and tints

Shades of #93272A

#93272A
(147,39,42)
#862427
(134,36,39)
#792124
(121,33,36)
#6C1E21
(108,30,33)
#5F1B1E
(95,27,30)
#52181B
(82,24,27)
#451518
(69,21,24)
#381215
(56,18,21)
#2B0F12
(43,15,18)
#1E0C0F
(30,12,15)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #93272A

#93272A
(147,39,42)
#9C3A3D
(156,58,61)
#A54D50
(165,77,80)
#AE6063
(174,96,99)
#B77376
(183,115,118)
#C08689
(192,134,137)
#C9999C
(201,153,156)
#D2ACAF
(210,172,175)
#DBBFC2
(219,191,194)
#E4D2D5
(228,210,213)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93272A color. Also use rgb(147,39,42) instead hex code.

Text Font Color

.myTextColor { color: #93272A; }

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

This text font color is #93272A.


Background Color

.myBgColor { background-color: #93272A; }

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

This div background color is #93272A.


Border color

.myBorderColor { border: 1px solid #93272A; }

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

This div border color is #93272A.


Opacity

.myOpacity80 { color: #93272A; opacity: 0.8; }

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

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

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

This text has shadow with #93272A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93272A on black background.


Color preview on white background

This text has color #93272A on white background.



Black color preview on #93272A background

This text has black color on #93272A background.


White color preview on #93272A background

This text has white color on #93272A background.