COLOR #7D1B20

HEX: #7D1B20
RGB: (125,27,32)

Color info

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

RGB color model

#7D1B20 color RGB value is (125,27,32).

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

RGB channels and saturation

R 125 of 255 = 49%
G 27 of 255 = 11%
B 32 of 255 = 13%

125
27
32

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

Portions of RGB colors in percentages

R + G + B =
125 + 27 + 32 = 184 (100%)
R 125 of 184 ~ 67.93%
G 27 of 184 ~ 14.67%
B 32 of 184 ~ 17.39%

%67.93
%14.67
%17.39

CMYK color model

#7D1B20 color CMYK value is (0,78,74,51).

  • cyan value is 0.00%
  • magenta value is 78.40%
  • yellow value is 74.40%
  • key color value is 50.98%
CMYK:
(0,78,74,51)
C0M78Y74K51 
(0%,78%,74%,51%)
(0.00/0.78/0.74/0.51)	

CMYK percentages

%0
%78.4
%74.4
%50.98

Codes

Color #7D1B20 in popluar color models

7D1B20
RGB1252732
HSL357°64.47%29.80%
HSB/HSV357°78.40%49.02%
CMYK0.00%78.40%74.40%
50.98%

Color #7D1B20 in popluar number systems.

HEX7D1B20
Decimal1252732
Binary111110111011100000
Octal1753340

Shades and tints

Shades of #7D1B20

#7D1B20
(125,27,32)
#72191E
(114,25,30)
#67171C
(103,23,28)
#5C151A
(92,21,26)
#511318
(81,19,24)
#461116
(70,17,22)
#3B0F14
(59,15,20)
#300D12
(48,13,18)
#250B10
(37,11,16)
#1A090E
(26,9,14)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #7D1B20

#7D1B20
(125,27,32)
#882F34
(136,47,52)
#934348
(147,67,72)
#9E575C
(158,87,92)
#A96B70
(169,107,112)
#B47F84
(180,127,132)
#BF9398
(191,147,152)
#CAA7AC
(202,167,172)
#D5BBC0
(213,187,192)
#E0CFD4
(224,207,212)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1B20; }

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

This text font color is #7D1B20.


Background Color

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

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

This div background color is #7D1B20.


Border color

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

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

This div border color is #7D1B20.


Opacity

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

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

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

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

This text has shadow with #7D1B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1B20 on black background.


Color preview on white background

This text has color #7D1B20 on white background.



Black color preview on #7D1B20 background

This text has black color on #7D1B20 background.


White color preview on #7D1B20 background

This text has white color on #7D1B20 background.