COLOR #7C3D64

HEX: #7C3D64
RGB: (124,61,100)

Color info

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

RGB color model

#7C3D64 color RGB value is (124,61,100).

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

RGB channels and saturation

R 124 of 255 = 49%
G 61 of 255 = 24%
B 100 of 255 = 39%

124
61
100

R + G + B ~ 37%. #7C3D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 61 + 100 = 285 (100%)
R 124 of 285 ~ 43.51%
G 61 of 285 ~ 21.4%
B 100 of 285 ~ 35.09%

%43.51
%21.4
%35.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 19.35%
  • key color value is 51.37%
CMYK:
(0,51,19,51)
C0M51Y19K51 
(0%,51%,19%,51%)
(0.00/0.51/0.19/0.51)	

CMYK percentages

%0
%50.81
%19.35
%51.37

Codes

Color #7C3D64 in popluar color models

7C3D64
RGB12461100
HSL323°34.05%36.27%
HSB/HSV323°50.81%48.63%
CMYK0.00%50.81%19.35%
51.37%

Color #7C3D64 in popluar number systems.

HEX7C3D64
Decimal12461100
Binary11111001111011100100
Octal17475144

Shades and tints

Shades of #7C3D64

#7C3D64
(124,61,100)
#71385B
(113,56,91)
#663352
(102,51,82)
#5B2E49
(91,46,73)
#502940
(80,41,64)
#452437
(69,36,55)
#3A1F2E
(58,31,46)
#2F1A25
(47,26,37)
#24151C
(36,21,28)
#191013
(25,16,19)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #7C3D64

#7C3D64
(124,61,100)
#874E72
(135,78,114)
#925F80
(146,95,128)
#9D708E
(157,112,142)
#A8819C
(168,129,156)
#B392AA
(179,146,170)
#BEA3B8
(190,163,184)
#C9B4C6
(201,180,198)
#D4C5D4
(212,197,212)
#DFD6E2
(223,214,226)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3D64; }

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

This text font color is #7C3D64.


Background Color

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

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

This div background color is #7C3D64.


Border color

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

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

This div border color is #7C3D64.


Opacity

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

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

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

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

This text has shadow with #7C3D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3D64 on black background.


Color preview on white background

This text has color #7C3D64 on white background.



Black color preview on #7C3D64 background

This text has black color on #7C3D64 background.


White color preview on #7C3D64 background

This text has white color on #7C3D64 background.