COLOR #7D1F56

HEX: #7D1F56
RGB: (125,31,86)

Color info

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

RGB color model

#7D1F56 color RGB value is (125,31,86).

  • red value is 125;
  • green value is 31;
  • blue value is 86.
RGB:
(125,31,86)
(49%,12%,34%)

RGB channels and saturation

R 125 of 255 = 49%
G 31 of 255 = 12%
B 86 of 255 = 34%

125
31
86

R + G + B ~ 32%. #7D1F56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 31 + 86 = 242 (100%)
R 125 of 242 ~ 51.65%
G 31 of 242 ~ 12.81%
B 86 of 242 ~ 35.54%

%51.65
%12.81
%35.54

CMYK color model

#7D1F56 color CMYK value is (0,75,31,51).

  • cyan value is 0.00%
  • magenta value is 75.20%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(0,75,31,51)
C0M75Y31K51 
(0%,75%,31%,51%)
(0.00/0.75/0.31/0.51)	

CMYK percentages

%0
%75.2
%31.2
%50.98

Codes

Color #7D1F56 in popluar color models

7D1F56
RGB1253186
HSL325°60.26%30.59%
HSB/HSV325°75.20%49.02%
CMYK0.00%75.20%31.20%
50.98%

Color #7D1F56 in popluar number systems.

HEX7D1F56
Decimal1253186
Binary1111101111111010110
Octal17537126

Shades and tints

Shades of #7D1F56

#7D1F56
(125,31,86)
#721D4F
(114,29,79)
#671B48
(103,27,72)
#5C1941
(92,25,65)
#51173A
(81,23,58)
#461533
(70,21,51)
#3B132C
(59,19,44)
#301125
(48,17,37)
#250F1E
(37,15,30)
#1A0D17
(26,13,23)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #7D1F56

#7D1F56
(125,31,86)
#883365
(136,51,101)
#934774
(147,71,116)
#9E5B83
(158,91,131)
#A96F92
(169,111,146)
#B483A1
(180,131,161)
#BF97B0
(191,151,176)
#CAABBF
(202,171,191)
#D5BFCE
(213,191,206)
#E0D3DD
(224,211,221)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1F56 color. Also use rgb(125,31,86) instead hex code.

Text Font Color

.myTextColor { color: #7D1F56; }

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

This text font color is #7D1F56.


Background Color

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

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

This div background color is #7D1F56.


Border color

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

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

This div border color is #7D1F56.


Opacity

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

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

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

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

This text has shadow with #7D1F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1F56 on black background.


Color preview on white background

This text has color #7D1F56 on white background.



Black color preview on #7D1F56 background

This text has black color on #7D1F56 background.


White color preview on #7D1F56 background

This text has white color on #7D1F56 background.