COLOR #7C214D

HEX: #7C214D
RGB: (124,33,77)

Color info

#7C214D contains mainly red and blue colors. Web safe color of #7C214D is #663333 (or #633).

RGB color model

#7C214D color RGB value is (124,33,77).

  • red value is 124;
  • green value is 33;
  • blue value is 77.
RGB:
(124,33,77)
(49%,13%,30%)

RGB channels and saturation

R 124 of 255 = 49%
G 33 of 255 = 13%
B 77 of 255 = 30%

124
33
77

R + G + B ~ 31%. #7C214D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 33 + 77 = 234 (100%)
R 124 of 234 ~ 52.99%
G 33 of 234 ~ 14.1%
B 77 of 234 ~ 32.91%

%52.99
%14.1
%32.91

CMYK color model

#7C214D color CMYK value is (0,73,38,51).

  • cyan value is 0.00%
  • magenta value is 73.39%
  • yellow value is 37.90%
  • key color value is 51.37%
CMYK:
(0,73,38,51)
C0M73Y38K51 
(0%,73%,38%,51%)
(0.00/0.73/0.38/0.51)	

CMYK percentages

%0
%73.39
%37.9
%51.37

Codes

Color #7C214D in popluar color models

7C214D
RGB1243377
HSL331°57.96%30.78%
HSB/HSV331°73.39%48.63%
CMYK0.00%73.39%37.90%
51.37%

Color #7C214D in popluar number systems.

HEX7C214D
Decimal1243377
Binary11111001000011001101
Octal17441115

Shades and tints

Shades of #7C214D

#7C214D
(124,33,77)
#711E46
(113,30,70)
#661B3F
(102,27,63)
#5B1838
(91,24,56)
#501531
(80,21,49)
#45122A
(69,18,42)
#3A0F23
(58,15,35)
#2F0C1C
(47,12,28)
#240915
(36,9,21)
#19060E
(25,6,14)
#0E0307
(14,3,7)
#000000
(0,0,0)

Tints of #7C214D

#7C214D
(124,33,77)
#87355D
(135,53,93)
#92496D
(146,73,109)
#9D5D7D
(157,93,125)
#A8718D
(168,113,141)
#B3859D
(179,133,157)
#BE99AD
(190,153,173)
#C9ADBD
(201,173,189)
#D4C1CD
(212,193,205)
#DFD5DD
(223,213,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C214D color. Also use rgb(124,33,77) instead hex code.

Text Font Color

.myTextColor { color: #7C214D; }

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

This text font color is #7C214D.


Background Color

.myBgColor { background-color: #7C214D; }

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

This div background color is #7C214D.


Border color

.myBorderColor { border: 1px solid #7C214D; }

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

This div border color is #7C214D.


Opacity

.myOpacity80 { color: #7C214D; opacity: 0.8; }

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

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

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

This text has shadow with #7C214D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C214D on black background.


Color preview on white background

This text has color #7C214D on white background.



Black color preview on #7C214D background

This text has black color on #7C214D background.


White color preview on #7C214D background

This text has white color on #7C214D background.