COLOR #7D1B1D

HEX: #7D1B1D
RGB: (125,27,29)

Color info

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

RGB color model

#7D1B1D color RGB value is (125,27,29).

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

RGB channels and saturation

R 125 of 255 = 49%
G 27 of 255 = 11%
B 29 of 255 = 11%

125
27
29

R + G + B ~ 24%. #7D1B1D is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 27 + 29 = 181 (100%)
R 125 of 181 ~ 69.06%
G 27 of 181 ~ 14.92%
B 29 of 181 ~ 16.02%

%69.06
%14.92
%16.02

CMYK color model

#7D1B1D color CMYK value is (0,78,77,51).

  • cyan value is 0.00%
  • magenta value is 78.40%
  • yellow value is 76.80%
  • key color value is 50.98%
CMYK:
(0,78,77,51)
C0M78Y77K51 
(0%,78%,77%,51%)
(0.00/0.78/0.77/0.51)	

CMYK percentages

%0
%78.4
%76.8
%50.98

Codes

Color #7D1B1D in popluar color models

7D1B1D
RGB1252729
HSL359°64.47%29.80%
HSB/HSV359°78.40%49.02%
CMYK0.00%78.40%76.80%
50.98%

Color #7D1B1D in popluar number systems.

HEX7D1B1D
Decimal1252729
Binary11111011101111101
Octal1753335

Shades and tints

Shades of #7D1B1D

#7D1B1D
(125,27,29)
#72191B
(114,25,27)
#671719
(103,23,25)
#5C1517
(92,21,23)
#511315
(81,19,21)
#461113
(70,17,19)
#3B0F11
(59,15,17)
#300D0F
(48,13,15)
#250B0D
(37,11,13)
#1A090B
(26,9,11)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #7D1B1D

#7D1B1D
(125,27,29)
#882F31
(136,47,49)
#934345
(147,67,69)
#9E5759
(158,87,89)
#A96B6D
(169,107,109)
#B47F81
(180,127,129)
#BF9395
(191,147,149)
#CAA7A9
(202,167,169)
#D5BBBD
(213,187,189)
#E0CFD1
(224,207,209)
#EBE3E5
(235,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1B1D; }

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

This text font color is #7D1B1D.


Background Color

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

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

This div background color is #7D1B1D.


Border color

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

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

This div border color is #7D1B1D.


Opacity

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

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

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

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

This text has shadow with #7D1B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1B1D on black background.


Color preview on white background

This text has color #7D1B1D on white background.



Black color preview on #7D1B1D background

This text has black color on #7D1B1D background.


White color preview on #7D1B1D background

This text has white color on #7D1B1D background.