COLOR #993E48

HEX: #993E48 RGB: (153,62,72)

Color info

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

RGB color model

#993E48 color RGB value is (153,62,72).

RGB: (153,62,72) (60%, 24%, 28%)

RGB channels and saturation

R 153 of 255 = 60%
G 62 of 255 = 24%
B 72 of 255 = 28%

153
62
72

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

Portions of RGB colors in percentages

R + G + B = 153 + 62 + 72 = 287 (100%)
R 153 of 287 ~ 53.31%
G 62 of 287 ~ 21.6%
B 72 of 287 ~ 25.09'%

%53.31
%21.6
%25.09

CMYK color model

#993E48 color CMYK value is (0,59,53,40).

  • cyan value is 0.00%
  • magenta value is 59.48%
  • yellow value is 52.94%
  • key color value is 40.00%

CMYK: (0,59,53,40)
C0M59Y53K40 (0%, 59%, 53%, 40%)
(0.00 / 0.59 / 0.53 / 0.40)

CMYK percentages

%0
%59.48
%52.94
%40

Codes

Color #993E48 in popluar color models

99 3E 48
RGB 153 62 72
HSL 353° 42.33% 42.16%
HSB/HSV 353° 59.48% 60.00%
CMYK 0.00% 59.48% 52.94%
40.00%

Color #993E48 in popluar number systems.

HEX 99 3E 48
Decimal 153 62 72
Binary 10011001 111110 1001000
Octal 231 76 110

Shades and tints

Shades of #993E48

#993E48
(153,62,72)
#8C3942
(140,57,66)
#7F343C
(127,52,60)
#722F36
(114,47,54)
#652A30
(101,42,48)
#58252A
(88,37,42)
#4B2024
(75,32,36)
#3E1B1E
(62,27,30)
#311618
(49,22,24)
#241112
(36,17,18)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #993E48

#993E48
(153,62,72)
#A24F58
(162,79,88)
#AB6068
(171,96,104)
#B47178
(180,113,120)
#BD8288
(189,130,136)
#C69398
(198,147,152)
#CFA4A8
(207,164,168)
#D8B5B8
(216,181,184)
#E1C6C8
(225,198,200)
#EAD7D8
(234,215,216)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993E48 color. Also use rgb(153,62,72) instead hex code.

Text Font Color

.myTextColor { color: #993E48; }

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

This text font color is #993E48.

Background Color

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

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

This div background color is #993E48.

Border color

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

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

This div border color is #993E48.

Opacity

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

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

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

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

This text has shadow with #993E48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #993E48.

Preview

Color preview on black background

This text has color #993E48 on black background.


Color preview on white background

This text has color #993E48 on white background.


Black color preview on #993E48 background

This text has black color on #993E48 background.


White color preview on #993E48 background

This text has white color on #993E48 background.


Related colors

Complementary color

Complementary color for #hex is #66C1B7.


I love getcolorcode.com

Triadic colors

1 #48993E and #3E4899 with #993E48 are triadic colors.

2 #483E99 and #3E9948 with #993E48 are triadic colors.