COLOR #74113B

HEX: #74113B
RGB: (116,17,59)

Color info

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

RGB color model

#74113B color RGB value is (116,17,59).

  • red value is 116;
  • green value is 17;
  • blue value is 59.
RGB:
(116,17,59)
(45%,7%,23%)

RGB channels and saturation

R 116 of 255 = 45%
G 17 of 255 = 7%
B 59 of 255 = 23%

116
17
59

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

Portions of RGB colors in percentages

R + G + B =
116 + 17 + 59 = 192 (100%)
R 116 of 192 ~ 60.42%
G 17 of 192 ~ 8.85%
B 59 of 192 ~ 30.73%

%60.42
%30.73

CMYK color model

#74113B color CMYK value is (0,85,49,55).

  • cyan value is 0.00%
  • magenta value is 85.34%
  • yellow value is 49.14%
  • key color value is 54.51%
CMYK:
(0,85,49,55)
C0M85Y49K55 
(0%,85%,49%,55%)
(0.00/0.85/0.49/0.55)	

CMYK percentages

%0
%85.34
%49.14
%54.51

Codes

Color #74113B in popluar color models

74113B
RGB1161759
HSL335°74.44%26.08%
HSB/HSV335°85.34%45.49%
CMYK0.00%85.34%49.14%
54.51%

Color #74113B in popluar number systems.

HEX74113B
Decimal1161759
Binary111010010001111011
Octal1642173

Shades and tints

Shades of #74113B

#74113B
(116,17,59)
#6A1036
(106,16,54)
#600F31
(96,15,49)
#560E2C
(86,14,44)
#4C0D27
(76,13,39)
#420C22
(66,12,34)
#380B1D
(56,11,29)
#2E0A18
(46,10,24)
#240913
(36,9,19)
#1A080E
(26,8,14)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #74113B

#74113B
(116,17,59)
#80264C
(128,38,76)
#8C3B5D
(140,59,93)
#98506E
(152,80,110)
#A4657F
(164,101,127)
#B07A90
(176,122,144)
#BC8FA1
(188,143,161)
#C8A4B2
(200,164,178)
#D4B9C3
(212,185,195)
#E0CED4
(224,206,212)
#ECE3E5
(236,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74113B color. Also use rgb(116,17,59) instead hex code.

Text Font Color

.myTextColor { color: #74113B; }

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

This text font color is #74113B.


Background Color

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

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

This div background color is #74113B.


Border color

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

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

This div border color is #74113B.


Opacity

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

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

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

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

This text has shadow with #74113B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74113B on black background.


Color preview on white background

This text has color #74113B on white background.



Black color preview on #74113B background

This text has black color on #74113B background.


White color preview on #74113B background

This text has white color on #74113B background.