COLOR #7A2123

HEX: #7A2123
RGB: (122,33,35)

Color info

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

RGB color model

#7A2123 color RGB value is (122,33,35).

  • red value is 122;
  • green value is 33;
  • blue value is 35.
RGB:
(122,33,35)
(48%,13%,14%)

RGB channels and saturation

R 122 of 255 = 48%
G 33 of 255 = 13%
B 35 of 255 = 14%

122
33
35

R + G + B ~ 25%. #7A2123 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 33 + 35 = 190 (100%)
R 122 of 190 ~ 64.21%
G 33 of 190 ~ 17.37%
B 35 of 190 ~ 18.42%

%64.21
%17.37
%18.42

CMYK color model

#7A2123 color CMYK value is (0,73,71,52).

  • cyan value is 0.00%
  • magenta value is 72.95%
  • yellow value is 71.31%
  • key color value is 52.16%
CMYK:
(0,73,71,52)
C0M73Y71K52 
(0%,73%,71%,52%)
(0.00/0.73/0.71/0.52)	

CMYK percentages

%0
%72.95
%71.31
%52.16

Codes

Color #7A2123 in popluar color models

7A2123
RGB1223335
HSL359°57.42%30.39%
HSB/HSV359°72.95%47.84%
CMYK0.00%72.95%71.31%
52.16%

Color #7A2123 in popluar number systems.

HEX7A2123
Decimal1223335
Binary1111010100001100011
Octal1724143

Shades and tints

Shades of #7A2123

#7A2123
(122,33,35)
#6F1E20
(111,30,32)
#641B1D
(100,27,29)
#59181A
(89,24,26)
#4E1517
(78,21,23)
#431214
(67,18,20)
#380F11
(56,15,17)
#2D0C0E
(45,12,14)
#22090B
(34,9,11)
#170608
(23,6,8)
#0C0305
(12,3,5)
#000000
(0,0,0)

Tints of #7A2123

#7A2123
(122,33,35)
#863537
(134,53,55)
#92494B
(146,73,75)
#9E5D5F
(158,93,95)
#AA7173
(170,113,115)
#B68587
(182,133,135)
#C2999B
(194,153,155)
#CEADAF
(206,173,175)
#DAC1C3
(218,193,195)
#E6D5D7
(230,213,215)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A2123 color. Also use rgb(122,33,35) instead hex code.

Text Font Color

.myTextColor { color: #7A2123; }

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

This text font color is #7A2123.


Background Color

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

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

This div background color is #7A2123.


Border color

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

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

This div border color is #7A2123.


Opacity

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

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

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

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

This text has shadow with #7A2123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A2123 on black background.


Color preview on white background

This text has color #7A2123 on white background.



Black color preview on #7A2123 background

This text has black color on #7A2123 background.


White color preview on #7A2123 background

This text has white color on #7A2123 background.