COLOR #7C5381

HEX: #7C5381
RGB: (124,83,129)

Color info

#7C5381 contains red, green and blue colors in about the same proportion. Web safe color of #7C5381 is #666699 (or #669).

RGB color model

#7C5381 color RGB value is (124,83,129).

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

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 129 of 255 = 51%

124
83
129

R + G + B ~ 44%. #7C5381 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 83 + 129 = 336 (100%)
R 124 of 336 ~ 36.9%
G 83 of 336 ~ 24.7%
B 129 of 336 ~ 38.39%

%36.9
%24.7
%38.39

CMYK color model

#7C5381 color CMYK value is (4,36,0,49).

  • cyan value is 3.88%
  • magenta value is 35.66%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(4,36,0,49)
C4M36Y0K49 
(4%,36%,0%,49%)
(0.04/0.36/0.00/0.49)	

CMYK percentages

%3.88
%35.66
%0
%49.41

Codes

Color #7C5381 in popluar color models

7C5381
RGB12483129
HSL293°21.70%41.57%
HSB/HSV293°35.66%50.59%
CMYK3.88%35.66%0.00%
49.41%

Color #7C5381 in popluar number systems.

HEX7C5381
Decimal12483129
Binary1111100101001110000001
Octal174123201

Shades and tints

Shades of #7C5381

#7C5381
(124,83,129)
#714C76
(113,76,118)
#66456B
(102,69,107)
#5B3E60
(91,62,96)
#503755
(80,55,85)
#45304A
(69,48,74)
#3A293F
(58,41,63)
#2F2234
(47,34,52)
#241B29
(36,27,41)
#19141E
(25,20,30)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #7C5381

#7C5381
(124,83,129)
#87628C
(135,98,140)
#927197
(146,113,151)
#9D80A2
(157,128,162)
#A88FAD
(168,143,173)
#B39EB8
(179,158,184)
#BEADC3
(190,173,195)
#C9BCCE
(201,188,206)
#D4CBD9
(212,203,217)
#DFDAE4
(223,218,228)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5381; }

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

This text font color is #7C5381.


Background Color

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

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

This div background color is #7C5381.


Border color

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

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

This div border color is #7C5381.


Opacity

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

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

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

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

This text has shadow with #7C5381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5381 on black background.


Color preview on white background

This text has color #7C5381 on white background.



Black color preview on #7C5381 background

This text has black color on #7C5381 background.


White color preview on #7C5381 background

This text has white color on #7C5381 background.