COLOR #7A372E

HEX: #7A372E
RGB: (122,55,46)

Color info

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

RGB color model

#7A372E color RGB value is (122,55,46).

  • red value is 122;
  • green value is 55;
  • blue value is 46.
RGB:
(122,55,46)
(48%,22%,18%)

RGB channels and saturation

R 122 of 255 = 48%
G 55 of 255 = 22%
B 46 of 255 = 18%

122
55
46

R + G + B ~ 29%. #7A372E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 55 + 46 = 223 (100%)
R 122 of 223 ~ 54.71%
G 55 of 223 ~ 24.66%
B 46 of 223 ~ 20.63%

%54.71
%24.66
%20.63

CMYK color model

#7A372E color CMYK value is (0,55,62,52).

  • cyan value is 0.00%
  • magenta value is 54.92%
  • yellow value is 62.30%
  • key color value is 52.16%
CMYK:
(0,55,62,52)
C0M55Y62K52 
(0%,55%,62%,52%)
(0.00/0.55/0.62/0.52)	

CMYK percentages

%0
%54.92
%62.3
%52.16

Codes

Color #7A372E in popluar color models

7A372E
RGB1225546
HSL45.24%32.94%
HSB/HSV62.30%47.84%
CMYK0.00%54.92%62.30%
52.16%

Color #7A372E in popluar number systems.

HEX7A372E
Decimal1225546
Binary1111010110111101110
Octal1726756

Shades and tints

Shades of #7A372E

#7A372E
(122,55,46)
#6F322A
(111,50,42)
#642D26
(100,45,38)
#592822
(89,40,34)
#4E231E
(78,35,30)
#431E1A
(67,30,26)
#381916
(56,25,22)
#2D1412
(45,20,18)
#220F0E
(34,15,14)
#170A0A
(23,10,10)
#0C0506
(12,5,6)
#000000
(0,0,0)

Tints of #7A372E

#7A372E
(122,55,46)
#864941
(134,73,65)
#925B54
(146,91,84)
#9E6D67
(158,109,103)
#AA7F7A
(170,127,122)
#B6918D
(182,145,141)
#C2A3A0
(194,163,160)
#CEB5B3
(206,181,179)
#DAC7C6
(218,199,198)
#E6D9D9
(230,217,217)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A372E; }

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

This text font color is #7A372E.


Background Color

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

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

This div background color is #7A372E.


Border color

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

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

This div border color is #7A372E.


Opacity

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

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

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

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

This text has shadow with #7A372E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A372E on black background.


Color preview on white background

This text has color #7A372E on white background.



Black color preview on #7A372E background

This text has black color on #7A372E background.


White color preview on #7A372E background

This text has white color on #7A372E background.