COLOR #7C3E60

HEX: #7C3E60
RGB: (124,62,96)

Color info

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

RGB color model

#7C3E60 color RGB value is (124,62,96).

  • red value is 124;
  • green value is 62;
  • blue value is 96.
RGB:
(124,62,96)
(49%,24%,38%)

RGB channels and saturation

R 124 of 255 = 49%
G 62 of 255 = 24%
B 96 of 255 = 38%

124
62
96

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

Portions of RGB colors in percentages

R + G + B =
124 + 62 + 96 = 282 (100%)
R 124 of 282 ~ 43.97%
G 62 of 282 ~ 21.99%
B 96 of 282 ~ 34.04%

%43.97
%21.99
%34.04

CMYK color model

#7C3E60 color CMYK value is (0,50,23,51).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 22.58%
  • key color value is 51.37%
CMYK:
(0,50,23,51)
C0M50Y23K51 
(0%,50%,23%,51%)
(0.00/0.50/0.23/0.51)	

CMYK percentages

%0
%50
%22.58
%51.37

Codes

Color #7C3E60 in popluar color models

7C3E60
RGB1246296
HSL327°33.33%36.47%
HSB/HSV327°50.00%48.63%
CMYK0.00%50.00%22.58%
51.37%

Color #7C3E60 in popluar number systems.

HEX7C3E60
Decimal1246296
Binary11111001111101100000
Octal17476140

Shades and tints

Shades of #7C3E60

#7C3E60
(124,62,96)
#713958
(113,57,88)
#663450
(102,52,80)
#5B2F48
(91,47,72)
#502A40
(80,42,64)
#452538
(69,37,56)
#3A2030
(58,32,48)
#2F1B28
(47,27,40)
#241620
(36,22,32)
#191118
(25,17,24)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #7C3E60

#7C3E60
(124,62,96)
#874F6E
(135,79,110)
#92607C
(146,96,124)
#9D718A
(157,113,138)
#A88298
(168,130,152)
#B393A6
(179,147,166)
#BEA4B4
(190,164,180)
#C9B5C2
(201,181,194)
#D4C6D0
(212,198,208)
#DFD7DE
(223,215,222)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3E60 color. Also use rgb(124,62,96) instead hex code.

Text Font Color

.myTextColor { color: #7C3E60; }

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

This text font color is #7C3E60.


Background Color

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

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

This div background color is #7C3E60.


Border color

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

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

This div border color is #7C3E60.


Opacity

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

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

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

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

This text has shadow with #7C3E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3E60 on black background.


Color preview on white background

This text has color #7C3E60 on white background.



Black color preview on #7C3E60 background

This text has black color on #7C3E60 background.


White color preview on #7C3E60 background

This text has white color on #7C3E60 background.