COLOR #74102B

HEX: #74102B
RGB: (116,16,43)

Color info

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

RGB color model

#74102B color RGB value is (116,16,43).

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

RGB channels and saturation

R 116 of 255 = 45%
G 16 of 255 = 6%
B 43 of 255 = 17%

116
16
43

R + G + B ~ 23%. #74102B is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 16 + 43 = 175 (100%)
R 116 of 175 ~ 66.29%
G 16 of 175 ~ 9.14%
B 43 of 175 ~ 24.57%

%66.29
%24.57

CMYK color model

#74102B color CMYK value is (0,86,63,55).

  • cyan value is 0.00%
  • magenta value is 86.21%
  • yellow value is 62.93%
  • key color value is 54.51%
CMYK:
(0,86,63,55)
C0M86Y63K55 
(0%,86%,63%,55%)
(0.00/0.86/0.63/0.55)	

CMYK percentages

%0
%86.21
%62.93
%54.51

Codes

Color #74102B in popluar color models

74102B
RGB1161643
HSL344°75.76%25.88%
HSB/HSV344°86.21%45.49%
CMYK0.00%86.21%62.93%
54.51%

Color #74102B in popluar number systems.

HEX74102B
Decimal1161643
Binary111010010000101011
Octal1642053

Shades and tints

Shades of #74102B

#74102B
(116,16,43)
#6A0F28
(106,15,40)
#600E25
(96,14,37)
#560D22
(86,13,34)
#4C0C1F
(76,12,31)
#420B1C
(66,11,28)
#380A19
(56,10,25)
#2E0916
(46,9,22)
#240813
(36,8,19)
#1A0710
(26,7,16)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #74102B

#74102B
(116,16,43)
#80253E
(128,37,62)
#8C3A51
(140,58,81)
#984F64
(152,79,100)
#A46477
(164,100,119)
#B0798A
(176,121,138)
#BC8E9D
(188,142,157)
#C8A3B0
(200,163,176)
#D4B8C3
(212,184,195)
#E0CDD6
(224,205,214)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74102B color. Also use rgb(116,16,43) instead hex code.

Text Font Color

.myTextColor { color: #74102B; }

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

This text font color is #74102B.


Background Color

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

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

This div background color is #74102B.


Border color

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

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

This div border color is #74102B.


Opacity

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

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

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

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

This text has shadow with #74102B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74102B on black background.


Color preview on white background

This text has color #74102B on white background.



Black color preview on #74102B background

This text has black color on #74102B background.


White color preview on #74102B background

This text has white color on #74102B background.