COLOR #7C1A49

HEX: #7C1A49
RGB: (124,26,73)

Color info

#7C1A49 contains mainly red and blue colors. Web safe color of #7C1A49 is #660033 (or #603).

RGB color model

#7C1A49 color RGB value is (124,26,73).

  • red value is 124;
  • green value is 26;
  • blue value is 73.
RGB:
(124,26,73)
(49%,10%,29%)

RGB channels and saturation

R 124 of 255 = 49%
G 26 of 255 = 10%
B 73 of 255 = 29%

124
26
73

R + G + B ~ 29%. #7C1A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 26 + 73 = 223 (100%)
R 124 of 223 ~ 55.61%
G 26 of 223 ~ 11.66%
B 73 of 223 ~ 32.74%

%55.61
%11.66
%32.74

CMYK color model

#7C1A49 color CMYK value is (0,79,41,51).

  • cyan value is 0.00%
  • magenta value is 79.03%
  • yellow value is 41.13%
  • key color value is 51.37%
CMYK:
(0,79,41,51)
C0M79Y41K51 
(0%,79%,41%,51%)
(0.00/0.79/0.41/0.51)	

CMYK percentages

%0
%79.03
%41.13
%51.37

Codes

Color #7C1A49 in popluar color models

7C1A49
RGB1242673
HSL331°65.33%29.41%
HSB/HSV331°79.03%48.63%
CMYK0.00%79.03%41.13%
51.37%

Color #7C1A49 in popluar number systems.

HEX7C1A49
Decimal1242673
Binary1111100110101001001
Octal17432111

Shades and tints

Shades of #7C1A49

#7C1A49
(124,26,73)
#711843
(113,24,67)
#66163D
(102,22,61)
#5B1437
(91,20,55)
#501231
(80,18,49)
#45102B
(69,16,43)
#3A0E25
(58,14,37)
#2F0C1F
(47,12,31)
#240A19
(36,10,25)
#190813
(25,8,19)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #7C1A49

#7C1A49
(124,26,73)
#872E59
(135,46,89)
#924269
(146,66,105)
#9D5679
(157,86,121)
#A86A89
(168,106,137)
#B37E99
(179,126,153)
#BE92A9
(190,146,169)
#C9A6B9
(201,166,185)
#D4BAC9
(212,186,201)
#DFCED9
(223,206,217)
#EAE2E9
(234,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C1A49 color. Also use rgb(124,26,73) instead hex code.

Text Font Color

.myTextColor { color: #7C1A49; }

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

This text font color is #7C1A49.


Background Color

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

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

This div background color is #7C1A49.


Border color

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

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

This div border color is #7C1A49.


Opacity

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

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

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

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

This text has shadow with #7C1A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1A49 on black background.


Color preview on white background

This text has color #7C1A49 on white background.



Black color preview on #7C1A49 background

This text has black color on #7C1A49 background.


White color preview on #7C1A49 background

This text has white color on #7C1A49 background.