COLOR #7D1873

HEX: #7D1873
RGB: (125,24,115)

Color info

#7D1873 contains mainly red and blue colors. Web safe color of #7D1873 is #660066 (or #606).

RGB color model

#7D1873 color RGB value is (125,24,115).

  • red value is 125;
  • green value is 24;
  • blue value is 115.
RGB:
(125,24,115)
(49%,9%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 24 of 255 = 9%
B 115 of 255 = 45%

125
24
115

R + G + B ~ 34%. #7D1873 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 24 + 115 = 264 (100%)
R 125 of 264 ~ 47.35%
G 24 of 264 ~ 9.09%
B 115 of 264 ~ 43.56%

%47.35
%43.56

CMYK color model

#7D1873 color CMYK value is (0,81,8,51).

  • cyan value is 0.00%
  • magenta value is 80.80%
  • yellow value is 8.00%
  • key color value is 50.98%
CMYK:
(0,81,8,51)
C0M81Y8K51 
(0%,81%,8%,51%)
(0.00/0.81/0.08/0.51)	

CMYK percentages

%0
%80.8
%8
%50.98

Codes

Color #7D1873 in popluar color models

7D1873
RGB12524115
HSL306°67.79%29.22%
HSB/HSV306°80.80%49.02%
CMYK0.00%80.80%8.00%
50.98%

Color #7D1873 in popluar number systems.

HEX7D1873
Decimal12524115
Binary1111101110001110011
Octal17530163

Shades and tints

Shades of #7D1873

#7D1873
(125,24,115)
#721669
(114,22,105)
#67145F
(103,20,95)
#5C1255
(92,18,85)
#51104B
(81,16,75)
#460E41
(70,14,65)
#3B0C37
(59,12,55)
#300A2D
(48,10,45)
#250823
(37,8,35)
#1A0619
(26,6,25)
#0F040F
(15,4,15)
#000000
(0,0,0)

Tints of #7D1873

#7D1873
(125,24,115)
#882D7F
(136,45,127)
#93428B
(147,66,139)
#9E5797
(158,87,151)
#A96CA3
(169,108,163)
#B481AF
(180,129,175)
#BF96BB
(191,150,187)
#CAABC7
(202,171,199)
#D5C0D3
(213,192,211)
#E0D5DF
(224,213,223)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1873 color. Also use rgb(125,24,115) instead hex code.

Text Font Color

.myTextColor { color: #7D1873; }

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

This text font color is #7D1873.


Background Color

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

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

This div background color is #7D1873.


Border color

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

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

This div border color is #7D1873.


Opacity

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

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

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

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

This text has shadow with #7D1873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1873 on black background.


Color preview on white background

This text has color #7D1873 on white background.



Black color preview on #7D1873 background

This text has black color on #7D1873 background.


White color preview on #7D1873 background

This text has white color on #7D1873 background.