COLOR #7C2F47

HEX: #7C2F47
RGB: (124,47,71)

Color info

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

RGB color model

#7C2F47 color RGB value is (124,47,71).

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

RGB channels and saturation

R 124 of 255 = 49%
G 47 of 255 = 18%
B 71 of 255 = 28%

124
47
71

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

Portions of RGB colors in percentages

R + G + B =
124 + 47 + 71 = 242 (100%)
R 124 of 242 ~ 51.24%
G 47 of 242 ~ 19.42%
B 71 of 242 ~ 29.34%

%51.24
%19.42
%29.34

CMYK color model

#7C2F47 color CMYK value is (0,62,43,51).

  • cyan value is 0.00%
  • magenta value is 62.10%
  • yellow value is 42.74%
  • key color value is 51.37%
CMYK:
(0,62,43,51)
C0M62Y43K51 
(0%,62%,43%,51%)
(0.00/0.62/0.43/0.51)	

CMYK percentages

%0
%62.1
%42.74
%51.37

Codes

Color #7C2F47 in popluar color models

7C2F47
RGB1244771
HSL341°45.03%33.53%
HSB/HSV341°62.10%48.63%
CMYK0.00%62.10%42.74%
51.37%

Color #7C2F47 in popluar number systems.

HEX7C2F47
Decimal1244771
Binary11111001011111000111
Octal17457107

Shades and tints

Shades of #7C2F47

#7C2F47
(124,47,71)
#712B41
(113,43,65)
#66273B
(102,39,59)
#5B2335
(91,35,53)
#501F2F
(80,31,47)
#451B29
(69,27,41)
#3A1723
(58,23,35)
#2F131D
(47,19,29)
#240F17
(36,15,23)
#190B11
(25,11,17)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #7C2F47

#7C2F47
(124,47,71)
#874157
(135,65,87)
#925367
(146,83,103)
#9D6577
(157,101,119)
#A87787
(168,119,135)
#B38997
(179,137,151)
#BE9BA7
(190,155,167)
#C9ADB7
(201,173,183)
#D4BFC7
(212,191,199)
#DFD1D7
(223,209,215)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2F47 color. Also use rgb(124,47,71) instead hex code.

Text Font Color

.myTextColor { color: #7C2F47; }

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

This text font color is #7C2F47.


Background Color

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

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

This div background color is #7C2F47.


Border color

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

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

This div border color is #7C2F47.


Opacity

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

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

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

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

This text has shadow with #7C2F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2F47 on black background.


Color preview on white background

This text has color #7C2F47 on white background.



Black color preview on #7C2F47 background

This text has black color on #7C2F47 background.


White color preview on #7C2F47 background

This text has white color on #7C2F47 background.