COLOR #7C3F65

HEX: #7C3F65
RGB: (124,63,101)

Color info

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

RGB color model

#7C3F65 color RGB value is (124,63,101).

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

RGB channels and saturation

R 124 of 255 = 49%
G 63 of 255 = 25%
B 101 of 255 = 40%

124
63
101

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

Portions of RGB colors in percentages

R + G + B =
124 + 63 + 101 = 288 (100%)
R 124 of 288 ~ 43.06%
G 63 of 288 ~ 21.88%
B 101 of 288 ~ 35.07%

%43.06
%21.88
%35.07

CMYK color model

#7C3F65 color CMYK value is (0,49,19,51).

  • cyan value is 0.00%
  • magenta value is 49.19%
  • yellow value is 18.55%
  • key color value is 51.37%
CMYK:
(0,49,19,51)
C0M49Y19K51 
(0%,49%,19%,51%)
(0.00/0.49/0.19/0.51)	

CMYK percentages

%0
%49.19
%18.55
%51.37

Codes

Color #7C3F65 in popluar color models

7C3F65
RGB12463101
HSL323°32.62%36.67%
HSB/HSV323°49.19%48.63%
CMYK0.00%49.19%18.55%
51.37%

Color #7C3F65 in popluar number systems.

HEX7C3F65
Decimal12463101
Binary11111001111111100101
Octal17477145

Shades and tints

Shades of #7C3F65

#7C3F65
(124,63,101)
#713A5C
(113,58,92)
#663553
(102,53,83)
#5B304A
(91,48,74)
#502B41
(80,43,65)
#452638
(69,38,56)
#3A212F
(58,33,47)
#2F1C26
(47,28,38)
#24171D
(36,23,29)
#191214
(25,18,20)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #7C3F65

#7C3F65
(124,63,101)
#875073
(135,80,115)
#926181
(146,97,129)
#9D728F
(157,114,143)
#A8839D
(168,131,157)
#B394AB
(179,148,171)
#BEA5B9
(190,165,185)
#C9B6C7
(201,182,199)
#D4C7D5
(212,199,213)
#DFD8E3
(223,216,227)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3F65; }

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

This text font color is #7C3F65.


Background Color

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

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

This div background color is #7C3F65.


Border color

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

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

This div border color is #7C3F65.


Opacity

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

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

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

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

This text has shadow with #7C3F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3F65 on black background.


Color preview on white background

This text has color #7C3F65 on white background.



Black color preview on #7C3F65 background

This text has black color on #7C3F65 background.


White color preview on #7C3F65 background

This text has white color on #7C3F65 background.