COLOR #7A422F

HEX: #7A422F
RGB: (122,66,47)

Color info

#7A422F contains mainly red and green colors. Web safe color of #7A422F is #663333 (or #633).

RGB color model

#7A422F color RGB value is (122,66,47).

  • red value is 122;
  • green value is 66;
  • blue value is 47.
RGB:
(122,66,47)
(48%,26%,18%)

RGB channels and saturation

R 122 of 255 = 48%
G 66 of 255 = 26%
B 47 of 255 = 18%

122
66
47

R + G + B ~ 31%. #7A422F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 66 + 47 = 235 (100%)
R 122 of 235 ~ 51.91%
G 66 of 235 ~ 28.09%
B 47 of 235 ~ 20%

%51.91
%28.09
%20

CMYK color model

#7A422F color CMYK value is (0,46,61,52).

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 61.48%
  • key color value is 52.16%
CMYK:
(0,46,61,52)
C0M46Y61K52 
(0%,46%,61%,52%)
(0.00/0.46/0.61/0.52)	

CMYK percentages

%0
%45.9
%61.48
%52.16

Codes

Color #7A422F in popluar color models

7A422F
RGB1226647
HSL15°44.38%33.14%
HSB/HSV15°61.48%47.84%
CMYK0.00%45.90%61.48%
52.16%

Color #7A422F in popluar number systems.

HEX7A422F
Decimal1226647
Binary11110101000010101111
Octal17210257

Shades and tints

Shades of #7A422F

#7A422F
(122,66,47)
#6F3C2B
(111,60,43)
#643627
(100,54,39)
#593023
(89,48,35)
#4E2A1F
(78,42,31)
#43241B
(67,36,27)
#381E17
(56,30,23)
#2D1813
(45,24,19)
#22120F
(34,18,15)
#170C0B
(23,12,11)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #7A422F

#7A422F
(122,66,47)
#865341
(134,83,65)
#926453
(146,100,83)
#9E7565
(158,117,101)
#AA8677
(170,134,119)
#B69789
(182,151,137)
#C2A89B
(194,168,155)
#CEB9AD
(206,185,173)
#DACABF
(218,202,191)
#E6DBD1
(230,219,209)
#F2ECE3
(242,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A422F; }

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

This text font color is #7A422F.


Background Color

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

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

This div background color is #7A422F.


Border color

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

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

This div border color is #7A422F.


Opacity

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

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

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

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

This text has shadow with #7A422F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A422F on black background.


Color preview on white background

This text has color #7A422F on white background.



Black color preview on #7A422F background

This text has black color on #7A422F background.


White color preview on #7A422F background

This text has white color on #7A422F background.