COLOR #7D1911

HEX: #7D1911
RGB: (125,25,17)

Color info

#7D1911 contains mainly red color. Web safe color of #7D1911 is #660000 (or #600).

RGB color model

#7D1911 color RGB value is (125,25,17).

  • red value is 125;
  • green value is 25;
  • blue value is 17.
RGB:
(125,25,17)
(49%,10%,7%)

RGB channels and saturation

R 125 of 255 = 49%
G 25 of 255 = 10%
B 17 of 255 = 7%

125
25
17

R + G + B ~ 22%. #7D1911 is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 25 + 17 = 167 (100%)
R 125 of 167 ~ 74.85%
G 25 of 167 ~ 14.97%
B 17 of 167 ~ 10.18%

%74.85
%14.97
%10.18

CMYK color model

#7D1911 color CMYK value is (0,80,86,51).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 86.40%
  • key color value is 50.98%
CMYK:
(0,80,86,51)
C0M80Y86K51 
(0%,80%,86%,51%)
(0.00/0.80/0.86/0.51)	

CMYK percentages

%0
%80
%86.4
%50.98

Codes

Color #7D1911 in popluar color models

7D1911
RGB1252517
HSL76.06%27.84%
HSB/HSV86.40%49.02%
CMYK0.00%80.00%86.40%
50.98%

Color #7D1911 in popluar number systems.

HEX7D1911
Decimal1252517
Binary11111011100110001
Octal1753121

Shades and tints

Shades of #7D1911

#7D1911
(125,25,17)
#721710
(114,23,16)
#67150F
(103,21,15)
#5C130E
(92,19,14)
#51110D
(81,17,13)
#460F0C
(70,15,12)
#3B0D0B
(59,13,11)
#300B0A
(48,11,10)
#250909
(37,9,9)
#1A0708
(26,7,8)
#0F0507
(15,5,7)
#000000
(0,0,0)

Tints of #7D1911

#7D1911
(125,25,17)
#882D26
(136,45,38)
#93413B
(147,65,59)
#9E5550
(158,85,80)
#A96965
(169,105,101)
#B47D7A
(180,125,122)
#BF918F
(191,145,143)
#CAA5A4
(202,165,164)
#D5B9B9
(213,185,185)
#E0CDCE
(224,205,206)
#EBE1E3
(235,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1911 color. Also use rgb(125,25,17) instead hex code.

Text Font Color

.myTextColor { color: #7D1911; }

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

This text font color is #7D1911.


Background Color

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

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

This div background color is #7D1911.


Border color

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

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

This div border color is #7D1911.


Opacity

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

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

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

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

This text has shadow with #7D1911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1911 on black background.


Color preview on white background

This text has color #7D1911 on white background.



Black color preview on #7D1911 background

This text has black color on #7D1911 background.


White color preview on #7D1911 background

This text has white color on #7D1911 background.