COLOR #993E2E

HEX: #993E2E RGB: (153,62,46)

Color info

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

RGB color model

#993E2E color RGB value is (153,62,46).

RGB: (153,62,46) (60%, 24%, 18%)

RGB channels and saturation

R 153 of 255 = 60%
G 62 of 255 = 24%
B 46 of 255 = 18%

153
62
46

R + G + B ~ 34%. #993E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 62 + 46 = 261 (100%)
R 153 of 261 ~ 58.62%
G 62 of 261 ~ 23.75%
B 46 of 261 ~ 17.62'%

%58.62
%23.75
%17.62

CMYK color model

#993E2E color CMYK value is (0,59,70,40).

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

CMYK: (0,59,70,40)
C0M59Y70K40 (0%, 59%, 70%, 40%)
(0.00 / 0.59 / 0.70 / 0.40)

CMYK percentages

%0
%59.48
%69.93
%40

Codes

Color #993E2E in popluar color models

99 3E 2E
RGB 153 62 46
HSL 53.77% 39.02%
HSB/HSV 69.93% 60.00%
CMYK 0.00% 59.48% 69.93%
40.00%

Color #993E2E in popluar number systems.

HEX 99 3E 2E
Decimal 153 62 46
Binary 10011001 111110 101110
Octal 231 76 56

Shades and tints

Shades of #993E2E

#993E2E
(153,62,46)
#8C392A
(140,57,42)
#7F3426
(127,52,38)
#722F22
(114,47,34)
#652A1E
(101,42,30)
#58251A
(88,37,26)
#4B2016
(75,32,22)
#3E1B12
(62,27,18)
#31160E
(49,22,14)
#24110A
(36,17,10)
#170C06
(23,12,6)
#000000
(0,0,0)

Tints of #993E2E

#993E2E
(153,62,46)
#A24F41
(162,79,65)
#AB6054
(171,96,84)
#B47167
(180,113,103)
#BD827A
(189,130,122)
#C6938D
(198,147,141)
#CFA4A0
(207,164,160)
#D8B5B3
(216,181,179)
#E1C6C6
(225,198,198)
#EAD7D9
(234,215,217)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993E2E; }

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

This text font color is #993E2E.

Background Color

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

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

This div background color is #993E2E.

Border color

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

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

This div border color is #993E2E.

Opacity

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

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

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

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

This text has shadow with #993E2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #993E2E.

Preview

Color preview on black background

This text has color #993E2E on black background.


Color preview on white background

This text has color #993E2E on white background.


Black color preview on #993E2E background

This text has black color on #993E2E background.


White color preview on #993E2E background

This text has white color on #993E2E background.


Related colors

Complementary color

Complementary color for #hex is #66C1D1.


I love getcolorcode.com

Triadic colors

1 #2E993E and #3E2E99 with #993E2E are triadic colors.

2 #2E3E99 and #3E992E with #993E2E are triadic colors.