COLOR #7C2D48

HEX: #7C2D48
RGB: (124,45,72)

Color info

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

RGB color model

#7C2D48 color RGB value is (124,45,72).

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

RGB channels and saturation

R 124 of 255 = 49%
G 45 of 255 = 18%
B 72 of 255 = 28%

124
45
72

R + G + B ~ 32%. #7C2D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 45 + 72 = 241 (100%)
R 124 of 241 ~ 51.45%
G 45 of 241 ~ 18.67%
B 72 of 241 ~ 29.88%

%51.45
%18.67
%29.88

CMYK color model

#7C2D48 color CMYK value is (0,64,42,51).

  • cyan value is 0.00%
  • magenta value is 63.71%
  • yellow value is 41.94%
  • key color value is 51.37%
CMYK:
(0,64,42,51)
C0M64Y42K51 
(0%,64%,42%,51%)
(0.00/0.64/0.42/0.51)	

CMYK percentages

%0
%63.71
%41.94
%51.37

Codes

Color #7C2D48 in popluar color models

7C2D48
RGB1244572
HSL339°46.75%33.14%
HSB/HSV339°63.71%48.63%
CMYK0.00%63.71%41.94%
51.37%

Color #7C2D48 in popluar number systems.

HEX7C2D48
Decimal1244572
Binary11111001011011001000
Octal17455110

Shades and tints

Shades of #7C2D48

#7C2D48
(124,45,72)
#712942
(113,41,66)
#66253C
(102,37,60)
#5B2136
(91,33,54)
#501D30
(80,29,48)
#45192A
(69,25,42)
#3A1524
(58,21,36)
#2F111E
(47,17,30)
#240D18
(36,13,24)
#190912
(25,9,18)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #7C2D48

#7C2D48
(124,45,72)
#874058
(135,64,88)
#925368
(146,83,104)
#9D6678
(157,102,120)
#A87988
(168,121,136)
#B38C98
(179,140,152)
#BE9FA8
(190,159,168)
#C9B2B8
(201,178,184)
#D4C5C8
(212,197,200)
#DFD8D8
(223,216,216)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C2D48; }

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

This text font color is #7C2D48.


Background Color

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

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

This div background color is #7C2D48.


Border color

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

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

This div border color is #7C2D48.


Opacity

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

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

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

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

This text has shadow with #7C2D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2D48 on black background.


Color preview on white background

This text has color #7C2D48 on white background.



Black color preview on #7C2D48 background

This text has black color on #7C2D48 background.


White color preview on #7C2D48 background

This text has white color on #7C2D48 background.