COLOR #7A1C14

HEX: #7A1C14
RGB: (122,28,20)

Color info

#7A1C14 contains mainly red color. Web safe color of #7A1C14 is #663300 (or #630).

RGB color model

#7A1C14 color RGB value is (122,28,20).

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

RGB channels and saturation

R 122 of 255 = 48%
G 28 of 255 = 11%
B 20 of 255 = 8%

122
28
20

R + G + B ~ 22%. #7A1C14 is dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 28 + 20 = 170 (100%)
R 122 of 170 ~ 71.76%
G 28 of 170 ~ 16.47%
B 20 of 170 ~ 11.76%

%71.76
%16.47
%11.76

CMYK color model

#7A1C14 color CMYK value is (0,77,84,52).

  • cyan value is 0.00%
  • magenta value is 77.05%
  • yellow value is 83.61%
  • key color value is 52.16%
CMYK:
(0,77,84,52)
C0M77Y84K52 
(0%,77%,84%,52%)
(0.00/0.77/0.84/0.52)	

CMYK percentages

%0
%77.05
%83.61
%52.16

Codes

Color #7A1C14 in popluar color models

7A1C14
RGB1222820
HSL71.83%27.84%
HSB/HSV83.61%47.84%
CMYK0.00%77.05%83.61%
52.16%

Color #7A1C14 in popluar number systems.

HEX7A1C14
Decimal1222820
Binary11110101110010100
Octal1723424

Shades and tints

Shades of #7A1C14

#7A1C14
(122,28,20)
#6F1A13
(111,26,19)
#641812
(100,24,18)
#591611
(89,22,17)
#4E1410
(78,20,16)
#43120F
(67,18,15)
#38100E
(56,16,14)
#2D0E0D
(45,14,13)
#220C0C
(34,12,12)
#170A0B
(23,10,11)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #7A1C14

#7A1C14
(122,28,20)
#863029
(134,48,41)
#92443E
(146,68,62)
#9E5853
(158,88,83)
#AA6C68
(170,108,104)
#B6807D
(182,128,125)
#C29492
(194,148,146)
#CEA8A7
(206,168,167)
#DABCBC
(218,188,188)
#E6D0D1
(230,208,209)
#F2E4E6
(242,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A1C14; }

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

This text font color is #7A1C14.


Background Color

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

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

This div background color is #7A1C14.


Border color

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

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

This div border color is #7A1C14.


Opacity

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

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

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

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

This text has shadow with #7A1C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1C14 on black background.


Color preview on white background

This text has color #7A1C14 on white background.



Black color preview on #7A1C14 background

This text has black color on #7A1C14 background.


White color preview on #7A1C14 background

This text has white color on #7A1C14 background.