COLOR #74311E

HEX: #74311E
RGB: (116,49,30)

Color info

#74311E contains mainly red color. Web safe color of #74311E is #663333 (or #633).

RGB color model

#74311E color RGB value is (116,49,30).

  • red value is 116;
  • green value is 49;
  • blue value is 30.
RGB:
(116,49,30)
(45%,19%,12%)

RGB channels and saturation

R 116 of 255 = 45%
G 49 of 255 = 19%
B 30 of 255 = 12%

116
49
30

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

Portions of RGB colors in percentages

R + G + B =
116 + 49 + 30 = 195 (100%)
R 116 of 195 ~ 59.49%
G 49 of 195 ~ 25.13%
B 30 of 195 ~ 15.38%

%59.49
%25.13
%15.38

CMYK color model

#74311E color CMYK value is (0,58,74,55).

  • cyan value is 0.00%
  • magenta value is 57.76%
  • yellow value is 74.14%
  • key color value is 54.51%
CMYK:
(0,58,74,55)
C0M58Y74K55 
(0%,58%,74%,55%)
(0.00/0.58/0.74/0.55)	

CMYK percentages

%0
%57.76
%74.14
%54.51

Codes

Color #74311E in popluar color models

74311E
RGB1164930
HSL13°58.90%28.63%
HSB/HSV13°74.14%45.49%
CMYK0.00%57.76%74.14%
54.51%

Color #74311E in popluar number systems.

HEX74311E
Decimal1164930
Binary111010011000111110
Octal1646136

Shades and tints

Shades of #74311E

#74311E
(116,49,30)
#6A2D1C
(106,45,28)
#60291A
(96,41,26)
#562518
(86,37,24)
#4C2116
(76,33,22)
#421D14
(66,29,20)
#381912
(56,25,18)
#2E1510
(46,21,16)
#24110E
(36,17,14)
#1A0D0C
(26,13,12)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #74311E

#74311E
(116,49,30)
#804332
(128,67,50)
#8C5546
(140,85,70)
#98675A
(152,103,90)
#A4796E
(164,121,110)
#B08B82
(176,139,130)
#BC9D96
(188,157,150)
#C8AFAA
(200,175,170)
#D4C1BE
(212,193,190)
#E0D3D2
(224,211,210)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74311E color. Also use rgb(116,49,30) instead hex code.

Text Font Color

.myTextColor { color: #74311E; }

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

This text font color is #74311E.


Background Color

.myBgColor { background-color: #74311E; }

<div style="background-color:#74311E">Inner text</div>

This div background color is #74311E.


Border color

.myBorderColor { border: 1px solid #74311E; }

<div style="border:3px solid #74311E">Div</div>

This div border color is #74311E.


Opacity

.myOpacity80 { color: #74311E; opacity: 0.8; }

<p style="color:#74311E;opacity:0.8;">80%</p>

Text with #74311E 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 #74311E;}

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

This text has shadow with #74311E color.

.textShadow {text-shadow: 3px 3px 1px #74311E, 3px 3px 1px red;}

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

This text has shadow with #74311E primary color and red secondary color.


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

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

This text has shadow with #74311E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74311E on black background.


Color preview on white background

This text has color #74311E on white background.



Black color preview on #74311E background

This text has black color on #74311E background.


White color preview on #74311E background

This text has white color on #74311E background.