COLOR #7D1722

HEX: #7D1722
RGB: (125,23,34)

Color info

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

RGB color model

#7D1722 color RGB value is (125,23,34).

  • red value is 125;
  • green value is 23;
  • blue value is 34.
RGB:
(125,23,34)
(49%,9%,13%)

RGB channels and saturation

R 125 of 255 = 49%
G 23 of 255 = 9%
B 34 of 255 = 13%

125
23
34

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

Portions of RGB colors in percentages

R + G + B =
125 + 23 + 34 = 182 (100%)
R 125 of 182 ~ 68.68%
G 23 of 182 ~ 12.64%
B 34 of 182 ~ 18.68%

%68.68
%12.64
%18.68

CMYK color model

#7D1722 color CMYK value is (0,82,73,51).

  • cyan value is 0.00%
  • magenta value is 81.60%
  • yellow value is 72.80%
  • key color value is 50.98%
CMYK:
(0,82,73,51)
C0M82Y73K51 
(0%,82%,73%,51%)
(0.00/0.82/0.73/0.51)	

CMYK percentages

%0
%81.6
%72.8
%50.98

Codes

Color #7D1722 in popluar color models

7D1722
RGB1252334
HSL354°68.92%29.02%
HSB/HSV354°81.60%49.02%
CMYK0.00%81.60%72.80%
50.98%

Color #7D1722 in popluar number systems.

HEX7D1722
Decimal1252334
Binary111110110111100010
Octal1752742

Shades and tints

Shades of #7D1722

#7D1722
(125,23,34)
#72151F
(114,21,31)
#67131C
(103,19,28)
#5C1119
(92,17,25)
#510F16
(81,15,22)
#460D13
(70,13,19)
#3B0B10
(59,11,16)
#30090D
(48,9,13)
#25070A
(37,7,10)
#1A0507
(26,5,7)
#0F0304
(15,3,4)
#000000
(0,0,0)

Tints of #7D1722

#7D1722
(125,23,34)
#882C36
(136,44,54)
#93414A
(147,65,74)
#9E565E
(158,86,94)
#A96B72
(169,107,114)
#B48086
(180,128,134)
#BF959A
(191,149,154)
#CAAAAE
(202,170,174)
#D5BFC2
(213,191,194)
#E0D4D6
(224,212,214)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1722; }

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

This text font color is #7D1722.


Background Color

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

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

This div background color is #7D1722.


Border color

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

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

This div border color is #7D1722.


Opacity

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

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

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

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

This text has shadow with #7D1722 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1722 on black background.


Color preview on white background

This text has color #7D1722 on white background.



Black color preview on #7D1722 background

This text has black color on #7D1722 background.


White color preview on #7D1722 background

This text has white color on #7D1722 background.