COLOR #74002F

HEX: #74002F
RGB: (116,0,47)

Color info

#74002F contains mainly red color. Web safe color of #74002F is #660033 (or #603).

RGB color model

#74002F color RGB value is (116,0,47).

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

RGB channels and saturation

R 116 of 255 = 45%
G 0 of 255 = 0%
B 47 of 255 = 18%

116
0
47

R + G + B ~ 21%. #74002F is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 0 + 47 = 163 (100%)
R 116 of 163 ~ 71.17%
G 0 of 163 ~ 0%
B 47 of 163 ~ 28.83%

%71.17
%28.83

CMYK color model

#74002F color CMYK value is (0,100,59,55).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 59.48%
  • key color value is 54.51%
CMYK:
(0,100,59,55)
C0M100Y59K55 
(0%,100%,59%,55%)
(0.00/1.00/0.59/0.55)	

CMYK percentages

%0
%100
%59.48
%54.51

Codes

Color #74002F in popluar color models

74002F
RGB116047
HSL336°100.00%22.75%
HSB/HSV336°100.00%45.49%
CMYK0.00%100.00%59.48%
54.51%

Color #74002F in popluar number systems.

HEX74002F
Decimal116047
Binary11101000101111
Octal164057

Shades and tints

Shades of #74002F

#74002F
(116,0,47)
#6A002B
(106,0,43)
#600027
(96,0,39)
#560023
(86,0,35)
#4C001F
(76,0,31)
#42001B
(66,0,27)
#380017
(56,0,23)
#2E0013
(46,0,19)
#24000F
(36,0,15)
#1A000B
(26,0,11)
#100007
(16,0,7)
#000000
(0,0,0)

Tints of #74002F

#74002F
(116,0,47)
#801741
(128,23,65)
#8C2E53
(140,46,83)
#984565
(152,69,101)
#A45C77
(164,92,119)
#B07389
(176,115,137)
#BC8A9B
(188,138,155)
#C8A1AD
(200,161,173)
#D4B8BF
(212,184,191)
#E0CFD1
(224,207,209)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74002F color. Also use rgb(116,0,47) instead hex code.

Text Font Color

.myTextColor { color: #74002F; }

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

This text font color is #74002F.


Background Color

.myBgColor { background-color: #74002F; }

<div style="background-color:#74002F">Inner text</div>

This div background color is #74002F.


Border color

.myBorderColor { border: 1px solid #74002F; }

<div style="border:3px solid #74002F">Div</div>

This div border color is #74002F.


Opacity

.myOpacity80 { color: #74002F; opacity: 0.8; }

<p style="color:#74002F;opacity:0.8;">80%</p>

Text with #74002F 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 #74002F;}

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

This text has shadow with #74002F color.

.textShadow {text-shadow: 3px 3px 1px #74002F, 3px 3px 1px red;}

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

This text has shadow with #74002F primary color and red secondary color.


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

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

This text has shadow with #74002F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74002F on black background.


Color preview on white background

This text has color #74002F on white background.



Black color preview on #74002F background

This text has black color on #74002F background.


White color preview on #74002F background

This text has white color on #74002F background.