COLOR #74160D

HEX: #74160D
RGB: (116,22,13)

Color info

#74160D contains mainly red color. Web safe color of #74160D is #660000 (or #600).

RGB color model

#74160D color RGB value is (116,22,13).

  • red value is 116;
  • green value is 22;
  • blue value is 13.
RGB:
(116,22,13)
(45%,9%,5%)

RGB channels and saturation

R 116 of 255 = 45%
G 22 of 255 = 9%
B 13 of 255 = 5%

116
22
13

R + G + B ~ 20%. #74160D is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 22 + 13 = 151 (100%)
R 116 of 151 ~ 76.82%
G 22 of 151 ~ 14.57%
B 13 of 151 ~ 8.61%

%76.82
%14.57

CMYK color model

#74160D color CMYK value is (0,81,89,55).

  • cyan value is 0.00%
  • magenta value is 81.03%
  • yellow value is 88.79%
  • key color value is 54.51%
CMYK:
(0,81,89,55)
C0M81Y89K55 
(0%,81%,89%,55%)
(0.00/0.81/0.89/0.55)	

CMYK percentages

%0
%81.03
%88.79
%54.51

Codes

Color #74160D in popluar color models

74160D
RGB1162213
HSL79.84%25.29%
HSB/HSV88.79%45.49%
CMYK0.00%81.03%88.79%
54.51%

Color #74160D in popluar number systems.

HEX74160D
Decimal1162213
Binary1110100101101101
Octal1642615

Shades and tints

Shades of #74160D

#74160D
(116,22,13)
#6A140C
(106,20,12)
#60120B
(96,18,11)
#56100A
(86,16,10)
#4C0E09
(76,14,9)
#420C08
(66,12,8)
#380A07
(56,10,7)
#2E0806
(46,8,6)
#240605
(36,6,5)
#1A0404
(26,4,4)
#100203
(16,2,3)
#000000
(0,0,0)

Tints of #74160D

#74160D
(116,22,13)
#802B23
(128,43,35)
#8C4039
(140,64,57)
#98554F
(152,85,79)
#A46A65
(164,106,101)
#B07F7B
(176,127,123)
#BC9491
(188,148,145)
#C8A9A7
(200,169,167)
#D4BEBD
(212,190,189)
#E0D3D3
(224,211,211)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74160D color. Also use rgb(116,22,13) instead hex code.

Text Font Color

.myTextColor { color: #74160D; }

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

This text font color is #74160D.


Background Color

.myBgColor { background-color: #74160D; }

<div style="background-color:#74160D">Inner text</div>

This div background color is #74160D.


Border color

.myBorderColor { border: 1px solid #74160D; }

<div style="border:3px solid #74160D">Div</div>

This div border color is #74160D.


Opacity

.myOpacity80 { color: #74160D; opacity: 0.8; }

<p style="color:#74160D;opacity:0.8;">80%</p>

Text with #74160D 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 #74160D;}

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

This text has shadow with #74160D color.

.textShadow {text-shadow: 3px 3px 1px #74160D, 3px 3px 1px red;}

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

This text has shadow with #74160D primary color and red secondary color.


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

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

This text has shadow with #74160D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74160D on black background.


Color preview on white background

This text has color #74160D on white background.



Black color preview on #74160D background

This text has black color on #74160D background.


White color preview on #74160D background

This text has white color on #74160D background.