COLOR #993A6A

HEX: #993A6A
RGB: (153,58,106)

Color info

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

RGB color model

#993A6A color RGB value is (153,58,106).

  • red value is 153;
  • green value is 58;
  • blue value is 106.
RGB:
(153,58,106)
(60%,23%,42%)

RGB channels and saturation

R 153 of 255 = 60%
G 58 of 255 = 23%
B 106 of 255 = 42%

153
58
106

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

Portions of RGB colors in percentages

R + G + B =
153 + 58 + 106 = 317 (100%)
R 153 of 317 ~ 48.26%
G 58 of 317 ~ 18.3%
B 106 of 317 ~ 33.44%

%48.26
%18.3
%33.44

CMYK color model

#993A6A color CMYK value is (0,62,31,40).

  • cyan value is 0.00%
  • magenta value is 62.09%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK:
(0,62,31,40)
C0M62Y31K40 
(0%,62%,31%,40%)
(0.00/0.62/0.31/0.40)	

CMYK percentages

%0
%62.09
%30.72
%40

Codes

Color #993A6A in popluar color models

993A6A
RGB15358106
HSL330°45.02%41.37%
HSB/HSV330°62.09%60.00%
CMYK0.00%62.09%30.72%
40.00%

Color #993A6A in popluar number systems.

HEX993A6A
Decimal15358106
Binary100110011110101101010
Octal23172152

Shades and tints

Shades of #993A6A

#993A6A
(153,58,106)
#8C3561
(140,53,97)
#7F3058
(127,48,88)
#722B4F
(114,43,79)
#652646
(101,38,70)
#58213D
(88,33,61)
#4B1C34
(75,28,52)
#3E172B
(62,23,43)
#311222
(49,18,34)
#240D19
(36,13,25)
#170810
(23,8,16)
#000000
(0,0,0)

Tints of #993A6A

#993A6A
(153,58,106)
#A24B77
(162,75,119)
#AB5C84
(171,92,132)
#B46D91
(180,109,145)
#BD7E9E
(189,126,158)
#C68FAB
(198,143,171)
#CFA0B8
(207,160,184)
#D8B1C5
(216,177,197)
#E1C2D2
(225,194,210)
#EAD3DF
(234,211,223)
#F3E4EC
(243,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993A6A color. Also use rgb(153,58,106) instead hex code.

Text Font Color

.myTextColor { color: #993A6A; }

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

This text font color is #993A6A.


Background Color

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

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

This div background color is #993A6A.


Border color

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

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

This div border color is #993A6A.


Opacity

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

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

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

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

This text has shadow with #993A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993A6A on black background.


Color preview on white background

This text has color #993A6A on white background.



Black color preview on #993A6A background

This text has black color on #993A6A background.


White color preview on #993A6A background

This text has white color on #993A6A background.