COLOR #7A473A

HEX: #7A473A
RGB: (122,71,58)

Color info

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

RGB color model

#7A473A color RGB value is (122,71,58).

  • red value is 122;
  • green value is 71;
  • blue value is 58.
RGB:
(122,71,58)
(48%,28%,23%)

RGB channels and saturation

R 122 of 255 = 48%
G 71 of 255 = 28%
B 58 of 255 = 23%

122
71
58

R + G + B ~ 33%. #7A473A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 71 + 58 = 251 (100%)
R 122 of 251 ~ 48.61%
G 71 of 251 ~ 28.29%
B 58 of 251 ~ 23.11%

%48.61
%28.29
%23.11

CMYK color model

#7A473A color CMYK value is (0,42,52,52).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 52.46%
  • key color value is 52.16%
CMYK:
(0,42,52,52)
C0M42Y52K52 
(0%,42%,52%,52%)
(0.00/0.42/0.52/0.52)	

CMYK percentages

%0
%41.8
%52.46
%52.16

Codes

Color #7A473A in popluar color models

7A473A
RGB1227158
HSL12°35.56%35.29%
HSB/HSV12°52.46%47.84%
CMYK0.00%41.80%52.46%
52.16%

Color #7A473A in popluar number systems.

HEX7A473A
Decimal1227158
Binary11110101000111111010
Octal17210772

Shades and tints

Shades of #7A473A

#7A473A
(122,71,58)
#6F4135
(111,65,53)
#643B30
(100,59,48)
#59352B
(89,53,43)
#4E2F26
(78,47,38)
#432921
(67,41,33)
#38231C
(56,35,28)
#2D1D17
(45,29,23)
#221712
(34,23,18)
#17110D
(23,17,13)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #7A473A

#7A473A
(122,71,58)
#86574B
(134,87,75)
#92675C
(146,103,92)
#9E776D
(158,119,109)
#AA877E
(170,135,126)
#B6978F
(182,151,143)
#C2A7A0
(194,167,160)
#CEB7B1
(206,183,177)
#DAC7C2
(218,199,194)
#E6D7D3
(230,215,211)
#F2E7E4
(242,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A473A color. Also use rgb(122,71,58) instead hex code.

Text Font Color

.myTextColor { color: #7A473A; }

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

This text font color is #7A473A.


Background Color

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

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

This div background color is #7A473A.


Border color

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

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

This div border color is #7A473A.


Opacity

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

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

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

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

This text has shadow with #7A473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A473A on black background.


Color preview on white background

This text has color #7A473A on white background.



Black color preview on #7A473A background

This text has black color on #7A473A background.


White color preview on #7A473A background

This text has white color on #7A473A background.