COLOR #7C3E5E

HEX: #7C3E5E RGB: (124,62,94)

Color info

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

RGB color model

#7C3E5E color RGB value is (124,62,94).

RGB: (124,62,94) (49%, 24%, 37%)

RGB channels and saturation

R 124 of 255 = 49%
G 62 of 255 = 24%
B 94 of 255 = 37%

124
62
94

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

Portions of RGB colors in percentages

R + G + B = 124 + 62 + 94 = 280 (100%)
R 124 of 280 ~ 44.29%
G 62 of 280 ~ 22.14%
B 94 of 280 ~ 33.57'%

%44.29
%22.14
%33.57

CMYK color model

#7C3E5E color CMYK value is (0,50,24,51).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 24.19%
  • key color value is 51.37%
CMYK: (0,50,24,51) C0M50Y24K51 (0%,50%,24%,51%) (0.00/0.50/0.24/0.51) 

CMYK percentages

%0
%50
%24.19
%51.37

Codes

Color #7C3E5E in popluar color models

7C 3E 5E
RGB 124 62 94
HSL 329° 33.33% 36.47%
HSB/HSV 329° 50.00% 48.63%
CMYK 0.00% 50.00% 24.19%
51.37%

Color #7C3E5E in popluar number systems.

HEX 7C 3E 5E
Decimal 124 62 94
Binary 1111100 111110 1011110
Octal 174 76 136

Shades and tints

Shades of #7C3E5E

#7C3E5E
(124,62,94)
#713956
(113,57,86)
#66344E
(102,52,78)
#5B2F46
(91,47,70)
#502A3E
(80,42,62)
#452536
(69,37,54)
#3A202E
(58,32,46)
#2F1B26
(47,27,38)
#24161E
(36,22,30)
#191116
(25,17,22)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #7C3E5E

#7C3E5E
(124,62,94)
#874F6C
(135,79,108)
#92607A
(146,96,122)
#9D7188
(157,113,136)
#A88296
(168,130,150)
#B393A4
(179,147,164)
#BEA4B2
(190,164,178)
#C9B5C0
(201,181,192)
#D4C6CE
(212,198,206)
#DFD7DC
(223,215,220)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3E5E; }

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

This text font color is #7C3E5E.

Background Color

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

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

This div background color is #7C3E5E.

Border color

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

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

This div border color is #7C3E5E.

Opacity

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

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

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

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

This text has shadow with #7C3E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3E5E.

Preview

Color preview on black background

This text has color #7C3E5E on black background.


Color preview on white background

This text has color #7C3E5E on white background.


Black color preview on #7C3E5E background

This text has black color on #7C3E5E background.


White color preview on #7C3E5E background

This text has white color on #7C3E5E background.


Related colors

Complementary color

Complementary color for #hex is #83C1A1.


I love getcolorcode.com

Triadic colors

1 #5E7C3E and #3E5E7C with #7C3E5E are triadic colors.

2 #5E3E7C and #3E7C5E with #7C3E5E are triadic colors.