COLOR #74164C

HEX: #74164C
RGB: (116,22,76)

Color info

#74164C contains mainly red and blue colors. Web safe color of #74164C is #660033 (or #603).

RGB color model

#74164C color RGB value is (116,22,76).

  • red value is 116;
  • green value is 22;
  • blue value is 76.
RGB:
(116,22,76)
(45%,9%,30%)

RGB channels and saturation

R 116 of 255 = 45%
G 22 of 255 = 9%
B 76 of 255 = 30%

116
22
76

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

Portions of RGB colors in percentages

R + G + B =
116 + 22 + 76 = 214 (100%)
R 116 of 214 ~ 54.21%
G 22 of 214 ~ 10.28%
B 76 of 214 ~ 35.51%

%54.21
%10.28
%35.51

CMYK color model

#74164C color CMYK value is (0,81,34,55).

  • cyan value is 0.00%
  • magenta value is 81.03%
  • yellow value is 34.48%
  • key color value is 54.51%
CMYK:
(0,81,34,55)
C0M81Y34K55 
(0%,81%,34%,55%)
(0.00/0.81/0.34/0.55)	

CMYK percentages

%0
%81.03
%34.48
%54.51

Codes

Color #74164C in popluar color models

74164C
RGB1162276
HSL326°68.12%27.06%
HSB/HSV326°81.03%45.49%
CMYK0.00%81.03%34.48%
54.51%

Color #74164C in popluar number systems.

HEX74164C
Decimal1162276
Binary1110100101101001100
Octal16426114

Shades and tints

Shades of #74164C

#74164C
(116,22,76)
#6A1446
(106,20,70)
#601240
(96,18,64)
#56103A
(86,16,58)
#4C0E34
(76,14,52)
#420C2E
(66,12,46)
#380A28
(56,10,40)
#2E0822
(46,8,34)
#24061C
(36,6,28)
#1A0416
(26,4,22)
#100210
(16,2,16)
#000000
(0,0,0)

Tints of #74164C

#74164C
(116,22,76)
#802B5C
(128,43,92)
#8C406C
(140,64,108)
#98557C
(152,85,124)
#A46A8C
(164,106,140)
#B07F9C
(176,127,156)
#BC94AC
(188,148,172)
#C8A9BC
(200,169,188)
#D4BECC
(212,190,204)
#E0D3DC
(224,211,220)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74164C color. Also use rgb(116,22,76) instead hex code.

Text Font Color

.myTextColor { color: #74164C; }

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

This text font color is #74164C.


Background Color

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

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

This div background color is #74164C.


Border color

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

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

This div border color is #74164C.


Opacity

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

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

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

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

This text has shadow with #74164C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74164C on black background.


Color preview on white background

This text has color #74164C on white background.



Black color preview on #74164C background

This text has black color on #74164C background.


White color preview on #74164C background

This text has white color on #74164C background.