COLOR #7D1E10

HEX: #7D1E10
RGB: (125,30,16)

Color info

#7D1E10 contains mainly red color. Web safe color of #7D1E10 is #663300 (or #630).

RGB color model

#7D1E10 color RGB value is (125,30,16).

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

RGB channels and saturation

R 125 of 255 = 49%
G 30 of 255 = 12%
B 16 of 255 = 6%

125
30
16

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

Portions of RGB colors in percentages

R + G + B =
125 + 30 + 16 = 171 (100%)
R 125 of 171 ~ 73.1%
G 30 of 171 ~ 17.54%
B 16 of 171 ~ 9.36%

%73.1
%17.54

CMYK color model

#7D1E10 color CMYK value is (0,76,87,51).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 87.20%
  • key color value is 50.98%
CMYK:
(0,76,87,51)
C0M76Y87K51 
(0%,76%,87%,51%)
(0.00/0.76/0.87/0.51)	

CMYK percentages

%0
%76
%87.2
%50.98

Codes

Color #7D1E10 in popluar color models

7D1E10
RGB1253016
HSL77.30%27.65%
HSB/HSV87.20%49.02%
CMYK0.00%76.00%87.20%
50.98%

Color #7D1E10 in popluar number systems.

HEX7D1E10
Decimal1253016
Binary11111011111010000
Octal1753620

Shades and tints

Shades of #7D1E10

#7D1E10
(125,30,16)
#721C0F
(114,28,15)
#671A0E
(103,26,14)
#5C180D
(92,24,13)
#51160C
(81,22,12)
#46140B
(70,20,11)
#3B120A
(59,18,10)
#301009
(48,16,9)
#250E08
(37,14,8)
#1A0C07
(26,12,7)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #7D1E10

#7D1E10
(125,30,16)
#883225
(136,50,37)
#93463A
(147,70,58)
#9E5A4F
(158,90,79)
#A96E64
(169,110,100)
#B48279
(180,130,121)
#BF968E
(191,150,142)
#CAAAA3
(202,170,163)
#D5BEB8
(213,190,184)
#E0D2CD
(224,210,205)
#EBE6E2
(235,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1E10; }

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

This text font color is #7D1E10.


Background Color

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

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

This div background color is #7D1E10.


Border color

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

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

This div border color is #7D1E10.


Opacity

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

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

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

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

This text has shadow with #7D1E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1E10 on black background.


Color preview on white background

This text has color #7D1E10 on white background.



Black color preview on #7D1E10 background

This text has black color on #7D1E10 background.


White color preview on #7D1E10 background

This text has white color on #7D1E10 background.