COLOR #7D1E44

HEX: #7D1E44
RGB: (125,30,68)

Color info

#7D1E44 contains mainly red and blue colors. Web safe color of #7D1E44 is #663333 (or #633).

RGB color model

#7D1E44 color RGB value is (125,30,68).

  • red value is 125;
  • green value is 30;
  • blue value is 68.
RGB:
(125,30,68)
(49%,12%,27%)

RGB channels and saturation

R 125 of 255 = 49%
G 30 of 255 = 12%
B 68 of 255 = 27%

125
30
68

R + G + B ~ 29%. #7D1E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 30 + 68 = 223 (100%)
R 125 of 223 ~ 56.05%
G 30 of 223 ~ 13.45%
B 68 of 223 ~ 30.49%

%56.05
%13.45
%30.49

CMYK color model

#7D1E44 color CMYK value is (0,76,46,51).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 45.60%
  • key color value is 50.98%
CMYK:
(0,76,46,51)
C0M76Y46K51 
(0%,76%,46%,51%)
(0.00/0.76/0.46/0.51)	

CMYK percentages

%0
%76
%45.6
%50.98

Codes

Color #7D1E44 in popluar color models

7D1E44
RGB1253068
HSL336°61.29%30.39%
HSB/HSV336°76.00%49.02%
CMYK0.00%76.00%45.60%
50.98%

Color #7D1E44 in popluar number systems.

HEX7D1E44
Decimal1253068
Binary1111101111101000100
Octal17536104

Shades and tints

Shades of #7D1E44

#7D1E44
(125,30,68)
#721C3E
(114,28,62)
#671A38
(103,26,56)
#5C1832
(92,24,50)
#51162C
(81,22,44)
#461426
(70,20,38)
#3B1220
(59,18,32)
#30101A
(48,16,26)
#250E14
(37,14,20)
#1A0C0E
(26,12,14)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #7D1E44

#7D1E44
(125,30,68)
#883255
(136,50,85)
#934666
(147,70,102)
#9E5A77
(158,90,119)
#A96E88
(169,110,136)
#B48299
(180,130,153)
#BF96AA
(191,150,170)
#CAAABB
(202,170,187)
#D5BECC
(213,190,204)
#E0D2DD
(224,210,221)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1E44 color. Also use rgb(125,30,68) instead hex code.

Text Font Color

.myTextColor { color: #7D1E44; }

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

This text font color is #7D1E44.


Background Color

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

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

This div background color is #7D1E44.


Border color

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

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

This div border color is #7D1E44.


Opacity

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

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

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

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

This text has shadow with #7D1E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1E44 on black background.


Color preview on white background

This text has color #7D1E44 on white background.



Black color preview on #7D1E44 background

This text has black color on #7D1E44 background.


White color preview on #7D1E44 background

This text has white color on #7D1E44 background.