COLOR #7C3E52

HEX: #7C3E52
RGB: (124,62,82)

Color info

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

RGB color model

#7C3E52 color RGB value is (124,62,82).

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

RGB channels and saturation

R 124 of 255 = 49%
G 62 of 255 = 24%
B 82 of 255 = 32%

124
62
82

R + G + B ~ 35%. #7C3E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 62 + 82 = 268 (100%)
R 124 of 268 ~ 46.27%
G 62 of 268 ~ 23.13%
B 82 of 268 ~ 30.6%

%46.27
%23.13
%30.6

CMYK color model

#7C3E52 color CMYK value is (0,50,34,51).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 33.87%
  • key color value is 51.37%
CMYK:
(0,50,34,51)
C0M50Y34K51 
(0%,50%,34%,51%)
(0.00/0.50/0.34/0.51)	

CMYK percentages

%0
%50
%33.87
%51.37

Codes

Color #7C3E52 in popluar color models

7C3E52
RGB1246282
HSL341°33.33%36.47%
HSB/HSV341°50.00%48.63%
CMYK0.00%50.00%33.87%
51.37%

Color #7C3E52 in popluar number systems.

HEX7C3E52
Decimal1246282
Binary11111001111101010010
Octal17476122

Shades and tints

Shades of #7C3E52

#7C3E52
(124,62,82)
#71394B
(113,57,75)
#663444
(102,52,68)
#5B2F3D
(91,47,61)
#502A36
(80,42,54)
#45252F
(69,37,47)
#3A2028
(58,32,40)
#2F1B21
(47,27,33)
#24161A
(36,22,26)
#191113
(25,17,19)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #7C3E52

#7C3E52
(124,62,82)
#874F61
(135,79,97)
#926070
(146,96,112)
#9D717F
(157,113,127)
#A8828E
(168,130,142)
#B3939D
(179,147,157)
#BEA4AC
(190,164,172)
#C9B5BB
(201,181,187)
#D4C6CA
(212,198,202)
#DFD7D9
(223,215,217)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3E52; }

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

This text font color is #7C3E52.


Background Color

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

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

This div background color is #7C3E52.


Border color

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

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

This div border color is #7C3E52.


Opacity

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

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

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

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

This text has shadow with #7C3E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3E52 on black background.


Color preview on white background

This text has color #7C3E52 on white background.



Black color preview on #7C3E52 background

This text has black color on #7C3E52 background.


White color preview on #7C3E52 background

This text has white color on #7C3E52 background.