COLOR #7C3F6E

HEX: #7C3F6E
RGB: (124,63,110)

Color info

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

RGB color model

#7C3F6E color RGB value is (124,63,110).

  • red value is 124;
  • green value is 63;
  • blue value is 110.
RGB:
(124,63,110)
(49%,25%,43%)

RGB channels and saturation

R 124 of 255 = 49%
G 63 of 255 = 25%
B 110 of 255 = 43%

124
63
110

R + G + B ~ 39%. #7C3F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 63 + 110 = 297 (100%)
R 124 of 297 ~ 41.75%
G 63 of 297 ~ 21.21%
B 110 of 297 ~ 37.04%

%41.75
%21.21
%37.04

CMYK color model

#7C3F6E color CMYK value is (0,49,11,51).

  • cyan value is 0.00%
  • magenta value is 49.19%
  • yellow value is 11.29%
  • key color value is 51.37%
CMYK:
(0,49,11,51)
C0M49Y11K51 
(0%,49%,11%,51%)
(0.00/0.49/0.11/0.51)	

CMYK percentages

%0
%49.19
%11.29
%51.37

Codes

Color #7C3F6E in popluar color models

7C3F6E
RGB12463110
HSL314°32.62%36.67%
HSB/HSV314°49.19%48.63%
CMYK0.00%49.19%11.29%
51.37%

Color #7C3F6E in popluar number systems.

HEX7C3F6E
Decimal12463110
Binary11111001111111101110
Octal17477156

Shades and tints

Shades of #7C3F6E

#7C3F6E
(124,63,110)
#713A64
(113,58,100)
#66355A
(102,53,90)
#5B3050
(91,48,80)
#502B46
(80,43,70)
#45263C
(69,38,60)
#3A2132
(58,33,50)
#2F1C28
(47,28,40)
#24171E
(36,23,30)
#191214
(25,18,20)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #7C3F6E

#7C3F6E
(124,63,110)
#87507B
(135,80,123)
#926188
(146,97,136)
#9D7295
(157,114,149)
#A883A2
(168,131,162)
#B394AF
(179,148,175)
#BEA5BC
(190,165,188)
#C9B6C9
(201,182,201)
#D4C7D6
(212,199,214)
#DFD8E3
(223,216,227)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3F6E color. Also use rgb(124,63,110) instead hex code.

Text Font Color

.myTextColor { color: #7C3F6E; }

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

This text font color is #7C3F6E.


Background Color

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

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

This div background color is #7C3F6E.


Border color

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

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

This div border color is #7C3F6E.


Opacity

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

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

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

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

This text has shadow with #7C3F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3F6E on black background.


Color preview on white background

This text has color #7C3F6E on white background.



Black color preview on #7C3F6E background

This text has black color on #7C3F6E background.


White color preview on #7C3F6E background

This text has white color on #7C3F6E background.