COLOR #74110A

HEX: #74110A RGB: (116,17,10)

Color info

#74110A contains mainly red color. Web safe color of #74110A is #660000 (or #600).

RGB color model

#74110A color RGB value is (116,17,10).

RGB: (116,17,10) (45%, 7%, 4%)

RGB channels and saturation

R 116 of 255 = 45%
G 17 of 255 = 7%
B 10 of 255 = 4%

116
17
10

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

Portions of RGB colors in percentages

R + G + B = 116 + 17 + 10 = 143 (100%)
R 116 of 143 ~ 81.12%
G 17 of 143 ~ 11.89%
B 10 of 143 ~ 6.99'%

%81.12
%11.89

CMYK color model

#74110A color CMYK value is (0,85,91,55).

  • cyan value is 0.00%
  • magenta value is 85.34%
  • yellow value is 91.38%
  • key color value is 54.51%

CMYK: (0,85,91,55)
C0M85Y91K55 (0%, 85%, 91%, 55%)
(0.00 / 0.85 / 0.91 / 0.55)

CMYK percentages

%0
%85.34
%91.38
%54.51

Codes

Color #74110A in popluar color models

74 11 0A
RGB 116 17 10
HSL 84.13% 24.71%
HSB/HSV 91.38% 45.49%
CMYK 0.00% 85.34% 91.38%
54.51%

Color #74110A in popluar number systems.

HEX 74 11 0A
Decimal 116 17 10
Binary 1110100 10001 1010
Octal 164 21 12

Shades and tints

Shades of #74110A

#74110A
(116,17,10)
#6A100A
(106,16,10)
#600F0A
(96,15,10)
#560E0A
(86,14,10)
#4C0D0A
(76,13,10)
#420C0A
(66,12,10)
#380B0A
(56,11,10)
#2E0A0A
(46,10,10)
#24090A
(36,9,10)
#1A080A
(26,8,10)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #74110A

#74110A
(116,17,10)
#802620
(128,38,32)
#8C3B36
(140,59,54)
#98504C
(152,80,76)
#A46562
(164,101,98)
#B07A78
(176,122,120)
#BC8F8E
(188,143,142)
#C8A4A4
(200,164,164)
#D4B9BA
(212,185,186)
#E0CED0
(224,206,208)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74110A color. Also use rgb(116,17,10) instead hex code.

Text Font Color

.myTextColor { color: #74110A; }

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

This text font color is #74110A.

Background Color

.myBgColor { background-color: #74110A; }

<div style="background-color:#74110A">Inner text</div>

This div background color is #74110A.

Border color

.myBorderColor { border: 1px solid #74110A; }

<div style="border:3px solid #74110A">Div</div>

This div border color is #74110A.

Opacity

.myOpacity80 { color: #74110A; opacity: 0.8; }

<p style="color:#74110A;opacity:0.8;">80%</p>

Text with #74110A 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 #74110A;}

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

This text has shadow with #74110A color.


.textShadow {text-shadow: 3px 3px 1px #74110A', 3px 3px 1px red;}

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

This text has shadow with #74110A primary color and red secondary color.


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

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

This text has shadow with #74110A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74110A; -webkit-box-shadow: 1px 1px 3px 2px #74110A; box-shadow:1px 1px 3px 2px #74110A;">
Div content here
</div>

This div box has shadow with color #74110A.

Preview

Color preview on black background

This text has color #74110A on black background.


Color preview on white background

This text has color #74110A on white background.


Black color preview on #74110A background

This text has black color on #74110A background.


White color preview on #74110A background

This text has white color on #74110A background.


Related colors

Complementary color

Complementary color for #hex is #8BEEF5.


I love getcolorcode.com

Triadic colors

1 #0A7411 and #110A74 with #74110A are triadic colors.

2 #0A1174 and #11740A with #74110A are triadic colors.