COLOR #93374E

HEX: #93374E
RGB: (147,55,78)

Color info

#93374E contains mainly red color. Web safe color of #93374E is #993366 (or #936).

RGB color model

#93374E color RGB value is (147,55,78).

  • red value is 147;
  • green value is 55;
  • blue value is 78.
RGB:
(147,55,78)
(58%,22%,31%)

RGB channels and saturation

R 147 of 255 = 58%
G 55 of 255 = 22%
B 78 of 255 = 31%

147
55
78

R + G + B ~ 37%. #93374E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 55 + 78 = 280 (100%)
R 147 of 280 ~ 52.5%
G 55 of 280 ~ 19.64%
B 78 of 280 ~ 27.86%

%52.5
%19.64
%27.86

CMYK color model

#93374E color CMYK value is (0,63,47,42).

  • cyan value is 0.00%
  • magenta value is 62.59%
  • yellow value is 46.94%
  • key color value is 42.35%
CMYK:
(0,63,47,42)
C0M63Y47K42 
(0%,63%,47%,42%)
(0.00/0.63/0.47/0.42)	

CMYK percentages

%0
%62.59
%46.94
%42.35

Codes

Color #93374E in popluar color models

93374E
RGB1475578
HSL345°45.54%39.61%
HSB/HSV345°62.59%57.65%
CMYK0.00%62.59%46.94%
42.35%

Color #93374E in popluar number systems.

HEX93374E
Decimal1475578
Binary100100111101111001110
Octal22367116

Shades and tints

Shades of #93374E

#93374E
(147,55,78)
#863247
(134,50,71)
#792D40
(121,45,64)
#6C2839
(108,40,57)
#5F2332
(95,35,50)
#521E2B
(82,30,43)
#451924
(69,25,36)
#38141D
(56,20,29)
#2B0F16
(43,15,22)
#1E0A0F
(30,10,15)
#110508
(17,5,8)
#000000
(0,0,0)

Tints of #93374E

#93374E
(147,55,78)
#9C495E
(156,73,94)
#A55B6E
(165,91,110)
#AE6D7E
(174,109,126)
#B77F8E
(183,127,142)
#C0919E
(192,145,158)
#C9A3AE
(201,163,174)
#D2B5BE
(210,181,190)
#DBC7CE
(219,199,206)
#E4D9DE
(228,217,222)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93374E color. Also use rgb(147,55,78) instead hex code.

Text Font Color

.myTextColor { color: #93374E; }

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

This text font color is #93374E.


Background Color

.myBgColor { background-color: #93374E; }

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

This div background color is #93374E.


Border color

.myBorderColor { border: 1px solid #93374E; }

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

This div border color is #93374E.


Opacity

.myOpacity80 { color: #93374E; opacity: 0.8; }

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

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

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

This text has shadow with #93374E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93374E on black background.


Color preview on white background

This text has color #93374E on white background.



Black color preview on #93374E background

This text has black color on #93374E background.


White color preview on #93374E background

This text has white color on #93374E background.