COLOR #7D142A

HEX: #7D142A
RGB: (125,20,42)

Color info

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

RGB color model

#7D142A color RGB value is (125,20,42).

  • red value is 125;
  • green value is 20;
  • blue value is 42.
RGB:
(125,20,42)
(49%,8%,16%)

RGB channels and saturation

R 125 of 255 = 49%
G 20 of 255 = 8%
B 42 of 255 = 16%

125
20
42

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

Portions of RGB colors in percentages

R + G + B =
125 + 20 + 42 = 187 (100%)
R 125 of 187 ~ 66.84%
G 20 of 187 ~ 10.7%
B 42 of 187 ~ 22.46%

%66.84
%10.7
%22.46

CMYK color model

#7D142A color CMYK value is (0,84,66,51).

  • cyan value is 0.00%
  • magenta value is 84.00%
  • yellow value is 66.40%
  • key color value is 50.98%
CMYK:
(0,84,66,51)
C0M84Y66K51 
(0%,84%,66%,51%)
(0.00/0.84/0.66/0.51)	

CMYK percentages

%0
%84
%66.4
%50.98

Codes

Color #7D142A in popluar color models

7D142A
RGB1252042
HSL347°72.41%28.43%
HSB/HSV347°84.00%49.02%
CMYK0.00%84.00%66.40%
50.98%

Color #7D142A in popluar number systems.

HEX7D142A
Decimal1252042
Binary111110110100101010
Octal1752452

Shades and tints

Shades of #7D142A

#7D142A
(125,20,42)
#721327
(114,19,39)
#671224
(103,18,36)
#5C1121
(92,17,33)
#51101E
(81,16,30)
#460F1B
(70,15,27)
#3B0E18
(59,14,24)
#300D15
(48,13,21)
#250C12
(37,12,18)
#1A0B0F
(26,11,15)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #7D142A

#7D142A
(125,20,42)
#88293D
(136,41,61)
#933E50
(147,62,80)
#9E5363
(158,83,99)
#A96876
(169,104,118)
#B47D89
(180,125,137)
#BF929C
(191,146,156)
#CAA7AF
(202,167,175)
#D5BCC2
(213,188,194)
#E0D1D5
(224,209,213)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D142A; }

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

This text font color is #7D142A.


Background Color

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

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

This div background color is #7D142A.


Border color

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

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

This div border color is #7D142A.


Opacity

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

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

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

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

This text has shadow with #7D142A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D142A on black background.


Color preview on white background

This text has color #7D142A on white background.



Black color preview on #7D142A background

This text has black color on #7D142A background.


White color preview on #7D142A background

This text has white color on #7D142A background.