COLOR #93374A

HEX: #93374A
RGB: (147,55,74)

Color info

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

RGB color model

#93374A color RGB value is (147,55,74).

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

RGB channels and saturation

R 147 of 255 = 58%
G 55 of 255 = 22%
B 74 of 255 = 29%

147
55
74

R + G + B ~ 36%. #93374A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 55 + 74 = 276 (100%)
R 147 of 276 ~ 53.26%
G 55 of 276 ~ 19.93%
B 74 of 276 ~ 26.81%

%53.26
%19.93
%26.81

CMYK color model

#93374A color CMYK value is (0,63,50,42).

  • cyan value is 0.00%
  • magenta value is 62.59%
  • yellow value is 49.66%
  • key color value is 42.35%
CMYK:
(0,63,50,42)
C0M63Y50K42 
(0%,63%,50%,42%)
(0.00/0.63/0.50/0.42)	

CMYK percentages

%0
%62.59
%49.66
%42.35

Codes

Color #93374A in popluar color models

93374A
RGB1475574
HSL348°45.54%39.61%
HSB/HSV348°62.59%57.65%
CMYK0.00%62.59%49.66%
42.35%

Color #93374A in popluar number systems.

HEX93374A
Decimal1475574
Binary100100111101111001010
Octal22367112

Shades and tints

Shades of #93374A

#93374A
(147,55,74)
#863244
(134,50,68)
#792D3E
(121,45,62)
#6C2838
(108,40,56)
#5F2332
(95,35,50)
#521E2C
(82,30,44)
#451926
(69,25,38)
#381420
(56,20,32)
#2B0F1A
(43,15,26)
#1E0A14
(30,10,20)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #93374A

#93374A
(147,55,74)
#9C495A
(156,73,90)
#A55B6A
(165,91,106)
#AE6D7A
(174,109,122)
#B77F8A
(183,127,138)
#C0919A
(192,145,154)
#C9A3AA
(201,163,170)
#D2B5BA
(210,181,186)
#DBC7CA
(219,199,202)
#E4D9DA
(228,217,218)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93374A; }

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

This text font color is #93374A.


Background Color

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

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

This div background color is #93374A.


Border color

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

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

This div border color is #93374A.


Opacity

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

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

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

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

This text has shadow with #93374A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93374A on black background.


Color preview on white background

This text has color #93374A on white background.



Black color preview on #93374A background

This text has black color on #93374A background.


White color preview on #93374A background

This text has white color on #93374A background.