COLOR #74004B

HEX: #74004B
RGB: (116,0,75)

Color info

#74004B contains only red and blue colors. Web safe color of #74004B is #660033 (or #603).

RGB color model

#74004B color RGB value is (116,0,75).

  • red value is 116;
  • green value is 0;
  • blue value is 75.
RGB:
(116,0,75)
(45%,0%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 0 of 255 = 0%
B 75 of 255 = 29%

116
0
75

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

Portions of RGB colors in percentages

R + G + B =
116 + 0 + 75 = 191 (100%)
R 116 of 191 ~ 60.73%
G 0 of 191 ~ 0%
B 75 of 191 ~ 39.27%

%60.73
%39.27

CMYK color model

#74004B color CMYK value is (0,100,35,55).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 35.34%
  • key color value is 54.51%
CMYK:
(0,100,35,55)
C0M100Y35K55 
(0%,100%,35%,55%)
(0.00/1.00/0.35/0.55)	

CMYK percentages

%0
%100
%35.34
%54.51

Codes

Color #74004B in popluar color models

74004B
RGB116075
HSL321°100.00%22.75%
HSB/HSV321°100.00%45.49%
CMYK0.00%100.00%35.34%
54.51%

Color #74004B in popluar number systems.

HEX74004B
Decimal116075
Binary111010001001011
Octal1640113

Shades and tints

Shades of #74004B

#74004B
(116,0,75)
#6A0045
(106,0,69)
#60003F
(96,0,63)
#560039
(86,0,57)
#4C0033
(76,0,51)
#42002D
(66,0,45)
#380027
(56,0,39)
#2E0021
(46,0,33)
#24001B
(36,0,27)
#1A0015
(26,0,21)
#10000F
(16,0,15)
#000000
(0,0,0)

Tints of #74004B

#74004B
(116,0,75)
#80175B
(128,23,91)
#8C2E6B
(140,46,107)
#98457B
(152,69,123)
#A45C8B
(164,92,139)
#B0739B
(176,115,155)
#BC8AAB
(188,138,171)
#C8A1BB
(200,161,187)
#D4B8CB
(212,184,203)
#E0CFDB
(224,207,219)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74004B color. Also use rgb(116,0,75) instead hex code.

Text Font Color

.myTextColor { color: #74004B; }

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

This text font color is #74004B.


Background Color

.myBgColor { background-color: #74004B; }

<div style="background-color:#74004B">Inner text</div>

This div background color is #74004B.


Border color

.myBorderColor { border: 1px solid #74004B; }

<div style="border:3px solid #74004B">Div</div>

This div border color is #74004B.


Opacity

.myOpacity80 { color: #74004B; opacity: 0.8; }

<p style="color:#74004B;opacity:0.8;">80%</p>

Text with #74004B 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 #74004B;}

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

This text has shadow with #74004B color.

.textShadow {text-shadow: 3px 3px 1px #74004B, 3px 3px 1px red;}

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

This text has shadow with #74004B primary color and red secondary color.


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

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

This text has shadow with #74004B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74004B on black background.


Color preview on white background

This text has color #74004B on white background.



Black color preview on #74004B background

This text has black color on #74004B background.


White color preview on #74004B background

This text has white color on #74004B background.