COLOR #7D0000

HEX: #7D0000
RGB: (125,0,0)

Color info

#7D0000 contains only red color. Web safe color of #7D0000 is #660000 (or #600).

RGB color model

#7D0000 color RGB value is (125,0,0).

  • red value is 125;
  • green value is 0;
  • blue value is 0.
RGB:
(125,0,0)
(49%,0%,0%)

RGB channels and saturation

R 125 of 255 = 49%
G 0 of 255 = 0%
B 0 of 255 = 0%

125
0
0

R + G + B ~ 16%. #7D0000 is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 0 + 0 = 125 (100%)
R 125 of 125 ~ 100%
G 0 of 125 ~ 0%
B 0 of 125 ~ 0%

%100

CMYK color model

#7D0000 color CMYK value is (0,100,100,51).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 50.98%
CMYK:
(0,100,100,51)
C0M100Y100K51 
(0%,100%,100%,51%)
(0.00/1.00/1.00/0.51)	

CMYK percentages

%0
%100
%100
%50.98

Codes

Color #7D0000 in popluar color models

7D0000
RGB12500
HSL100.00%24.51%
HSB/HSV100.00%49.02%
CMYK0.00%100.00%100.00%
50.98%

Color #7D0000 in popluar number systems.

HEX7D0000
Decimal12500
Binary111110100
Octal17500

Shades and tints

Shades of #7D0000

#7D0000
(125,0,0)
#720000
(114,0,0)
#670000
(103,0,0)
#5C0000
(92,0,0)
#510000
(81,0,0)
#460000
(70,0,0)
#3B0000
(59,0,0)
#300000
(48,0,0)
#250000
(37,0,0)
#1A0000
(26,0,0)
#0F0000
(15,0,0)
#000000
(0,0,0)

Tints of #7D0000

#7D0000
(125,0,0)
#881717
(136,23,23)
#932E2E
(147,46,46)
#9E4545
(158,69,69)
#A95C5C
(169,92,92)
#B47373
(180,115,115)
#BF8A8A
(191,138,138)
#CAA1A1
(202,161,161)
#D5B8B8
(213,184,184)
#E0CFCF
(224,207,207)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D0000; }

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

This text font color is #7D0000.


Background Color

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

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

This div background color is #7D0000.


Border color

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

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

This div border color is #7D0000.


Opacity

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

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

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

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

This text has shadow with #7D0000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D0000 on black background.


Color preview on white background

This text has color #7D0000 on white background.



Black color preview on #7D0000 background

This text has black color on #7D0000 background.


White color preview on #7D0000 background

This text has white color on #7D0000 background.