COLOR #74293C

HEX: #74293C
RGB: (116,41,60)

Color info

#74293C contains mainly red and blue colors. Web safe color of #74293C is #663333 (or #633).

RGB color model

#74293C color RGB value is (116,41,60).

  • red value is 116;
  • green value is 41;
  • blue value is 60.
RGB:
(116,41,60)
(45%,16%,24%)

RGB channels and saturation

R 116 of 255 = 45%
G 41 of 255 = 16%
B 60 of 255 = 24%

116
41
60

R + G + B ~ 28%. #74293C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 41 + 60 = 217 (100%)
R 116 of 217 ~ 53.46%
G 41 of 217 ~ 18.89%
B 60 of 217 ~ 27.65%

%53.46
%18.89
%27.65

CMYK color model

#74293C color CMYK value is (0,65,48,55).

  • cyan value is 0.00%
  • magenta value is 64.66%
  • yellow value is 48.28%
  • key color value is 54.51%
CMYK:
(0,65,48,55)
C0M65Y48K55 
(0%,65%,48%,55%)
(0.00/0.65/0.48/0.55)	

CMYK percentages

%0
%64.66
%48.28
%54.51

Codes

Color #74293C in popluar color models

74293C
RGB1164160
HSL345°47.77%30.78%
HSB/HSV345°64.66%45.49%
CMYK0.00%64.66%48.28%
54.51%

Color #74293C in popluar number systems.

HEX74293C
Decimal1164160
Binary1110100101001111100
Octal1645174

Shades and tints

Shades of #74293C

#74293C
(116,41,60)
#6A2637
(106,38,55)
#602332
(96,35,50)
#56202D
(86,32,45)
#4C1D28
(76,29,40)
#421A23
(66,26,35)
#38171E
(56,23,30)
#2E1419
(46,20,25)
#241114
(36,17,20)
#1A0E0F
(26,14,15)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #74293C

#74293C
(116,41,60)
#803C4D
(128,60,77)
#8C4F5E
(140,79,94)
#98626F
(152,98,111)
#A47580
(164,117,128)
#B08891
(176,136,145)
#BC9BA2
(188,155,162)
#C8AEB3
(200,174,179)
#D4C1C4
(212,193,196)
#E0D4D5
(224,212,213)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74293C color. Also use rgb(116,41,60) instead hex code.

Text Font Color

.myTextColor { color: #74293C; }

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

This text font color is #74293C.


Background Color

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

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

This div background color is #74293C.


Border color

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

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

This div border color is #74293C.


Opacity

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

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

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

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

This text has shadow with #74293C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74293C on black background.


Color preview on white background

This text has color #74293C on white background.



Black color preview on #74293C background

This text has black color on #74293C background.


White color preview on #74293C background

This text has white color on #74293C background.