COLOR #7A3C47

HEX: #7A3C47
RGB: (122,60,71)

Color info

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

RGB color model

#7A3C47 color RGB value is (122,60,71).

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

RGB channels and saturation

R 122 of 255 = 48%
G 60 of 255 = 24%
B 71 of 255 = 28%

122
60
71

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

Portions of RGB colors in percentages

R + G + B =
122 + 60 + 71 = 253 (100%)
R 122 of 253 ~ 48.22%
G 60 of 253 ~ 23.72%
B 71 of 253 ~ 28.06%

%48.22
%23.72
%28.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.82%
  • yellow value is 41.80%
  • key color value is 52.16%
CMYK:
(0,51,42,52)
C0M51Y42K52 
(0%,51%,42%,52%)
(0.00/0.51/0.42/0.52)	

CMYK percentages

%0
%50.82
%41.8
%52.16

Codes

Color #7A3C47 in popluar color models

7A3C47
RGB1226071
HSL349°34.07%35.69%
HSB/HSV349°50.82%47.84%
CMYK0.00%50.82%41.80%
52.16%

Color #7A3C47 in popluar number systems.

HEX7A3C47
Decimal1226071
Binary11110101111001000111
Octal17274107

Shades and tints

Shades of #7A3C47

#7A3C47
(122,60,71)
#6F3741
(111,55,65)
#64323B
(100,50,59)
#592D35
(89,45,53)
#4E282F
(78,40,47)
#432329
(67,35,41)
#381E23
(56,30,35)
#2D191D
(45,25,29)
#221417
(34,20,23)
#170F11
(23,15,17)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #7A3C47

#7A3C47
(122,60,71)
#864D57
(134,77,87)
#925E67
(146,94,103)
#9E6F77
(158,111,119)
#AA8087
(170,128,135)
#B69197
(182,145,151)
#C2A2A7
(194,162,167)
#CEB3B7
(206,179,183)
#DAC4C7
(218,196,199)
#E6D5D7
(230,213,215)
#F2E6E7
(242,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A3C47; }

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

This text font color is #7A3C47.


Background Color

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

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

This div background color is #7A3C47.


Border color

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

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

This div border color is #7A3C47.


Opacity

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

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

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

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

This text has shadow with #7A3C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3C47 on black background.


Color preview on white background

This text has color #7A3C47 on white background.



Black color preview on #7A3C47 background

This text has black color on #7A3C47 background.


White color preview on #7A3C47 background

This text has white color on #7A3C47 background.