COLOR #992B5E

HEX: #992B5E
RGB: (153,43,94)

Color info

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

RGB color model

#992B5E color RGB value is (153,43,94).

  • red value is 153;
  • green value is 43;
  • blue value is 94.
RGB:
(153,43,94)
(60%,17%,37%)

RGB channels and saturation

R 153 of 255 = 60%
G 43 of 255 = 17%
B 94 of 255 = 37%

153
43
94

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

Portions of RGB colors in percentages

R + G + B =
153 + 43 + 94 = 290 (100%)
R 153 of 290 ~ 52.76%
G 43 of 290 ~ 14.83%
B 94 of 290 ~ 32.41%

%52.76
%14.83
%32.41

CMYK color model

#992B5E color CMYK value is (0,72,39,40).

  • cyan value is 0.00%
  • magenta value is 71.90%
  • yellow value is 38.56%
  • key color value is 40.00%
CMYK:
(0,72,39,40)
C0M72Y39K40 
(0%,72%,39%,40%)
(0.00/0.72/0.39/0.40)	

CMYK percentages

%0
%71.9
%38.56
%40

Codes

Color #992B5E in popluar color models

992B5E
RGB1534394
HSL332°56.12%38.43%
HSB/HSV332°71.90%60.00%
CMYK0.00%71.90%38.56%
40.00%

Color #992B5E in popluar number systems.

HEX992B5E
Decimal1534394
Binary100110011010111011110
Octal23153136

Shades and tints

Shades of #992B5E

#992B5E
(153,43,94)
#8C2856
(140,40,86)
#7F254E
(127,37,78)
#722246
(114,34,70)
#651F3E
(101,31,62)
#581C36
(88,28,54)
#4B192E
(75,25,46)
#3E1626
(62,22,38)
#31131E
(49,19,30)
#241016
(36,16,22)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #992B5E

#992B5E
(153,43,94)
#A23E6C
(162,62,108)
#AB517A
(171,81,122)
#B46488
(180,100,136)
#BD7796
(189,119,150)
#C68AA4
(198,138,164)
#CF9DB2
(207,157,178)
#D8B0C0
(216,176,192)
#E1C3CE
(225,195,206)
#EAD6DC
(234,214,220)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #992B5E color. Also use rgb(153,43,94) instead hex code.

Text Font Color

.myTextColor { color: #992B5E; }

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

This text font color is #992B5E.


Background Color

.myBgColor { background-color: #992B5E; }

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

This div background color is #992B5E.


Border color

.myBorderColor { border: 1px solid #992B5E; }

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

This div border color is #992B5E.


Opacity

.myOpacity80 { color: #992B5E; opacity: 0.8; }

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

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

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

This text has shadow with #992B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #992B5E on black background.


Color preview on white background

This text has color #992B5E on white background.



Black color preview on #992B5E background

This text has black color on #992B5E background.


White color preview on #992B5E background

This text has white color on #992B5E background.