COLOR #993F42

HEX: #993F42
RGB: (153,63,66)

Color info

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

RGB color model

#993F42 color RGB value is (153,63,66).

  • red value is 153;
  • green value is 63;
  • blue value is 66.
RGB:
(153,63,66)
(60%,25%,26%)

RGB channels and saturation

R 153 of 255 = 60%
G 63 of 255 = 25%
B 66 of 255 = 26%

153
63
66

R + G + B ~ 37%. #993F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 63 + 66 = 282 (100%)
R 153 of 282 ~ 54.26%
G 63 of 282 ~ 22.34%
B 66 of 282 ~ 23.4%

%54.26
%22.34
%23.4

CMYK color model

#993F42 color CMYK value is (0,59,57,40).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 56.86%
  • key color value is 40.00%
CMYK:
(0,59,57,40)
C0M59Y57K40 
(0%,59%,57%,40%)
(0.00/0.59/0.57/0.40)	

CMYK percentages

%0
%58.82
%56.86
%40

Codes

Color #993F42 in popluar color models

993F42
RGB1536366
HSL358°41.67%42.35%
HSB/HSV358°58.82%60.00%
CMYK0.00%58.82%56.86%
40.00%

Color #993F42 in popluar number systems.

HEX993F42
Decimal1536366
Binary100110011111111000010
Octal23177102

Shades and tints

Shades of #993F42

#993F42
(153,63,66)
#8C3A3C
(140,58,60)
#7F3536
(127,53,54)
#723030
(114,48,48)
#652B2A
(101,43,42)
#582624
(88,38,36)
#4B211E
(75,33,30)
#3E1C18
(62,28,24)
#311712
(49,23,18)
#24120C
(36,18,12)
#170D06
(23,13,6)
#000000
(0,0,0)

Tints of #993F42

#993F42
(153,63,66)
#A25053
(162,80,83)
#AB6164
(171,97,100)
#B47275
(180,114,117)
#BD8386
(189,131,134)
#C69497
(198,148,151)
#CFA5A8
(207,165,168)
#D8B6B9
(216,182,185)
#E1C7CA
(225,199,202)
#EAD8DB
(234,216,219)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993F42 color. Also use rgb(153,63,66) instead hex code.

Text Font Color

.myTextColor { color: #993F42; }

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

This text font color is #993F42.


Background Color

.myBgColor { background-color: #993F42; }

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

This div background color is #993F42.


Border color

.myBorderColor { border: 1px solid #993F42; }

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

This div border color is #993F42.


Opacity

.myOpacity80 { color: #993F42; opacity: 0.8; }

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

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

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

This text has shadow with #993F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993F42 on black background.


Color preview on white background

This text has color #993F42 on white background.



Black color preview on #993F42 background

This text has black color on #993F42 background.


White color preview on #993F42 background

This text has white color on #993F42 background.