COLOR #7A1523

HEX: #7A1523
RGB: (122,21,35)

Color info

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

RGB color model

#7A1523 color RGB value is (122,21,35).

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

RGB channels and saturation

R 122 of 255 = 48%
G 21 of 255 = 8%
B 35 of 255 = 14%

122
21
35

R + G + B ~ 23%. #7A1523 is dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 21 + 35 = 178 (100%)
R 122 of 178 ~ 68.54%
G 21 of 178 ~ 11.8%
B 35 of 178 ~ 19.66%

%68.54
%11.8
%19.66

CMYK color model

#7A1523 color CMYK value is (0,83,71,52).

  • cyan value is 0.00%
  • magenta value is 82.79%
  • yellow value is 71.31%
  • key color value is 52.16%
CMYK:
(0,83,71,52)
C0M83Y71K52 
(0%,83%,71%,52%)
(0.00/0.83/0.71/0.52)	

CMYK percentages

%0
%82.79
%71.31
%52.16

Codes

Color #7A1523 in popluar color models

7A1523
RGB1222135
HSL352°70.63%28.04%
HSB/HSV352°82.79%47.84%
CMYK0.00%82.79%71.31%
52.16%

Color #7A1523 in popluar number systems.

HEX7A1523
Decimal1222135
Binary111101010101100011
Octal1722543

Shades and tints

Shades of #7A1523

#7A1523
(122,21,35)
#6F1420
(111,20,32)
#64131D
(100,19,29)
#59121A
(89,18,26)
#4E1117
(78,17,23)
#431014
(67,16,20)
#380F11
(56,15,17)
#2D0E0E
(45,14,14)
#220D0B
(34,13,11)
#170C08
(23,12,8)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #7A1523

#7A1523
(122,21,35)
#862A37
(134,42,55)
#923F4B
(146,63,75)
#9E545F
(158,84,95)
#AA6973
(170,105,115)
#B67E87
(182,126,135)
#C2939B
(194,147,155)
#CEA8AF
(206,168,175)
#DABDC3
(218,189,195)
#E6D2D7
(230,210,215)
#F2E7EB
(242,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A1523; }

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

This text font color is #7A1523.


Background Color

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

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

This div background color is #7A1523.


Border color

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

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

This div border color is #7A1523.


Opacity

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

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

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

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

This text has shadow with #7A1523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1523 on black background.


Color preview on white background

This text has color #7A1523 on white background.



Black color preview on #7A1523 background

This text has black color on #7A1523 background.


White color preview on #7A1523 background

This text has white color on #7A1523 background.