COLOR #7A0E22

HEX: #7A0E22 RGB: (122,14,34)

Color info

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

RGB color model

#7A0E22 color RGB value is (122,14,34).

RGB: (122,14,34) (48%, 5%, 13%)

RGB channels and saturation

R 122 of 255 = 48%
G 14 of 255 = 5%
B 34 of 255 = 13%

122
14
34

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

Portions of RGB colors in percentages

R + G + B = 122 + 14 + 34 = 170 (100%)
R 122 of 170 ~ 71.76%
G 14 of 170 ~ 8.24%
B 34 of 170 ~ 20'%

%71.76
%20

CMYK color model

#7A0E22 color CMYK value is (0,89,72,52).

  • cyan value is 0.00%
  • magenta value is 88.52%
  • yellow value is 72.13%
  • key color value is 52.16%

CMYK: (0,89,72,52)
C0M89Y72K52 (0%, 89%, 72%, 52%)
(0.00 / 0.89 / 0.72 / 0.52)

CMYK percentages

%0
%88.52
%72.13
%52.16

Codes

Color #7A0E22 in popluar color models

7A 0E 22
RGB 122 14 34
HSL 349° 79.41% 26.67%
HSB/HSV 349° 88.52% 47.84%
CMYK 0.00% 88.52% 72.13%
52.16%

Color #7A0E22 in popluar number systems.

HEX 7A 0E 22
Decimal 122 14 34
Binary 1111010 1110 100010
Octal 172 16 42

Shades and tints

Shades of #7A0E22

#7A0E22
(122,14,34)
#6F0D1F
(111,13,31)
#640C1C
(100,12,28)
#590B19
(89,11,25)
#4E0A16
(78,10,22)
#430913
(67,9,19)
#380810
(56,8,16)
#2D070D
(45,7,13)
#22060A
(34,6,10)
#170507
(23,5,7)
#0C0404
(12,4,4)
#000000
(0,0,0)

Tints of #7A0E22

#7A0E22
(122,14,34)
#862336
(134,35,54)
#92384A
(146,56,74)
#9E4D5E
(158,77,94)
#AA6272
(170,98,114)
#B67786
(182,119,134)
#C28C9A
(194,140,154)
#CEA1AE
(206,161,174)
#DAB6C2
(218,182,194)
#E6CBD6
(230,203,214)
#F2E0EA
(242,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A0E22 color. Also use rgb(122,14,34) instead hex code.

Text Font Color

.myTextColor { color: #7A0E22; }

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

This text font color is #7A0E22.

Background Color

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

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

This div background color is #7A0E22.

Border color

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

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

This div border color is #7A0E22.

Opacity

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

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

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

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

This text has shadow with #7A0E22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A0E22.

Preview

Color preview on black background

This text has color #7A0E22 on black background.


Color preview on white background

This text has color #7A0E22 on white background.


Black color preview on #7A0E22 background

This text has black color on #7A0E22 background.


White color preview on #7A0E22 background

This text has white color on #7A0E22 background.


Related colors

Complementary color

Complementary color for #hex is #85F1DD.


I love getcolorcode.com

Triadic colors

1 #227A0E and #0E227A with #7A0E22 are triadic colors.

2 #220E7A and #0E7A22 with #7A0E22 are triadic colors.