COLOR #7C3D6B

HEX: #7C3D6B
RGB: (124,61,107)

Color info

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

RGB color model

#7C3D6B color RGB value is (124,61,107).

  • red value is 124;
  • green value is 61;
  • blue value is 107.
RGB:
(124,61,107)
(49%,24%,42%)

RGB channels and saturation

R 124 of 255 = 49%
G 61 of 255 = 24%
B 107 of 255 = 42%

124
61
107

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

Portions of RGB colors in percentages

R + G + B =
124 + 61 + 107 = 292 (100%)
R 124 of 292 ~ 42.47%
G 61 of 292 ~ 20.89%
B 107 of 292 ~ 36.64%

%42.47
%20.89
%36.64

CMYK color model

#7C3D6B color CMYK value is (0,51,14,51).

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 13.71%
  • key color value is 51.37%
CMYK:
(0,51,14,51)
C0M51Y14K51 
(0%,51%,14%,51%)
(0.00/0.51/0.14/0.51)	

CMYK percentages

%0
%50.81
%13.71
%51.37

Codes

Color #7C3D6B in popluar color models

7C3D6B
RGB12461107
HSL316°34.05%36.27%
HSB/HSV316°50.81%48.63%
CMYK0.00%50.81%13.71%
51.37%

Color #7C3D6B in popluar number systems.

HEX7C3D6B
Decimal12461107
Binary11111001111011101011
Octal17475153

Shades and tints

Shades of #7C3D6B

#7C3D6B
(124,61,107)
#713862
(113,56,98)
#663359
(102,51,89)
#5B2E50
(91,46,80)
#502947
(80,41,71)
#45243E
(69,36,62)
#3A1F35
(58,31,53)
#2F1A2C
(47,26,44)
#241523
(36,21,35)
#19101A
(25,16,26)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #7C3D6B

#7C3D6B
(124,61,107)
#874E78
(135,78,120)
#925F85
(146,95,133)
#9D7092
(157,112,146)
#A8819F
(168,129,159)
#B392AC
(179,146,172)
#BEA3B9
(190,163,185)
#C9B4C6
(201,180,198)
#D4C5D3
(212,197,211)
#DFD6E0
(223,214,224)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3D6B color. Also use rgb(124,61,107) instead hex code.

Text Font Color

.myTextColor { color: #7C3D6B; }

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

This text font color is #7C3D6B.


Background Color

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

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

This div background color is #7C3D6B.


Border color

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

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

This div border color is #7C3D6B.


Opacity

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

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

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

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

This text has shadow with #7C3D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3D6B on black background.


Color preview on white background

This text has color #7C3D6B on white background.



Black color preview on #7C3D6B background

This text has black color on #7C3D6B background.


White color preview on #7C3D6B background

This text has white color on #7C3D6B background.