COLOR #7A3322

HEX: #7A3322
RGB: (122,51,34)

Color info

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

RGB color model

#7A3322 color RGB value is (122,51,34).

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

RGB channels and saturation

R 122 of 255 = 48%
G 51 of 255 = 20%
B 34 of 255 = 13%

122
51
34

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

Portions of RGB colors in percentages

R + G + B =
122 + 51 + 34 = 207 (100%)
R 122 of 207 ~ 58.94%
G 51 of 207 ~ 24.64%
B 34 of 207 ~ 16.43%

%58.94
%24.64
%16.43

CMYK color model

#7A3322 color CMYK value is (0,58,72,52).

  • cyan value is 0.00%
  • magenta value is 58.20%
  • yellow value is 72.13%
  • key color value is 52.16%
CMYK:
(0,58,72,52)
C0M58Y72K52 
(0%,58%,72%,52%)
(0.00/0.58/0.72/0.52)	

CMYK percentages

%0
%58.2
%72.13
%52.16

Codes

Color #7A3322 in popluar color models

7A3322
RGB1225134
HSL12°56.41%30.59%
HSB/HSV12°72.13%47.84%
CMYK0.00%58.20%72.13%
52.16%

Color #7A3322 in popluar number systems.

HEX7A3322
Decimal1225134
Binary1111010110011100010
Octal1726342

Shades and tints

Shades of #7A3322

#7A3322
(122,51,34)
#6F2F1F
(111,47,31)
#642B1C
(100,43,28)
#592719
(89,39,25)
#4E2316
(78,35,22)
#431F13
(67,31,19)
#381B10
(56,27,16)
#2D170D
(45,23,13)
#22130A
(34,19,10)
#170F07
(23,15,7)
#0C0B04
(12,11,4)
#000000
(0,0,0)

Tints of #7A3322

#7A3322
(122,51,34)
#864536
(134,69,54)
#92574A
(146,87,74)
#9E695E
(158,105,94)
#AA7B72
(170,123,114)
#B68D86
(182,141,134)
#C29F9A
(194,159,154)
#CEB1AE
(206,177,174)
#DAC3C2
(218,195,194)
#E6D5D6
(230,213,214)
#F2E7EA
(242,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A3322; }

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

This text font color is #7A3322.


Background Color

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

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

This div background color is #7A3322.


Border color

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

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

This div border color is #7A3322.


Opacity

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

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

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

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

This text has shadow with #7A3322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3322 on black background.


Color preview on white background

This text has color #7A3322 on white background.



Black color preview on #7A3322 background

This text has black color on #7A3322 background.


White color preview on #7A3322 background

This text has white color on #7A3322 background.