COLOR #7D1C41

HEX: #7D1C41
RGB: (125,28,65)

Color info

#7D1C41 contains mainly red color. Web safe color of #7D1C41 is #663333 (or #633).

RGB color model

#7D1C41 color RGB value is (125,28,65).

  • red value is 125;
  • green value is 28;
  • blue value is 65.
RGB:
(125,28,65)
(49%,11%,25%)

RGB channels and saturation

R 125 of 255 = 49%
G 28 of 255 = 11%
B 65 of 255 = 25%

125
28
65

R + G + B ~ 28%. #7D1C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 28 + 65 = 218 (100%)
R 125 of 218 ~ 57.34%
G 28 of 218 ~ 12.84%
B 65 of 218 ~ 29.82%

%57.34
%12.84
%29.82

CMYK color model

#7D1C41 color CMYK value is (0,78,48,51).

  • cyan value is 0.00%
  • magenta value is 77.60%
  • yellow value is 48.00%
  • key color value is 50.98%
CMYK:
(0,78,48,51)
C0M78Y48K51 
(0%,78%,48%,51%)
(0.00/0.78/0.48/0.51)	

CMYK percentages

%0
%77.6
%48
%50.98

Codes

Color #7D1C41 in popluar color models

7D1C41
RGB1252865
HSL337°63.40%30.00%
HSB/HSV337°77.60%49.02%
CMYK0.00%77.60%48.00%
50.98%

Color #7D1C41 in popluar number systems.

HEX7D1C41
Decimal1252865
Binary1111101111001000001
Octal17534101

Shades and tints

Shades of #7D1C41

#7D1C41
(125,28,65)
#721A3C
(114,26,60)
#671837
(103,24,55)
#5C1632
(92,22,50)
#51142D
(81,20,45)
#461228
(70,18,40)
#3B1023
(59,16,35)
#300E1E
(48,14,30)
#250C19
(37,12,25)
#1A0A14
(26,10,20)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #7D1C41

#7D1C41
(125,28,65)
#883052
(136,48,82)
#934463
(147,68,99)
#9E5874
(158,88,116)
#A96C85
(169,108,133)
#B48096
(180,128,150)
#BF94A7
(191,148,167)
#CAA8B8
(202,168,184)
#D5BCC9
(213,188,201)
#E0D0DA
(224,208,218)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1C41 color. Also use rgb(125,28,65) instead hex code.

Text Font Color

.myTextColor { color: #7D1C41; }

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

This text font color is #7D1C41.


Background Color

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

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

This div background color is #7D1C41.


Border color

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

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

This div border color is #7D1C41.


Opacity

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

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

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

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

This text has shadow with #7D1C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1C41 on black background.


Color preview on white background

This text has color #7D1C41 on white background.



Black color preview on #7D1C41 background

This text has black color on #7D1C41 background.


White color preview on #7D1C41 background

This text has white color on #7D1C41 background.