COLOR #7C2048

HEX: #7C2048
RGB: (124,32,72)

Color info

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

RGB color model

#7C2048 color RGB value is (124,32,72).

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

RGB channels and saturation

R 124 of 255 = 49%
G 32 of 255 = 13%
B 72 of 255 = 28%

124
32
72

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

Portions of RGB colors in percentages

R + G + B =
124 + 32 + 72 = 228 (100%)
R 124 of 228 ~ 54.39%
G 32 of 228 ~ 14.04%
B 72 of 228 ~ 31.58%

%54.39
%14.04
%31.58

CMYK color model

#7C2048 color CMYK value is (0,74,42,51).

  • cyan value is 0.00%
  • magenta value is 74.19%
  • yellow value is 41.94%
  • key color value is 51.37%
CMYK:
(0,74,42,51)
C0M74Y42K51 
(0%,74%,42%,51%)
(0.00/0.74/0.42/0.51)	

CMYK percentages

%0
%74.19
%41.94
%51.37

Codes

Color #7C2048 in popluar color models

7C2048
RGB1243272
HSL334°58.97%30.59%
HSB/HSV334°74.19%48.63%
CMYK0.00%74.19%41.94%
51.37%

Color #7C2048 in popluar number systems.

HEX7C2048
Decimal1243272
Binary11111001000001001000
Octal17440110

Shades and tints

Shades of #7C2048

#7C2048
(124,32,72)
#711E42
(113,30,66)
#661C3C
(102,28,60)
#5B1A36
(91,26,54)
#501830
(80,24,48)
#45162A
(69,22,42)
#3A1424
(58,20,36)
#2F121E
(47,18,30)
#241018
(36,16,24)
#190E12
(25,14,18)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #7C2048

#7C2048
(124,32,72)
#873458
(135,52,88)
#924868
(146,72,104)
#9D5C78
(157,92,120)
#A87088
(168,112,136)
#B38498
(179,132,152)
#BE98A8
(190,152,168)
#C9ACB8
(201,172,184)
#D4C0C8
(212,192,200)
#DFD4D8
(223,212,216)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C2048; }

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

This text font color is #7C2048.


Background Color

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

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

This div background color is #7C2048.


Border color

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

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

This div border color is #7C2048.


Opacity

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

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

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

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

This text has shadow with #7C2048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2048 on black background.


Color preview on white background

This text has color #7C2048 on white background.



Black color preview on #7C2048 background

This text has black color on #7C2048 background.


White color preview on #7C2048 background

This text has white color on #7C2048 background.