COLOR #742322

HEX: #742322
RGB: (116,35,34)

Color info

#742322 contains mainly red color. Web safe color of #742322 is #663333 (or #633).

RGB color model

#742322 color RGB value is (116,35,34).

  • red value is 116;
  • green value is 35;
  • blue value is 34.
RGB:
(116,35,34)
(45%,14%,13%)

RGB channels and saturation

R 116 of 255 = 45%
G 35 of 255 = 14%
B 34 of 255 = 13%

116
35
34

R + G + B ~ 24%. #742322 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 35 + 34 = 185 (100%)
R 116 of 185 ~ 62.7%
G 35 of 185 ~ 18.92%
B 34 of 185 ~ 18.38%

%62.7
%18.92
%18.38

CMYK color model

#742322 color CMYK value is (0,70,71,55).

  • cyan value is 0.00%
  • magenta value is 69.83%
  • yellow value is 70.69%
  • key color value is 54.51%
CMYK:
(0,70,71,55)
C0M70Y71K55 
(0%,70%,71%,55%)
(0.00/0.70/0.71/0.55)	

CMYK percentages

%0
%69.83
%70.69
%54.51

Codes

Color #742322 in popluar color models

742322
RGB1163534
HSL54.67%29.41%
HSB/HSV70.69%45.49%
CMYK0.00%69.83%70.69%
54.51%

Color #742322 in popluar number systems.

HEX742322
Decimal1163534
Binary1110100100011100010
Octal1644342

Shades and tints

Shades of #742322

#742322
(116,35,34)
#6A201F
(106,32,31)
#601D1C
(96,29,28)
#561A19
(86,26,25)
#4C1716
(76,23,22)
#421413
(66,20,19)
#381110
(56,17,16)
#2E0E0D
(46,14,13)
#240B0A
(36,11,10)
#1A0807
(26,8,7)
#100504
(16,5,4)
#000000
(0,0,0)

Tints of #742322

#742322
(116,35,34)
#803736
(128,55,54)
#8C4B4A
(140,75,74)
#985F5E
(152,95,94)
#A47372
(164,115,114)
#B08786
(176,135,134)
#BC9B9A
(188,155,154)
#C8AFAE
(200,175,174)
#D4C3C2
(212,195,194)
#E0D7D6
(224,215,214)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742322 color. Also use rgb(116,35,34) instead hex code.

Text Font Color

.myTextColor { color: #742322; }

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

This text font color is #742322.


Background Color

.myBgColor { background-color: #742322; }

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

This div background color is #742322.


Border color

.myBorderColor { border: 1px solid #742322; }

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

This div border color is #742322.


Opacity

.myOpacity80 { color: #742322; opacity: 0.8; }

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

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

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

This text has shadow with #742322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742322 on black background.


Color preview on white background

This text has color #742322 on white background.



Black color preview on #742322 background

This text has black color on #742322 background.


White color preview on #742322 background

This text has white color on #742322 background.