COLOR #7D1E20

HEX: #7D1E20 RGB: (125,30,32)

Color info

#7D1E20 contains mainly red color. Web safe color of #7D1E20 is #663333 (or #633).

RGB color model

#7D1E20 color RGB value is (125,30,32).

RGB: (125,30,32) (49%, 12%, 13%)

RGB channels and saturation

R 125 of 255 = 49%
G 30 of 255 = 12%
B 32 of 255 = 13%

125
30
32

R + G + B ~ 25%. #7D1E20 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 30 + 32 = 187 (100%)
R 125 of 187 ~ 66.84%
G 30 of 187 ~ 16.04%
B 32 of 187 ~ 17.11'%

%66.84
%16.04
%17.11

CMYK color model

#7D1E20 color CMYK value is (0,76,74,51).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 74.40%
  • key color value is 50.98%

CMYK: (0,76,74,51)
C0M76Y74K51 (0%, 76%, 74%, 51%)
(0.00 / 0.76 / 0.74 / 0.51)

CMYK percentages

%0
%76
%74.4
%50.98

Codes

Color #7D1E20 in popluar color models

7D 1E 20
RGB 125 30 32
HSL 359° 61.29% 30.39%
HSB/HSV 359° 76.00% 49.02%
CMYK 0.00% 76.00% 74.40%
50.98%

Color #7D1E20 in popluar number systems.

HEX 7D 1E 20
Decimal 125 30 32
Binary 1111101 11110 100000
Octal 175 36 40

Shades and tints

Shades of #7D1E20

#7D1E20
(125,30,32)
#721C1E
(114,28,30)
#671A1C
(103,26,28)
#5C181A
(92,24,26)
#511618
(81,22,24)
#461416
(70,20,22)
#3B1214
(59,18,20)
#301012
(48,16,18)
#250E10
(37,14,16)
#1A0C0E
(26,12,14)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #7D1E20

#7D1E20
(125,30,32)
#883234
(136,50,52)
#934648
(147,70,72)
#9E5A5C
(158,90,92)
#A96E70
(169,110,112)
#B48284
(180,130,132)
#BF9698
(191,150,152)
#CAAAAC
(202,170,172)
#D5BEC0
(213,190,192)
#E0D2D4
(224,210,212)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1E20; }

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

This text font color is #7D1E20.

Background Color

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

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

This div background color is #7D1E20.

Border color

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

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

This div border color is #7D1E20.

Opacity

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

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

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

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

This text has shadow with #7D1E20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D1E20.

Preview

Color preview on black background

This text has color #7D1E20 on black background.


Color preview on white background

This text has color #7D1E20 on white background.


Black color preview on #7D1E20 background

This text has black color on #7D1E20 background.


White color preview on #7D1E20 background

This text has white color on #7D1E20 background.


Related colors

Complementary color

Complementary color for #hex is #82E1DF.


I love getcolorcode.com

Triadic colors

1 #207D1E and #1E207D with #7D1E20 are triadic colors.

2 #201E7D and #1E7D20 with #7D1E20 are triadic colors.