COLOR #7A463C

HEX: #7A463C
RGB: (122,70,60)

Color info

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

RGB color model

#7A463C color RGB value is (122,70,60).

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

RGB channels and saturation

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

122
70
60

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

Portions of RGB colors in percentages

R + G + B =
122 + 70 + 60 = 252 (100%)
R 122 of 252 ~ 48.41%
G 70 of 252 ~ 27.78%
B 60 of 252 ~ 23.81%

%48.41
%27.78
%23.81

CMYK color model

#7A463C color CMYK value is (0,43,51,52).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 50.82%
  • key color value is 52.16%
CMYK:
(0,43,51,52)
C0M43Y51K52 
(0%,43%,51%,52%)
(0.00/0.43/0.51/0.52)	

CMYK percentages

%0
%42.62
%50.82
%52.16

Codes

Color #7A463C in popluar color models

7A463C
RGB1227060
HSL10°34.07%35.69%
HSB/HSV10°50.82%47.84%
CMYK0.00%42.62%50.82%
52.16%

Color #7A463C in popluar number systems.

HEX7A463C
Decimal1227060
Binary11110101000110111100
Octal17210674

Shades and tints

Shades of #7A463C

#7A463C
(122,70,60)
#6F4037
(111,64,55)
#643A32
(100,58,50)
#59342D
(89,52,45)
#4E2E28
(78,46,40)
#432823
(67,40,35)
#38221E
(56,34,30)
#2D1C19
(45,28,25)
#221614
(34,22,20)
#17100F
(23,16,15)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #7A463C

#7A463C
(122,70,60)
#86564D
(134,86,77)
#92665E
(146,102,94)
#9E766F
(158,118,111)
#AA8680
(170,134,128)
#B69691
(182,150,145)
#C2A6A2
(194,166,162)
#CEB6B3
(206,182,179)
#DAC6C4
(218,198,196)
#E6D6D5
(230,214,213)
#F2E6E6
(242,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A463C; }

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

This text font color is #7A463C.


Background Color

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

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

This div background color is #7A463C.


Border color

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

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

This div border color is #7A463C.


Opacity

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

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

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

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

This text has shadow with #7A463C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A463C on black background.


Color preview on white background

This text has color #7A463C on white background.



Black color preview on #7A463C background

This text has black color on #7A463C background.


White color preview on #7A463C background

This text has white color on #7A463C background.