COLOR #7A442B

HEX: #7A442B
RGB: (122,68,43)

Color info

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

RGB color model

#7A442B color RGB value is (122,68,43).

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

RGB channels and saturation

R 122 of 255 = 48%
G 68 of 255 = 27%
B 43 of 255 = 17%

122
68
43

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

Portions of RGB colors in percentages

R + G + B =
122 + 68 + 43 = 233 (100%)
R 122 of 233 ~ 52.36%
G 68 of 233 ~ 29.18%
B 43 of 233 ~ 18.45%

%52.36
%29.18
%18.45

CMYK color model

#7A442B color CMYK value is (0,44,65,52).

  • cyan value is 0.00%
  • magenta value is 44.26%
  • yellow value is 64.75%
  • key color value is 52.16%
CMYK:
(0,44,65,52)
C0M44Y65K52 
(0%,44%,65%,52%)
(0.00/0.44/0.65/0.52)	

CMYK percentages

%0
%44.26
%64.75
%52.16

Codes

Color #7A442B in popluar color models

7A442B
RGB1226843
HSL19°47.88%32.35%
HSB/HSV19°64.75%47.84%
CMYK0.00%44.26%64.75%
52.16%

Color #7A442B in popluar number systems.

HEX7A442B
Decimal1226843
Binary11110101000100101011
Octal17210453

Shades and tints

Shades of #7A442B

#7A442B
(122,68,43)
#6F3E28
(111,62,40)
#643825
(100,56,37)
#593222
(89,50,34)
#4E2C1F
(78,44,31)
#43261C
(67,38,28)
#382019
(56,32,25)
#2D1A16
(45,26,22)
#221413
(34,20,19)
#170E10
(23,14,16)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #7A442B

#7A442B
(122,68,43)
#86553E
(134,85,62)
#926651
(146,102,81)
#9E7764
(158,119,100)
#AA8877
(170,136,119)
#B6998A
(182,153,138)
#C2AA9D
(194,170,157)
#CEBBB0
(206,187,176)
#DACCC3
(218,204,195)
#E6DDD6
(230,221,214)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A442B; }

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

This text font color is #7A442B.


Background Color

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

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

This div background color is #7A442B.


Border color

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

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

This div border color is #7A442B.


Opacity

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

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

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

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

This text has shadow with #7A442B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A442B on black background.


Color preview on white background

This text has color #7A442B on white background.



Black color preview on #7A442B background

This text has black color on #7A442B background.


White color preview on #7A442B background

This text has white color on #7A442B background.