COLOR #74242C

HEX: #74242C RGB: (116,36,44)

Color info

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

RGB color model

#74242C color RGB value is (116,36,44).

RGB: (116,36,44) (45%, 14%, 17%)

RGB channels and saturation

R 116 of 255 = 45%
G 36 of 255 = 14%
B 44 of 255 = 17%

116
36
44

R + G + B ~ 25%. #74242C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 36 + 44 = 196 (100%)
R 116 of 196 ~ 59.18%
G 36 of 196 ~ 18.37%
B 44 of 196 ~ 22.45'%

%59.18
%18.37
%22.45

CMYK color model

#74242C color CMYK value is (0,69,62,55).

  • cyan value is 0.00%
  • magenta value is 68.97%
  • yellow value is 62.07%
  • key color value is 54.51%

CMYK: (0,69,62,55)
C0M69Y62K55 (0%, 69%, 62%, 55%)
(0.00 / 0.69 / 0.62 / 0.55)

CMYK percentages

%0
%68.97
%62.07
%54.51

Codes

Color #74242C in popluar color models

74 24 2C
RGB 116 36 44
HSL 354° 52.63% 29.80%
HSB/HSV 354° 68.97% 45.49%
CMYK 0.00% 68.97% 62.07%
54.51%

Color #74242C in popluar number systems.

HEX 74 24 2C
Decimal 116 36 44
Binary 1110100 100100 101100
Octal 164 44 54

Shades and tints

Shades of #74242C

#74242C
(116,36,44)
#6A2128
(106,33,40)
#601E24
(96,30,36)
#561B20
(86,27,32)
#4C181C
(76,24,28)
#421518
(66,21,24)
#381214
(56,18,20)
#2E0F10
(46,15,16)
#240C0C
(36,12,12)
#1A0908
(26,9,8)
#100604
(16,6,4)
#000000
(0,0,0)

Tints of #74242C

#74242C
(116,36,44)
#80373F
(128,55,63)
#8C4A52
(140,74,82)
#985D65
(152,93,101)
#A47078
(164,112,120)
#B0838B
(176,131,139)
#BC969E
(188,150,158)
#C8A9B1
(200,169,177)
#D4BCC4
(212,188,196)
#E0CFD7
(224,207,215)
#ECE2EA
(236,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74242C; }

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

This text font color is #74242C.

Background Color

.myBgColor { background-color: #74242C; }

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

This div background color is #74242C.

Border color

.myBorderColor { border: 1px solid #74242C; }

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

This div border color is #74242C.

Opacity

.myOpacity80 { color: #74242C; opacity: 0.8; }

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

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

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

This text has shadow with #74242C color.


.textShadow {text-shadow: 3px 3px 1px #74242C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74242C; -webkit-box-shadow: 1px 1px 3px 2px #74242C; box-shadow:1px 1px 3px 2px #74242C;">
Div content here
</div>

This div box has shadow with color #74242C.

Preview

Color preview on black background

This text has color #74242C on black background.


Color preview on white background

This text has color #74242C on white background.


Black color preview on #74242C background

This text has black color on #74242C background.


White color preview on #74242C background

This text has white color on #74242C background.


Related colors

Complementary color

Complementary color for #hex is #8BDBD3.


I love getcolorcode.com

Triadic colors

1 #2C7424 and #242C74 with #74242C are triadic colors.

2 #2C2474 and #24742C with #74242C are triadic colors.