COLOR #993E66

HEX: #993E66 RGB: (153,62,102)

Color info

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

RGB color model

#993E66 color RGB value is (153,62,102).

RGB: (153,62,102) (60%, 24%, 40%)

RGB channels and saturation

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

153
62
102

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

Portions of RGB colors in percentages

R + G + B = 153 + 62 + 102 = 317 (100%)
R 153 of 317 ~ 48.26%
G 62 of 317 ~ 19.56%
B 102 of 317 ~ 32.18'%

%48.26
%19.56
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.48%
  • yellow value is 33.33%
  • 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
%33.33
%40

Codes

Color #993E66 in popluar color models

99 3E 66
RGB 153 62 102
HSL 334° 42.33% 42.16%
HSB/HSV 334° 59.48% 60.00%
CMYK 0.00% 59.48% 33.33%
40.00%

Color #993E66 in popluar number systems.

HEX 99 3E 66
Decimal 153 62 102
Binary 10011001 111110 1100110
Octal 231 76 146

Shades and tints

Shades of #993E66

#993E66
(153,62,102)
#8C395D
(140,57,93)
#7F3454
(127,52,84)
#722F4B
(114,47,75)
#652A42
(101,42,66)
#582539
(88,37,57)
#4B2030
(75,32,48)
#3E1B27
(62,27,39)
#31161E
(49,22,30)
#241115
(36,17,21)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #993E66

#993E66
(153,62,102)
#A24F73
(162,79,115)
#AB6080
(171,96,128)
#B4718D
(180,113,141)
#BD829A
(189,130,154)
#C693A7
(198,147,167)
#CFA4B4
(207,164,180)
#D8B5C1
(216,181,193)
#E1C6CE
(225,198,206)
#EAD7DB
(234,215,219)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993E66; }

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

This text font color is #993E66.

Background Color

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

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

This div background color is #993E66.

Border color

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

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

This div border color is #993E66.

Opacity

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

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

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

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

This text has shadow with #993E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #993E66.

Preview

Color preview on black background

This text has color #993E66 on black background.


Color preview on white background

This text has color #993E66 on white background.


Black color preview on #993E66 background

This text has black color on #993E66 background.


White color preview on #993E66 background

This text has white color on #993E66 background.


Related colors

Complementary color

Complementary color for #hex is #66C199.


I love getcolorcode.com

Triadic colors

1 #66993E and #3E6699 with #993E66 are triadic colors.

2 #663E99 and #3E9966 with #993E66 are triadic colors.