COLOR #7A2C2C

HEX: #7A2C2C
RGB: (122,44,44)

Color info

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

RGB color model

#7A2C2C color RGB value is (122,44,44).

  • red value is 122;
  • green value is 44;
  • blue value is 44.
RGB:
(122,44,44)
(48%,17%,17%)

RGB channels and saturation

R 122 of 255 = 48%
G 44 of 255 = 17%
B 44 of 255 = 17%

122
44
44

R + G + B ~ 27%. #7A2C2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 44 + 44 = 210 (100%)
R 122 of 210 ~ 58.1%
G 44 of 210 ~ 20.95%
B 44 of 210 ~ 20.95%

%58.1
%20.95
%20.95

CMYK color model

#7A2C2C color CMYK value is (0,64,64,52).

  • cyan value is 0.00%
  • magenta value is 63.93%
  • yellow value is 63.93%
  • key color value is 52.16%
CMYK:
(0,64,64,52)
C0M64Y64K52 
(0%,64%,64%,52%)
(0.00/0.64/0.64/0.52)	

CMYK percentages

%0
%63.93
%63.93
%52.16

Codes

Color #7A2C2C in popluar color models

7A2C2C
RGB1224444
HSL46.99%32.55%
HSB/HSV63.93%47.84%
CMYK0.00%63.93%63.93%
52.16%

Color #7A2C2C in popluar number systems.

HEX7A2C2C
Decimal1224444
Binary1111010101100101100
Octal1725454

Shades and tints

Shades of #7A2C2C

#7A2C2C
(122,44,44)
#6F2828
(111,40,40)
#642424
(100,36,36)
#592020
(89,32,32)
#4E1C1C
(78,28,28)
#431818
(67,24,24)
#381414
(56,20,20)
#2D1010
(45,16,16)
#220C0C
(34,12,12)
#170808
(23,8,8)
#0C0404
(12,4,4)
#000000
(0,0,0)

Tints of #7A2C2C

#7A2C2C
(122,44,44)
#863F3F
(134,63,63)
#925252
(146,82,82)
#9E6565
(158,101,101)
#AA7878
(170,120,120)
#B68B8B
(182,139,139)
#C29E9E
(194,158,158)
#CEB1B1
(206,177,177)
#DAC4C4
(218,196,196)
#E6D7D7
(230,215,215)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A2C2C; }

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

This text font color is #7A2C2C.


Background Color

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

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

This div background color is #7A2C2C.


Border color

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

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

This div border color is #7A2C2C.


Opacity

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

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

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

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

This text has shadow with #7A2C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A2C2C on black background.


Color preview on white background

This text has color #7A2C2C on white background.



Black color preview on #7A2C2C background

This text has black color on #7A2C2C background.


White color preview on #7A2C2C background

This text has white color on #7A2C2C background.