COLOR #7C294A

HEX: #7C294A
RGB: (124,41,74)

Color info

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

RGB color model

#7C294A color RGB value is (124,41,74).

  • red value is 124;
  • green value is 41;
  • blue value is 74.
RGB:
(124,41,74)
(49%,16%,29%)

RGB channels and saturation

R 124 of 255 = 49%
G 41 of 255 = 16%
B 74 of 255 = 29%

124
41
74

R + G + B ~ 31%. #7C294A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 41 + 74 = 239 (100%)
R 124 of 239 ~ 51.88%
G 41 of 239 ~ 17.15%
B 74 of 239 ~ 30.96%

%51.88
%17.15
%30.96

CMYK color model

#7C294A color CMYK value is (0,67,40,51).

  • cyan value is 0.00%
  • magenta value is 66.94%
  • yellow value is 40.32%
  • key color value is 51.37%
CMYK:
(0,67,40,51)
C0M67Y40K51 
(0%,67%,40%,51%)
(0.00/0.67/0.40/0.51)	

CMYK percentages

%0
%66.94
%40.32
%51.37

Codes

Color #7C294A in popluar color models

7C294A
RGB1244174
HSL336°50.30%32.35%
HSB/HSV336°66.94%48.63%
CMYK0.00%66.94%40.32%
51.37%

Color #7C294A in popluar number systems.

HEX7C294A
Decimal1244174
Binary11111001010011001010
Octal17451112

Shades and tints

Shades of #7C294A

#7C294A
(124,41,74)
#712644
(113,38,68)
#66233E
(102,35,62)
#5B2038
(91,32,56)
#501D32
(80,29,50)
#451A2C
(69,26,44)
#3A1726
(58,23,38)
#2F1420
(47,20,32)
#24111A
(36,17,26)
#190E14
(25,14,20)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #7C294A

#7C294A
(124,41,74)
#873C5A
(135,60,90)
#924F6A
(146,79,106)
#9D627A
(157,98,122)
#A8758A
(168,117,138)
#B3889A
(179,136,154)
#BE9BAA
(190,155,170)
#C9AEBA
(201,174,186)
#D4C1CA
(212,193,202)
#DFD4DA
(223,212,218)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C294A color. Also use rgb(124,41,74) instead hex code.

Text Font Color

.myTextColor { color: #7C294A; }

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

This text font color is #7C294A.


Background Color

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

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

This div background color is #7C294A.


Border color

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

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

This div border color is #7C294A.


Opacity

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

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

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

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

This text has shadow with #7C294A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C294A on black background.


Color preview on white background

This text has color #7C294A on white background.



Black color preview on #7C294A background

This text has black color on #7C294A background.


White color preview on #7C294A background

This text has white color on #7C294A background.