COLOR #74001B

HEX: #74001B
RGB: (116,0,27)

Color info

#74001B contains mainly red color. Web safe color of #74001B is #660033 (or #603).

RGB color model

#74001B color RGB value is (116,0,27).

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

RGB channels and saturation

R 116 of 255 = 45%
G 0 of 255 = 0%
B 27 of 255 = 11%

116
0
27

R + G + B ~ 19%. #74001B is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 0 + 27 = 143 (100%)
R 116 of 143 ~ 81.12%
G 0 of 143 ~ 0%
B 27 of 143 ~ 18.88%

%81.12
%18.88

CMYK color model

#74001B color CMYK value is (0,100,77,55).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 76.72%
  • key color value is 54.51%
CMYK:
(0,100,77,55)
C0M100Y77K55 
(0%,100%,77%,55%)
(0.00/1.00/0.77/0.55)	

CMYK percentages

%0
%100
%76.72
%54.51

Codes

Color #74001B in popluar color models

74001B
RGB116027
HSL346°100.00%22.75%
HSB/HSV346°100.00%45.49%
CMYK0.00%100.00%76.72%
54.51%

Color #74001B in popluar number systems.

HEX74001B
Decimal116027
Binary1110100011011
Octal164033

Shades and tints

Shades of #74001B

#74001B
(116,0,27)
#6A0019
(106,0,25)
#600017
(96,0,23)
#560015
(86,0,21)
#4C0013
(76,0,19)
#420011
(66,0,17)
#38000F
(56,0,15)
#2E000D
(46,0,13)
#24000B
(36,0,11)
#1A0009
(26,0,9)
#100007
(16,0,7)
#000000
(0,0,0)

Tints of #74001B

#74001B
(116,0,27)
#80172F
(128,23,47)
#8C2E43
(140,46,67)
#984557
(152,69,87)
#A45C6B
(164,92,107)
#B0737F
(176,115,127)
#BC8A93
(188,138,147)
#C8A1A7
(200,161,167)
#D4B8BB
(212,184,187)
#E0CFCF
(224,207,207)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74001B; }

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

This text font color is #74001B.


Background Color

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

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

This div background color is #74001B.


Border color

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

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

This div border color is #74001B.


Opacity

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

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

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

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

This text has shadow with #74001B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74001B on black background.


Color preview on white background

This text has color #74001B on white background.



Black color preview on #74001B background

This text has black color on #74001B background.


White color preview on #74001B background

This text has white color on #74001B background.