COLOR #7C3557

HEX: #7C3557
RGB: (124,53,87)

Color info

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

RGB color model

#7C3557 color RGB value is (124,53,87).

  • red value is 124;
  • green value is 53;
  • blue value is 87.
RGB:
(124,53,87)
(49%,21%,34%)

RGB channels and saturation

R 124 of 255 = 49%
G 53 of 255 = 21%
B 87 of 255 = 34%

124
53
87

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

Portions of RGB colors in percentages

R + G + B =
124 + 53 + 87 = 264 (100%)
R 124 of 264 ~ 46.97%
G 53 of 264 ~ 20.08%
B 87 of 264 ~ 32.95%

%46.97
%20.08
%32.95

CMYK color model

#7C3557 color CMYK value is (0,57,30,51).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 29.84%
  • key color value is 51.37%
CMYK:
(0,57,30,51)
C0M57Y30K51 
(0%,57%,30%,51%)
(0.00/0.57/0.30/0.51)	

CMYK percentages

%0
%57.26
%29.84
%51.37

Codes

Color #7C3557 in popluar color models

7C3557
RGB1245387
HSL331°40.11%34.71%
HSB/HSV331°57.26%48.63%
CMYK0.00%57.26%29.84%
51.37%

Color #7C3557 in popluar number systems.

HEX7C3557
Decimal1245387
Binary11111001101011010111
Octal17465127

Shades and tints

Shades of #7C3557

#7C3557
(124,53,87)
#713150
(113,49,80)
#662D49
(102,45,73)
#5B2942
(91,41,66)
#50253B
(80,37,59)
#452134
(69,33,52)
#3A1D2D
(58,29,45)
#2F1926
(47,25,38)
#24151F
(36,21,31)
#191118
(25,17,24)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #7C3557

#7C3557
(124,53,87)
#874766
(135,71,102)
#925975
(146,89,117)
#9D6B84
(157,107,132)
#A87D93
(168,125,147)
#B38FA2
(179,143,162)
#BEA1B1
(190,161,177)
#C9B3C0
(201,179,192)
#D4C5CF
(212,197,207)
#DFD7DE
(223,215,222)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3557 color. Also use rgb(124,53,87) instead hex code.

Text Font Color

.myTextColor { color: #7C3557; }

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

This text font color is #7C3557.


Background Color

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

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

This div background color is #7C3557.


Border color

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

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

This div border color is #7C3557.


Opacity

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

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

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

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

This text has shadow with #7C3557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3557 on black background.


Color preview on white background

This text has color #7C3557 on white background.



Black color preview on #7C3557 background

This text has black color on #7C3557 background.


White color preview on #7C3557 background

This text has white color on #7C3557 background.