COLOR #7C1F48

HEX: #7C1F48
RGB: (124,31,72)

Color info

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

RGB color model

#7C1F48 color RGB value is (124,31,72).

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

RGB channels and saturation

R 124 of 255 = 49%
G 31 of 255 = 12%
B 72 of 255 = 28%

124
31
72

R + G + B ~ 30%. #7C1F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 31 + 72 = 227 (100%)
R 124 of 227 ~ 54.63%
G 31 of 227 ~ 13.66%
B 72 of 227 ~ 31.72%

%54.63
%13.66
%31.72

CMYK color model

#7C1F48 color CMYK value is (0,75,42,51).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 41.94%
  • key color value is 51.37%
CMYK:
(0,75,42,51)
C0M75Y42K51 
(0%,75%,42%,51%)
(0.00/0.75/0.42/0.51)	

CMYK percentages

%0
%75
%41.94
%51.37

Codes

Color #7C1F48 in popluar color models

7C1F48
RGB1243172
HSL334°60.00%30.39%
HSB/HSV334°75.00%48.63%
CMYK0.00%75.00%41.94%
51.37%

Color #7C1F48 in popluar number systems.

HEX7C1F48
Decimal1243172
Binary1111100111111001000
Octal17437110

Shades and tints

Shades of #7C1F48

#7C1F48
(124,31,72)
#711D42
(113,29,66)
#661B3C
(102,27,60)
#5B1936
(91,25,54)
#501730
(80,23,48)
#45152A
(69,21,42)
#3A1324
(58,19,36)
#2F111E
(47,17,30)
#240F18
(36,15,24)
#190D12
(25,13,18)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #7C1F48

#7C1F48
(124,31,72)
#873358
(135,51,88)
#924768
(146,71,104)
#9D5B78
(157,91,120)
#A86F88
(168,111,136)
#B38398
(179,131,152)
#BE97A8
(190,151,168)
#C9ABB8
(201,171,184)
#D4BFC8
(212,191,200)
#DFD3D8
(223,211,216)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1F48; }

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

This text font color is #7C1F48.


Background Color

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

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

This div background color is #7C1F48.


Border color

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

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

This div border color is #7C1F48.


Opacity

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

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

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

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

This text has shadow with #7C1F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1F48 on black background.


Color preview on white background

This text has color #7C1F48 on white background.



Black color preview on #7C1F48 background

This text has black color on #7C1F48 background.


White color preview on #7C1F48 background

This text has white color on #7C1F48 background.