COLOR #7A3D46

HEX: #7A3D46
RGB: (122,61,70)

Color info

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

RGB color model

#7A3D46 color RGB value is (122,61,70).

  • red value is 122;
  • green value is 61;
  • blue value is 70.
RGB:
(122,61,70)
(48%,24%,27%)

RGB channels and saturation

R 122 of 255 = 48%
G 61 of 255 = 24%
B 70 of 255 = 27%

122
61
70

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

Portions of RGB colors in percentages

R + G + B =
122 + 61 + 70 = 253 (100%)
R 122 of 253 ~ 48.22%
G 61 of 253 ~ 24.11%
B 70 of 253 ~ 27.67%

%48.22
%24.11
%27.67

CMYK color model

#7A3D46 color CMYK value is (0,50,43,52).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 42.62%
  • key color value is 52.16%
CMYK:
(0,50,43,52)
C0M50Y43K52 
(0%,50%,43%,52%)
(0.00/0.50/0.43/0.52)	

CMYK percentages

%0
%50
%42.62
%52.16

Codes

Color #7A3D46 in popluar color models

7A3D46
RGB1226170
HSL351°33.33%35.88%
HSB/HSV351°50.00%47.84%
CMYK0.00%50.00%42.62%
52.16%

Color #7A3D46 in popluar number systems.

HEX7A3D46
Decimal1226170
Binary11110101111011000110
Octal17275106

Shades and tints

Shades of #7A3D46

#7A3D46
(122,61,70)
#6F3840
(111,56,64)
#64333A
(100,51,58)
#592E34
(89,46,52)
#4E292E
(78,41,46)
#432428
(67,36,40)
#381F22
(56,31,34)
#2D1A1C
(45,26,28)
#221516
(34,21,22)
#171010
(23,16,16)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #7A3D46

#7A3D46
(122,61,70)
#864E56
(134,78,86)
#925F66
(146,95,102)
#9E7076
(158,112,118)
#AA8186
(170,129,134)
#B69296
(182,146,150)
#C2A3A6
(194,163,166)
#CEB4B6
(206,180,182)
#DAC5C6
(218,197,198)
#E6D6D6
(230,214,214)
#F2E7E6
(242,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3D46 color. Also use rgb(122,61,70) instead hex code.

Text Font Color

.myTextColor { color: #7A3D46; }

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

This text font color is #7A3D46.


Background Color

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

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

This div background color is #7A3D46.


Border color

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

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

This div border color is #7A3D46.


Opacity

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

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

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

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

This text has shadow with #7A3D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3D46 on black background.


Color preview on white background

This text has color #7A3D46 on white background.



Black color preview on #7A3D46 background

This text has black color on #7A3D46 background.


White color preview on #7A3D46 background

This text has white color on #7A3D46 background.