COLOR #993F67

HEX: #993F67
RGB: (153,63,103)

Color info

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

RGB color model

#993F67 color RGB value is (153,63,103).

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

RGB channels and saturation

R 153 of 255 = 60%
G 63 of 255 = 25%
B 103 of 255 = 40%

153
63
103

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

Portions of RGB colors in percentages

R + G + B =
153 + 63 + 103 = 319 (100%)
R 153 of 319 ~ 47.96%
G 63 of 319 ~ 19.75%
B 103 of 319 ~ 32.29%

%47.96
%19.75
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.82%
  • 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
%58.82
%32.68
%40

Codes

Color #993F67 in popluar color models

993F67
RGB15363103
HSL333°41.67%42.35%
HSB/HSV333°58.82%60.00%
CMYK0.00%58.82%32.68%
40.00%

Color #993F67 in popluar number systems.

HEX993F67
Decimal15363103
Binary100110011111111100111
Octal23177147

Shades and tints

Shades of #993F67

#993F67
(153,63,103)
#8C3A5E
(140,58,94)
#7F3555
(127,53,85)
#72304C
(114,48,76)
#652B43
(101,43,67)
#58263A
(88,38,58)
#4B2131
(75,33,49)
#3E1C28
(62,28,40)
#31171F
(49,23,31)
#241216
(36,18,22)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #993F67

#993F67
(153,63,103)
#A25074
(162,80,116)
#AB6181
(171,97,129)
#B4728E
(180,114,142)
#BD839B
(189,131,155)
#C694A8
(198,148,168)
#CFA5B5
(207,165,181)
#D8B6C2
(216,182,194)
#E1C7CF
(225,199,207)
#EAD8DC
(234,216,220)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993F67; }

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

This text font color is #993F67.


Background Color

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

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

This div background color is #993F67.


Border color

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

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

This div border color is #993F67.


Opacity

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

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

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

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

This text has shadow with #993F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993F67 on black background.


Color preview on white background

This text has color #993F67 on white background.



Black color preview on #993F67 background

This text has black color on #993F67 background.


White color preview on #993F67 background

This text has white color on #993F67 background.