COLOR #7D171F

HEX: #7D171F
RGB: (125,23,31)

Color info

#7D171F contains mainly red color. Web safe color of #7D171F is #660033 (or #603).

RGB color model

#7D171F color RGB value is (125,23,31).

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

RGB channels and saturation

R 125 of 255 = 49%
G 23 of 255 = 9%
B 31 of 255 = 12%

125
23
31

R + G + B ~ 23%. #7D171F is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 23 + 31 = 179 (100%)
R 125 of 179 ~ 69.83%
G 23 of 179 ~ 12.85%
B 31 of 179 ~ 17.32%

%69.83
%12.85
%17.32

CMYK color model

#7D171F color CMYK value is (0,82,75,51).

  • cyan value is 0.00%
  • magenta value is 81.60%
  • yellow value is 75.20%
  • key color value is 50.98%
CMYK:
(0,82,75,51)
C0M82Y75K51 
(0%,82%,75%,51%)
(0.00/0.82/0.75/0.51)	

CMYK percentages

%0
%81.6
%75.2
%50.98

Codes

Color #7D171F in popluar color models

7D171F
RGB1252331
HSL355°68.92%29.02%
HSB/HSV355°81.60%49.02%
CMYK0.00%81.60%75.20%
50.98%

Color #7D171F in popluar number systems.

HEX7D171F
Decimal1252331
Binary11111011011111111
Octal1752737

Shades and tints

Shades of #7D171F

#7D171F
(125,23,31)
#72151D
(114,21,29)
#67131B
(103,19,27)
#5C1119
(92,17,25)
#510F17
(81,15,23)
#460D15
(70,13,21)
#3B0B13
(59,11,19)
#300911
(48,9,17)
#25070F
(37,7,15)
#1A050D
(26,5,13)
#0F030B
(15,3,11)
#000000
(0,0,0)

Tints of #7D171F

#7D171F
(125,23,31)
#882C33
(136,44,51)
#934147
(147,65,71)
#9E565B
(158,86,91)
#A96B6F
(169,107,111)
#B48083
(180,128,131)
#BF9597
(191,149,151)
#CAAAAB
(202,170,171)
#D5BFBF
(213,191,191)
#E0D4D3
(224,212,211)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D171F; }

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

This text font color is #7D171F.


Background Color

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

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

This div background color is #7D171F.


Border color

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

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

This div border color is #7D171F.


Opacity

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

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

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

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

This text has shadow with #7D171F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D171F on black background.


Color preview on white background

This text has color #7D171F on white background.



Black color preview on #7D171F background

This text has black color on #7D171F background.


White color preview on #7D171F background

This text has white color on #7D171F background.