COLOR #7C3A6C

HEX: #7C3A6C
RGB: (124,58,108)

Color info

#7C3A6C contains mainly red and blue colors. Web safe color of #7C3A6C is #663366 (or #636).

RGB color model

#7C3A6C color RGB value is (124,58,108).

  • red value is 124;
  • green value is 58;
  • blue value is 108.
RGB:
(124,58,108)
(49%,23%,42%)

RGB channels and saturation

R 124 of 255 = 49%
G 58 of 255 = 23%
B 108 of 255 = 42%

124
58
108

R + G + B ~ 38%. #7C3A6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 58 + 108 = 290 (100%)
R 124 of 290 ~ 42.76%
G 58 of 290 ~ 20%
B 108 of 290 ~ 37.24%

%42.76
%20
%37.24

CMYK color model

#7C3A6C color CMYK value is (0,53,13,51).

  • cyan value is 0.00%
  • magenta value is 53.23%
  • yellow value is 12.90%
  • key color value is 51.37%
CMYK:
(0,53,13,51)
C0M53Y13K51 
(0%,53%,13%,51%)
(0.00/0.53/0.13/0.51)	

CMYK percentages

%0
%53.23
%12.9
%51.37

Codes

Color #7C3A6C in popluar color models

7C3A6C
RGB12458108
HSL315°36.26%35.69%
HSB/HSV315°53.23%48.63%
CMYK0.00%53.23%12.90%
51.37%

Color #7C3A6C in popluar number systems.

HEX7C3A6C
Decimal12458108
Binary11111001110101101100
Octal17472154

Shades and tints

Shades of #7C3A6C

#7C3A6C
(124,58,108)
#713563
(113,53,99)
#66305A
(102,48,90)
#5B2B51
(91,43,81)
#502648
(80,38,72)
#45213F
(69,33,63)
#3A1C36
(58,28,54)
#2F172D
(47,23,45)
#241224
(36,18,36)
#190D1B
(25,13,27)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #7C3A6C

#7C3A6C
(124,58,108)
#874B79
(135,75,121)
#925C86
(146,92,134)
#9D6D93
(157,109,147)
#A87EA0
(168,126,160)
#B38FAD
(179,143,173)
#BEA0BA
(190,160,186)
#C9B1C7
(201,177,199)
#D4C2D4
(212,194,212)
#DFD3E1
(223,211,225)
#EAE4EE
(234,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3A6C color. Also use rgb(124,58,108) instead hex code.

Text Font Color

.myTextColor { color: #7C3A6C; }

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

This text font color is #7C3A6C.


Background Color

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

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

This div background color is #7C3A6C.


Border color

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

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

This div border color is #7C3A6C.


Opacity

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

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

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

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

This text has shadow with #7C3A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3A6C on black background.


Color preview on white background

This text has color #7C3A6C on white background.



Black color preview on #7C3A6C background

This text has black color on #7C3A6C background.


White color preview on #7C3A6C background

This text has white color on #7C3A6C background.