COLOR #7A1C3E

HEX: #7A1C3E
RGB: (122,28,62)

Color info

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

RGB color model

#7A1C3E color RGB value is (122,28,62).

  • red value is 122;
  • green value is 28;
  • blue value is 62.
RGB:
(122,28,62)
(48%,11%,24%)

RGB channels and saturation

R 122 of 255 = 48%
G 28 of 255 = 11%
B 62 of 255 = 24%

122
28
62

R + G + B ~ 28%. #7A1C3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 28 + 62 = 212 (100%)
R 122 of 212 ~ 57.55%
G 28 of 212 ~ 13.21%
B 62 of 212 ~ 29.25%

%57.55
%13.21
%29.25

CMYK color model

#7A1C3E color CMYK value is (0,77,49,52).

  • cyan value is 0.00%
  • magenta value is 77.05%
  • yellow value is 49.18%
  • key color value is 52.16%
CMYK:
(0,77,49,52)
C0M77Y49K52 
(0%,77%,49%,52%)
(0.00/0.77/0.49/0.52)	

CMYK percentages

%0
%77.05
%49.18
%52.16

Codes

Color #7A1C3E in popluar color models

7A1C3E
RGB1222862
HSL338°62.67%29.41%
HSB/HSV338°77.05%47.84%
CMYK0.00%77.05%49.18%
52.16%

Color #7A1C3E in popluar number systems.

HEX7A1C3E
Decimal1222862
Binary111101011100111110
Octal1723476

Shades and tints

Shades of #7A1C3E

#7A1C3E
(122,28,62)
#6F1A39
(111,26,57)
#641834
(100,24,52)
#59162F
(89,22,47)
#4E142A
(78,20,42)
#431225
(67,18,37)
#381020
(56,16,32)
#2D0E1B
(45,14,27)
#220C16
(34,12,22)
#170A11
(23,10,17)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #7A1C3E

#7A1C3E
(122,28,62)
#86304F
(134,48,79)
#924460
(146,68,96)
#9E5871
(158,88,113)
#AA6C82
(170,108,130)
#B68093
(182,128,147)
#C294A4
(194,148,164)
#CEA8B5
(206,168,181)
#DABCC6
(218,188,198)
#E6D0D7
(230,208,215)
#F2E4E8
(242,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A1C3E color. Also use rgb(122,28,62) instead hex code.

Text Font Color

.myTextColor { color: #7A1C3E; }

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

This text font color is #7A1C3E.


Background Color

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

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

This div background color is #7A1C3E.


Border color

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

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

This div border color is #7A1C3E.


Opacity

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

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

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

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

This text has shadow with #7A1C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1C3E on black background.


Color preview on white background

This text has color #7A1C3E on white background.



Black color preview on #7A1C3E background

This text has black color on #7A1C3E background.


White color preview on #7A1C3E background

This text has white color on #7A1C3E background.