COLOR #74224A

HEX: #74224A
RGB: (116,34,74)

Color info

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

RGB color model

#74224A color RGB value is (116,34,74).

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

RGB channels and saturation

R 116 of 255 = 45%
G 34 of 255 = 13%
B 74 of 255 = 29%

116
34
74

R + G + B ~ 29%. #74224A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 34 + 74 = 224 (100%)
R 116 of 224 ~ 51.79%
G 34 of 224 ~ 15.18%
B 74 of 224 ~ 33.04%

%51.79
%15.18
%33.04

CMYK color model

#74224A color CMYK value is (0,71,36,55).

  • cyan value is 0.00%
  • magenta value is 70.69%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,71,36,55)
C0M71Y36K55 
(0%,71%,36%,55%)
(0.00/0.71/0.36/0.55)	

CMYK percentages

%0
%70.69
%36.21
%54.51

Codes

Color #74224A in popluar color models

74224A
RGB1163474
HSL331°54.67%29.41%
HSB/HSV331°70.69%45.49%
CMYK0.00%70.69%36.21%
54.51%

Color #74224A in popluar number systems.

HEX74224A
Decimal1163474
Binary11101001000101001010
Octal16442112

Shades and tints

Shades of #74224A

#74224A
(116,34,74)
#6A1F44
(106,31,68)
#601C3E
(96,28,62)
#561938
(86,25,56)
#4C1632
(76,22,50)
#42132C
(66,19,44)
#381026
(56,16,38)
#2E0D20
(46,13,32)
#240A1A
(36,10,26)
#1A0714
(26,7,20)
#10040E
(16,4,14)
#000000
(0,0,0)

Tints of #74224A

#74224A
(116,34,74)
#80365A
(128,54,90)
#8C4A6A
(140,74,106)
#985E7A
(152,94,122)
#A4728A
(164,114,138)
#B0869A
(176,134,154)
#BC9AAA
(188,154,170)
#C8AEBA
(200,174,186)
#D4C2CA
(212,194,202)
#E0D6DA
(224,214,218)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74224A; }

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

This text font color is #74224A.


Background Color

.myBgColor { background-color: #74224A; }

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

This div background color is #74224A.


Border color

.myBorderColor { border: 1px solid #74224A; }

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

This div border color is #74224A.


Opacity

.myOpacity80 { color: #74224A; opacity: 0.8; }

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

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

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

This text has shadow with #74224A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74224A on black background.


Color preview on white background

This text has color #74224A on white background.



Black color preview on #74224A background

This text has black color on #74224A background.


White color preview on #74224A background

This text has white color on #74224A background.