COLOR #7A2B22

HEX: #7A2B22
RGB: (122,43,34)

Color info

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

RGB color model

#7A2B22 color RGB value is (122,43,34).

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

RGB channels and saturation

R 122 of 255 = 48%
G 43 of 255 = 17%
B 34 of 255 = 13%

122
43
34

R + G + B ~ 26%. #7A2B22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 43 + 34 = 199 (100%)
R 122 of 199 ~ 61.31%
G 43 of 199 ~ 21.61%
B 34 of 199 ~ 17.09%

%61.31
%21.61
%17.09

CMYK color model

#7A2B22 color CMYK value is (0,65,72,52).

  • cyan value is 0.00%
  • magenta value is 64.75%
  • yellow value is 72.13%
  • key color value is 52.16%
CMYK:
(0,65,72,52)
C0M65Y72K52 
(0%,65%,72%,52%)
(0.00/0.65/0.72/0.52)	

CMYK percentages

%0
%64.75
%72.13
%52.16

Codes

Color #7A2B22 in popluar color models

7A2B22
RGB1224334
HSL56.41%30.59%
HSB/HSV72.13%47.84%
CMYK0.00%64.75%72.13%
52.16%

Color #7A2B22 in popluar number systems.

HEX7A2B22
Decimal1224334
Binary1111010101011100010
Octal1725342

Shades and tints

Shades of #7A2B22

#7A2B22
(122,43,34)
#6F281F
(111,40,31)
#64251C
(100,37,28)
#592219
(89,34,25)
#4E1F16
(78,31,22)
#431C13
(67,28,19)
#381910
(56,25,16)
#2D160D
(45,22,13)
#22130A
(34,19,10)
#171007
(23,16,7)
#0C0D04
(12,13,4)
#000000
(0,0,0)

Tints of #7A2B22

#7A2B22
(122,43,34)
#863E36
(134,62,54)
#92514A
(146,81,74)
#9E645E
(158,100,94)
#AA7772
(170,119,114)
#B68A86
(182,138,134)
#C29D9A
(194,157,154)
#CEB0AE
(206,176,174)
#DAC3C2
(218,195,194)
#E6D6D6
(230,214,214)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A2B22; }

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

This text font color is #7A2B22.


Background Color

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

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

This div background color is #7A2B22.


Border color

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

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

This div border color is #7A2B22.


Opacity

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

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

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

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

This text has shadow with #7A2B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A2B22 on black background.


Color preview on white background

This text has color #7A2B22 on white background.



Black color preview on #7A2B22 background

This text has black color on #7A2B22 background.


White color preview on #7A2B22 background

This text has white color on #7A2B22 background.