COLOR #742124

HEX: #742124
RGB: (116,33,36)

Color info

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

RGB color model

#742124 color RGB value is (116,33,36).

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

RGB channels and saturation

R 116 of 255 = 45%
G 33 of 255 = 13%
B 36 of 255 = 14%

116
33
36

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

Portions of RGB colors in percentages

R + G + B =
116 + 33 + 36 = 185 (100%)
R 116 of 185 ~ 62.7%
G 33 of 185 ~ 17.84%
B 36 of 185 ~ 19.46%

%62.7
%17.84
%19.46

CMYK color model

#742124 color CMYK value is (0,72,69,55).

  • cyan value is 0.00%
  • magenta value is 71.55%
  • yellow value is 68.97%
  • key color value is 54.51%
CMYK:
(0,72,69,55)
C0M72Y69K55 
(0%,72%,69%,55%)
(0.00/0.72/0.69/0.55)	

CMYK percentages

%0
%71.55
%68.97
%54.51

Codes

Color #742124 in popluar color models

742124
RGB1163336
HSL358°55.70%29.22%
HSB/HSV358°71.55%45.49%
CMYK0.00%71.55%68.97%
54.51%

Color #742124 in popluar number systems.

HEX742124
Decimal1163336
Binary1110100100001100100
Octal1644144

Shades and tints

Shades of #742124

#742124
(116,33,36)
#6A1E21
(106,30,33)
#601B1E
(96,27,30)
#56181B
(86,24,27)
#4C1518
(76,21,24)
#421215
(66,18,21)
#380F12
(56,15,18)
#2E0C0F
(46,12,15)
#24090C
(36,9,12)
#1A0609
(26,6,9)
#100306
(16,3,6)
#000000
(0,0,0)

Tints of #742124

#742124
(116,33,36)
#803537
(128,53,55)
#8C494A
(140,73,74)
#985D5D
(152,93,93)
#A47170
(164,113,112)
#B08583
(176,133,131)
#BC9996
(188,153,150)
#C8ADA9
(200,173,169)
#D4C1BC
(212,193,188)
#E0D5CF
(224,213,207)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742124 color. Also use rgb(116,33,36) instead hex code.

Text Font Color

.myTextColor { color: #742124; }

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

This text font color is #742124.


Background Color

.myBgColor { background-color: #742124; }

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

This div background color is #742124.


Border color

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

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

This div border color is #742124.


Opacity

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

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

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

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

This text has shadow with #742124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742124 on black background.


Color preview on white background

This text has color #742124 on white background.



Black color preview on #742124 background

This text has black color on #742124 background.


White color preview on #742124 background

This text has white color on #742124 background.