COLOR #7C1948

HEX: #7C1948
RGB: (124,25,72)

Color info

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

RGB color model

#7C1948 color RGB value is (124,25,72).

  • red value is 124;
  • green value is 25;
  • blue value is 72.
RGB:
(124,25,72)
(49%,10%,28%)

RGB channels and saturation

R 124 of 255 = 49%
G 25 of 255 = 10%
B 72 of 255 = 28%

124
25
72

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

Portions of RGB colors in percentages

R + G + B =
124 + 25 + 72 = 221 (100%)
R 124 of 221 ~ 56.11%
G 25 of 221 ~ 11.31%
B 72 of 221 ~ 32.58%

%56.11
%11.31
%32.58

CMYK color model

#7C1948 color CMYK value is (0,80,42,51).

  • cyan value is 0.00%
  • magenta value is 79.84%
  • yellow value is 41.94%
  • key color value is 51.37%
CMYK:
(0,80,42,51)
C0M80Y42K51 
(0%,80%,42%,51%)
(0.00/0.80/0.42/0.51)	

CMYK percentages

%0
%79.84
%41.94
%51.37

Codes

Color #7C1948 in popluar color models

7C1948
RGB1242572
HSL332°66.44%29.22%
HSB/HSV332°79.84%48.63%
CMYK0.00%79.84%41.94%
51.37%

Color #7C1948 in popluar number systems.

HEX7C1948
Decimal1242572
Binary1111100110011001000
Octal17431110

Shades and tints

Shades of #7C1948

#7C1948
(124,25,72)
#711742
(113,23,66)
#66153C
(102,21,60)
#5B1336
(91,19,54)
#501130
(80,17,48)
#450F2A
(69,15,42)
#3A0D24
(58,13,36)
#2F0B1E
(47,11,30)
#240918
(36,9,24)
#190712
(25,7,18)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #7C1948

#7C1948
(124,25,72)
#872D58
(135,45,88)
#924168
(146,65,104)
#9D5578
(157,85,120)
#A86988
(168,105,136)
#B37D98
(179,125,152)
#BE91A8
(190,145,168)
#C9A5B8
(201,165,184)
#D4B9C8
(212,185,200)
#DFCDD8
(223,205,216)
#EAE1E8
(234,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C1948 color. Also use rgb(124,25,72) instead hex code.

Text Font Color

.myTextColor { color: #7C1948; }

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

This text font color is #7C1948.


Background Color

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

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

This div background color is #7C1948.


Border color

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

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

This div border color is #7C1948.


Opacity

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

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

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

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

This text has shadow with #7C1948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1948 on black background.


Color preview on white background

This text has color #7C1948 on white background.



Black color preview on #7C1948 background

This text has black color on #7C1948 background.


White color preview on #7C1948 background

This text has white color on #7C1948 background.