COLOR #7C3C53

HEX: #7C3C53
RGB: (124,60,83)

Color info

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

RGB color model

#7C3C53 color RGB value is (124,60,83).

  • red value is 124;
  • green value is 60;
  • blue value is 83.
RGB:
(124,60,83)
(49%,24%,33%)

RGB channels and saturation

R 124 of 255 = 49%
G 60 of 255 = 24%
B 83 of 255 = 33%

124
60
83

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

Portions of RGB colors in percentages

R + G + B =
124 + 60 + 83 = 267 (100%)
R 124 of 267 ~ 46.44%
G 60 of 267 ~ 22.47%
B 83 of 267 ~ 31.09%

%46.44
%22.47
%31.09

CMYK color model

#7C3C53 color CMYK value is (0,52,33,51).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 33.06%
  • key color value is 51.37%
CMYK:
(0,52,33,51)
C0M52Y33K51 
(0%,52%,33%,51%)
(0.00/0.52/0.33/0.51)	

CMYK percentages

%0
%51.61
%33.06
%51.37

Codes

Color #7C3C53 in popluar color models

7C3C53
RGB1246083
HSL338°34.78%36.08%
HSB/HSV338°51.61%48.63%
CMYK0.00%51.61%33.06%
51.37%

Color #7C3C53 in popluar number systems.

HEX7C3C53
Decimal1246083
Binary11111001111001010011
Octal17474123

Shades and tints

Shades of #7C3C53

#7C3C53
(124,60,83)
#71374C
(113,55,76)
#663245
(102,50,69)
#5B2D3E
(91,45,62)
#502837
(80,40,55)
#452330
(69,35,48)
#3A1E29
(58,30,41)
#2F1922
(47,25,34)
#24141B
(36,20,27)
#190F14
(25,15,20)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #7C3C53

#7C3C53
(124,60,83)
#874D62
(135,77,98)
#925E71
(146,94,113)
#9D6F80
(157,111,128)
#A8808F
(168,128,143)
#B3919E
(179,145,158)
#BEA2AD
(190,162,173)
#C9B3BC
(201,179,188)
#D4C4CB
(212,196,203)
#DFD5DA
(223,213,218)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3C53 color. Also use rgb(124,60,83) instead hex code.

Text Font Color

.myTextColor { color: #7C3C53; }

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

This text font color is #7C3C53.


Background Color

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

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

This div background color is #7C3C53.


Border color

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

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

This div border color is #7C3C53.


Opacity

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

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

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

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

This text has shadow with #7C3C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3C53 on black background.


Color preview on white background

This text has color #7C3C53 on white background.



Black color preview on #7C3C53 background

This text has black color on #7C3C53 background.


White color preview on #7C3C53 background

This text has white color on #7C3C53 background.