COLOR #992C6B

HEX: #992C6B
RGB: (153,44,107)

Color info

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

RGB color model

#992C6B color RGB value is (153,44,107).

  • red value is 153;
  • green value is 44;
  • blue value is 107.
RGB:
(153,44,107)
(60%,17%,42%)

RGB channels and saturation

R 153 of 255 = 60%
G 44 of 255 = 17%
B 107 of 255 = 42%

153
44
107

R + G + B ~ 40%. #992C6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 44 + 107 = 304 (100%)
R 153 of 304 ~ 50.33%
G 44 of 304 ~ 14.47%
B 107 of 304 ~ 35.2%

%50.33
%14.47
%35.2

CMYK color model

#992C6B color CMYK value is (0,71,30,40).

  • cyan value is 0.00%
  • magenta value is 71.24%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(0,71,30,40)
C0M71Y30K40 
(0%,71%,30%,40%)
(0.00/0.71/0.30/0.40)	

CMYK percentages

%0
%71.24
%30.07
%40

Codes

Color #992C6B in popluar color models

992C6B
RGB15344107
HSL325°55.33%38.63%
HSB/HSV325°71.24%60.00%
CMYK0.00%71.24%30.07%
40.00%

Color #992C6B in popluar number systems.

HEX992C6B
Decimal15344107
Binary100110011011001101011
Octal23154153

Shades and tints

Shades of #992C6B

#992C6B
(153,44,107)
#8C2862
(140,40,98)
#7F2459
(127,36,89)
#722050
(114,32,80)
#651C47
(101,28,71)
#58183E
(88,24,62)
#4B1435
(75,20,53)
#3E102C
(62,16,44)
#310C23
(49,12,35)
#24081A
(36,8,26)
#170411
(23,4,17)
#000000
(0,0,0)

Tints of #992C6B

#992C6B
(153,44,107)
#A23F78
(162,63,120)
#AB5285
(171,82,133)
#B46592
(180,101,146)
#BD789F
(189,120,159)
#C68BAC
(198,139,172)
#CF9EB9
(207,158,185)
#D8B1C6
(216,177,198)
#E1C4D3
(225,196,211)
#EAD7E0
(234,215,224)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #992C6B color. Also use rgb(153,44,107) instead hex code.

Text Font Color

.myTextColor { color: #992C6B; }

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

This text font color is #992C6B.


Background Color

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

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

This div background color is #992C6B.


Border color

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

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

This div border color is #992C6B.


Opacity

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

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

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

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

This text has shadow with #992C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #992C6B on black background.


Color preview on white background

This text has color #992C6B on white background.



Black color preview on #992C6B background

This text has black color on #992C6B background.


White color preview on #992C6B background

This text has white color on #992C6B background.