COLOR #7D0B1E

HEX: #7D0B1E
RGB: (125,11,30)

Color info

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

RGB color model

#7D0B1E color RGB value is (125,11,30).

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

RGB channels and saturation

R 125 of 255 = 49%
G 11 of 255 = 4%
B 30 of 255 = 12%

125
11
30

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

Portions of RGB colors in percentages

R + G + B =
125 + 11 + 30 = 166 (100%)
R 125 of 166 ~ 75.3%
G 11 of 166 ~ 6.63%
B 30 of 166 ~ 18.07%

%75.3
%18.07

CMYK color model

#7D0B1E color CMYK value is (0,91,76,51).

  • cyan value is 0.00%
  • magenta value is 91.20%
  • yellow value is 76.00%
  • key color value is 50.98%
CMYK:
(0,91,76,51)
C0M91Y76K51 
(0%,91%,76%,51%)
(0.00/0.91/0.76/0.51)	

CMYK percentages

%0
%91.2
%76
%50.98

Codes

Color #7D0B1E in popluar color models

7D0B1E
RGB1251130
HSL350°83.82%26.67%
HSB/HSV350°91.20%49.02%
CMYK0.00%91.20%76.00%
50.98%

Color #7D0B1E in popluar number systems.

HEX7D0B1E
Decimal1251130
Binary1111101101111110
Octal1751336

Shades and tints

Shades of #7D0B1E

#7D0B1E
(125,11,30)
#720A1C
(114,10,28)
#67091A
(103,9,26)
#5C0818
(92,8,24)
#510716
(81,7,22)
#460614
(70,6,20)
#3B0512
(59,5,18)
#300410
(48,4,16)
#25030E
(37,3,14)
#1A020C
(26,2,12)
#0F010A
(15,1,10)
#000000
(0,0,0)

Tints of #7D0B1E

#7D0B1E
(125,11,30)
#882132
(136,33,50)
#933746
(147,55,70)
#9E4D5A
(158,77,90)
#A9636E
(169,99,110)
#B47982
(180,121,130)
#BF8F96
(191,143,150)
#CAA5AA
(202,165,170)
#D5BBBE
(213,187,190)
#E0D1D2
(224,209,210)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D0B1E; }

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

This text font color is #7D0B1E.


Background Color

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

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

This div background color is #7D0B1E.


Border color

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

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

This div border color is #7D0B1E.


Opacity

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

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

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

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

This text has shadow with #7D0B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D0B1E on black background.


Color preview on white background

This text has color #7D0B1E on white background.



Black color preview on #7D0B1E background

This text has black color on #7D0B1E background.


White color preview on #7D0B1E background

This text has white color on #7D0B1E background.