COLOR #74222C

HEX: #74222C
RGB: (116,34,44)

Color info

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

RGB color model

#74222C color RGB value is (116,34,44).

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

RGB channels and saturation

R 116 of 255 = 45%
G 34 of 255 = 13%
B 44 of 255 = 17%

116
34
44

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

Portions of RGB colors in percentages

R + G + B =
116 + 34 + 44 = 194 (100%)
R 116 of 194 ~ 59.79%
G 34 of 194 ~ 17.53%
B 44 of 194 ~ 22.68%

%59.79
%17.53
%22.68

CMYK color model

#74222C color CMYK value is (0,71,62,55).

  • cyan value is 0.00%
  • magenta value is 70.69%
  • yellow value is 62.07%
  • key color value is 54.51%
CMYK:
(0,71,62,55)
C0M71Y62K55 
(0%,71%,62%,55%)
(0.00/0.71/0.62/0.55)	

CMYK percentages

%0
%70.69
%62.07
%54.51

Codes

Color #74222C in popluar color models

74222C
RGB1163444
HSL353°54.67%29.41%
HSB/HSV353°70.69%45.49%
CMYK0.00%70.69%62.07%
54.51%

Color #74222C in popluar number systems.

HEX74222C
Decimal1163444
Binary1110100100010101100
Octal1644254

Shades and tints

Shades of #74222C

#74222C
(116,34,44)
#6A1F28
(106,31,40)
#601C24
(96,28,36)
#561920
(86,25,32)
#4C161C
(76,22,28)
#421318
(66,19,24)
#381014
(56,16,20)
#2E0D10
(46,13,16)
#240A0C
(36,10,12)
#1A0708
(26,7,8)
#100404
(16,4,4)
#000000
(0,0,0)

Tints of #74222C

#74222C
(116,34,44)
#80363F
(128,54,63)
#8C4A52
(140,74,82)
#985E65
(152,94,101)
#A47278
(164,114,120)
#B0868B
(176,134,139)
#BC9A9E
(188,154,158)
#C8AEB1
(200,174,177)
#D4C2C4
(212,194,196)
#E0D6D7
(224,214,215)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74222C; }

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

This text font color is #74222C.


Background Color

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

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

This div background color is #74222C.


Border color

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

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

This div border color is #74222C.


Opacity

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

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

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

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

This text has shadow with #74222C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74222C on black background.


Color preview on white background

This text has color #74222C on white background.



Black color preview on #74222C background

This text has black color on #74222C background.


White color preview on #74222C background

This text has white color on #74222C background.