COLOR #993255

HEX: #993255
RGB: (153,50,85)

Color info

#993255 contains mainly red color. Web safe color of #993255 is #993366 (or #936).

RGB color model

#993255 color RGB value is (153,50,85).

  • red value is 153;
  • green value is 50;
  • blue value is 85.
RGB:
(153,50,85)
(60%,20%,33%)

RGB channels and saturation

R 153 of 255 = 60%
G 50 of 255 = 20%
B 85 of 255 = 33%

153
50
85

R + G + B ~ 38%. #993255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 50 + 85 = 288 (100%)
R 153 of 288 ~ 53.13%
G 50 of 288 ~ 17.36%
B 85 of 288 ~ 29.51%

%53.13
%17.36
%29.51

CMYK color model

#993255 color CMYK value is (0,67,44,40).

  • cyan value is 0.00%
  • magenta value is 67.32%
  • yellow value is 44.44%
  • key color value is 40.00%
CMYK:
(0,67,44,40)
C0M67Y44K40 
(0%,67%,44%,40%)
(0.00/0.67/0.44/0.40)	

CMYK percentages

%0
%67.32
%44.44
%40

Codes

Color #993255 in popluar color models

993255
RGB1535085
HSL340°50.74%39.80%
HSB/HSV340°67.32%60.00%
CMYK0.00%67.32%44.44%
40.00%

Color #993255 in popluar number systems.

HEX993255
Decimal1535085
Binary100110011100101010101
Octal23162125

Shades and tints

Shades of #993255

#993255
(153,50,85)
#8C2E4E
(140,46,78)
#7F2A47
(127,42,71)
#722640
(114,38,64)
#652239
(101,34,57)
#581E32
(88,30,50)
#4B1A2B
(75,26,43)
#3E1624
(62,22,36)
#31121D
(49,18,29)
#240E16
(36,14,22)
#170A0F
(23,10,15)
#000000
(0,0,0)

Tints of #993255

#993255
(153,50,85)
#A24464
(162,68,100)
#AB5673
(171,86,115)
#B46882
(180,104,130)
#BD7A91
(189,122,145)
#C68CA0
(198,140,160)
#CF9EAF
(207,158,175)
#D8B0BE
(216,176,190)
#E1C2CD
(225,194,205)
#EAD4DC
(234,212,220)
#F3E6EB
(243,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993255 color. Also use rgb(153,50,85) instead hex code.

Text Font Color

.myTextColor { color: #993255; }

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

This text font color is #993255.


Background Color

.myBgColor { background-color: #993255; }

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

This div background color is #993255.


Border color

.myBorderColor { border: 1px solid #993255; }

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

This div border color is #993255.


Opacity

.myOpacity80 { color: #993255; opacity: 0.8; }

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

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

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

This text has shadow with #993255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993255 on black background.


Color preview on white background

This text has color #993255 on white background.



Black color preview on #993255 background

This text has black color on #993255 background.


White color preview on #993255 background

This text has white color on #993255 background.