COLOR #7A4343

HEX: #7A4343
RGB: (122,67,67)

Color info

#7A4343 contains red, green and blue colors in about the same proportion. Web safe color of #7A4343 is #663333 (or #633).

RGB color model

#7A4343 color RGB value is (122,67,67).

  • red value is 122;
  • green value is 67;
  • blue value is 67.
RGB:
(122,67,67)
(48%,26%,26%)

RGB channels and saturation

R 122 of 255 = 48%
G 67 of 255 = 26%
B 67 of 255 = 26%

122
67
67

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

Portions of RGB colors in percentages

R + G + B =
122 + 67 + 67 = 256 (100%)
R 122 of 256 ~ 47.66%
G 67 of 256 ~ 26.17%
B 67 of 256 ~ 26.17%

%47.66
%26.17
%26.17

CMYK color model

#7A4343 color CMYK value is (0,45,45,52).

  • cyan value is 0.00%
  • magenta value is 45.08%
  • yellow value is 45.08%
  • key color value is 52.16%
CMYK:
(0,45,45,52)
C0M45Y45K52 
(0%,45%,45%,52%)
(0.00/0.45/0.45/0.52)	

CMYK percentages

%0
%45.08
%45.08
%52.16

Codes

Color #7A4343 in popluar color models

7A4343
RGB1226767
HSL29.10%37.06%
HSB/HSV45.08%47.84%
CMYK0.00%45.08%45.08%
52.16%

Color #7A4343 in popluar number systems.

HEX7A4343
Decimal1226767
Binary111101010000111000011
Octal172103103

Shades and tints

Shades of #7A4343

#7A4343
(122,67,67)
#6F3D3D
(111,61,61)
#643737
(100,55,55)
#593131
(89,49,49)
#4E2B2B
(78,43,43)
#432525
(67,37,37)
#381F1F
(56,31,31)
#2D1919
(45,25,25)
#221313
(34,19,19)
#170D0D
(23,13,13)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #7A4343

#7A4343
(122,67,67)
#865454
(134,84,84)
#926565
(146,101,101)
#9E7676
(158,118,118)
#AA8787
(170,135,135)
#B69898
(182,152,152)
#C2A9A9
(194,169,169)
#CEBABA
(206,186,186)
#DACBCB
(218,203,203)
#E6DCDC
(230,220,220)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4343; }

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

This text font color is #7A4343.


Background Color

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

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

This div background color is #7A4343.


Border color

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

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

This div border color is #7A4343.


Opacity

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

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

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

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

This text has shadow with #7A4343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4343 on black background.


Color preview on white background

This text has color #7A4343 on white background.



Black color preview on #7A4343 background

This text has black color on #7A4343 background.


White color preview on #7A4343 background

This text has white color on #7A4343 background.