COLOR #993E45

HEX: #993E45
RGB: (153,62,69)

Color info

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

RGB color model

#993E45 color RGB value is (153,62,69).

  • red value is 153;
  • green value is 62;
  • blue value is 69.
RGB:
(153,62,69)
(60%,24%,27%)

RGB channels and saturation

R 153 of 255 = 60%
G 62 of 255 = 24%
B 69 of 255 = 27%

153
62
69

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

Portions of RGB colors in percentages

R + G + B =
153 + 62 + 69 = 284 (100%)
R 153 of 284 ~ 53.87%
G 62 of 284 ~ 21.83%
B 69 of 284 ~ 24.3%

%53.87
%21.83
%24.3

CMYK color model

#993E45 color CMYK value is (0,59,55,40).

  • cyan value is 0.00%
  • magenta value is 59.48%
  • yellow value is 54.90%
  • key color value is 40.00%
CMYK:
(0,59,55,40)
C0M59Y55K40 
(0%,59%,55%,40%)
(0.00/0.59/0.55/0.40)	

CMYK percentages

%0
%59.48
%54.9
%40

Codes

Color #993E45 in popluar color models

993E45
RGB1536269
HSL355°42.33%42.16%
HSB/HSV355°59.48%60.00%
CMYK0.00%59.48%54.90%
40.00%

Color #993E45 in popluar number systems.

HEX993E45
Decimal1536269
Binary100110011111101000101
Octal23176105

Shades and tints

Shades of #993E45

#993E45
(153,62,69)
#8C393F
(140,57,63)
#7F3439
(127,52,57)
#722F33
(114,47,51)
#652A2D
(101,42,45)
#582527
(88,37,39)
#4B2021
(75,32,33)
#3E1B1B
(62,27,27)
#311615
(49,22,21)
#24110F
(36,17,15)
#170C09
(23,12,9)
#000000
(0,0,0)

Tints of #993E45

#993E45
(153,62,69)
#A24F55
(162,79,85)
#AB6065
(171,96,101)
#B47175
(180,113,117)
#BD8285
(189,130,133)
#C69395
(198,147,149)
#CFA4A5
(207,164,165)
#D8B5B5
(216,181,181)
#E1C6C5
(225,198,197)
#EAD7D5
(234,215,213)
#F3E8E5
(243,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993E45; }

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

This text font color is #993E45.


Background Color

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

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

This div background color is #993E45.


Border color

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

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

This div border color is #993E45.


Opacity

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

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

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

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

This text has shadow with #993E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993E45 on black background.


Color preview on white background

This text has color #993E45 on white background.



Black color preview on #993E45 background

This text has black color on #993E45 background.


White color preview on #993E45 background

This text has white color on #993E45 background.