COLOR #74104C

HEX: #74104C
RGB: (116,16,76)

Color info

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

RGB color model

#74104C color RGB value is (116,16,76).

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

RGB channels and saturation

R 116 of 255 = 45%
G 16 of 255 = 6%
B 76 of 255 = 30%

116
16
76

R + G + B ~ 27%. #74104C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 16 + 76 = 208 (100%)
R 116 of 208 ~ 55.77%
G 16 of 208 ~ 7.69%
B 76 of 208 ~ 36.54%

%55.77
%36.54

CMYK color model

#74104C color CMYK value is (0,86,34,55).

  • cyan value is 0.00%
  • magenta value is 86.21%
  • yellow value is 34.48%
  • key color value is 54.51%
CMYK:
(0,86,34,55)
C0M86Y34K55 
(0%,86%,34%,55%)
(0.00/0.86/0.34/0.55)	

CMYK percentages

%0
%86.21
%34.48
%54.51

Codes

Color #74104C in popluar color models

74104C
RGB1161676
HSL324°75.76%25.88%
HSB/HSV324°86.21%45.49%
CMYK0.00%86.21%34.48%
54.51%

Color #74104C in popluar number systems.

HEX74104C
Decimal1161676
Binary1110100100001001100
Octal16420114

Shades and tints

Shades of #74104C

#74104C
(116,16,76)
#6A0F46
(106,15,70)
#600E40
(96,14,64)
#560D3A
(86,13,58)
#4C0C34
(76,12,52)
#420B2E
(66,11,46)
#380A28
(56,10,40)
#2E0922
(46,9,34)
#24081C
(36,8,28)
#1A0716
(26,7,22)
#100610
(16,6,16)
#000000
(0,0,0)

Tints of #74104C

#74104C
(116,16,76)
#80255C
(128,37,92)
#8C3A6C
(140,58,108)
#984F7C
(152,79,124)
#A4648C
(164,100,140)
#B0799C
(176,121,156)
#BC8EAC
(188,142,172)
#C8A3BC
(200,163,188)
#D4B8CC
(212,184,204)
#E0CDDC
(224,205,220)
#ECE2EC
(236,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74104C; }

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

This text font color is #74104C.


Background Color

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

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

This div background color is #74104C.


Border color

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

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

This div border color is #74104C.


Opacity

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

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

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

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

This text has shadow with #74104C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74104C on black background.


Color preview on white background

This text has color #74104C on white background.



Black color preview on #74104C background

This text has black color on #74104C background.


White color preview on #74104C background

This text has white color on #74104C background.