COLOR #993E67

HEX: #993E67
RGB: (153,62,103)

Color info

#993E67 contains mainly red and blue colors. Web safe color of #993E67 is #993366 (or #936).

RGB color model

#993E67 color RGB value is (153,62,103).

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

RGB channels and saturation

R 153 of 255 = 60%
G 62 of 255 = 24%
B 103 of 255 = 40%

153
62
103

R + G + B ~ 41%. #993E67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 62 + 103 = 318 (100%)
R 153 of 318 ~ 48.11%
G 62 of 318 ~ 19.5%
B 103 of 318 ~ 32.39%

%48.11
%19.5
%32.39

CMYK color model

#993E67 color CMYK value is (0,59,33,40).

  • cyan value is 0.00%
  • magenta value is 59.48%
  • yellow value is 32.68%
  • key color value is 40.00%
CMYK:
(0,59,33,40)
C0M59Y33K40 
(0%,59%,33%,40%)
(0.00/0.59/0.33/0.40)	

CMYK percentages

%0
%59.48
%32.68
%40

Codes

Color #993E67 in popluar color models

993E67
RGB15362103
HSL333°42.33%42.16%
HSB/HSV333°59.48%60.00%
CMYK0.00%59.48%32.68%
40.00%

Color #993E67 in popluar number systems.

HEX993E67
Decimal15362103
Binary100110011111101100111
Octal23176147

Shades and tints

Shades of #993E67

#993E67
(153,62,103)
#8C395E
(140,57,94)
#7F3455
(127,52,85)
#722F4C
(114,47,76)
#652A43
(101,42,67)
#58253A
(88,37,58)
#4B2031
(75,32,49)
#3E1B28
(62,27,40)
#31161F
(49,22,31)
#241116
(36,17,22)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #993E67

#993E67
(153,62,103)
#A24F74
(162,79,116)
#AB6081
(171,96,129)
#B4718E
(180,113,142)
#BD829B
(189,130,155)
#C693A8
(198,147,168)
#CFA4B5
(207,164,181)
#D8B5C2
(216,181,194)
#E1C6CF
(225,198,207)
#EAD7DC
(234,215,220)
#F3E8E9
(243,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993E67; }

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

This text font color is #993E67.


Background Color

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

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

This div background color is #993E67.


Border color

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

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

This div border color is #993E67.


Opacity

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

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

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

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

This text has shadow with #993E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993E67 on black background.


Color preview on white background

This text has color #993E67 on white background.



Black color preview on #993E67 background

This text has black color on #993E67 background.


White color preview on #993E67 background

This text has white color on #993E67 background.