COLOR #74351A

HEX: #74351A
RGB: (116,53,26)

Color info

#74351A contains mainly red color. Web safe color of #74351A is #663300 (or #630).

RGB color model

#74351A color RGB value is (116,53,26).

  • red value is 116;
  • green value is 53;
  • blue value is 26.
RGB:
(116,53,26)
(45%,21%,10%)

RGB channels and saturation

R 116 of 255 = 45%
G 53 of 255 = 21%
B 26 of 255 = 10%

116
53
26

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

Portions of RGB colors in percentages

R + G + B =
116 + 53 + 26 = 195 (100%)
R 116 of 195 ~ 59.49%
G 53 of 195 ~ 27.18%
B 26 of 195 ~ 13.33%

%59.49
%27.18
%13.33

CMYK color model

#74351A color CMYK value is (0,54,78,55).

  • cyan value is 0.00%
  • magenta value is 54.31%
  • yellow value is 77.59%
  • key color value is 54.51%
CMYK:
(0,54,78,55)
C0M54Y78K55 
(0%,54%,78%,55%)
(0.00/0.54/0.78/0.55)	

CMYK percentages

%0
%54.31
%77.59
%54.51

Codes

Color #74351A in popluar color models

74351A
RGB1165326
HSL18°63.38%27.84%
HSB/HSV18°77.59%45.49%
CMYK0.00%54.31%77.59%
54.51%

Color #74351A in popluar number systems.

HEX74351A
Decimal1165326
Binary111010011010111010
Octal1646532

Shades and tints

Shades of #74351A

#74351A
(116,53,26)
#6A3118
(106,49,24)
#602D16
(96,45,22)
#562914
(86,41,20)
#4C2512
(76,37,18)
#422110
(66,33,16)
#381D0E
(56,29,14)
#2E190C
(46,25,12)
#24150A
(36,21,10)
#1A1108
(26,17,8)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #74351A

#74351A
(116,53,26)
#80472E
(128,71,46)
#8C5942
(140,89,66)
#986B56
(152,107,86)
#A47D6A
(164,125,106)
#B08F7E
(176,143,126)
#BCA192
(188,161,146)
#C8B3A6
(200,179,166)
#D4C5BA
(212,197,186)
#E0D7CE
(224,215,206)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74351A color. Also use rgb(116,53,26) instead hex code.

Text Font Color

.myTextColor { color: #74351A; }

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

This text font color is #74351A.


Background Color

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

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

This div background color is #74351A.


Border color

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

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

This div border color is #74351A.


Opacity

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

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

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

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

This text has shadow with #74351A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74351A on black background.


Color preview on white background

This text has color #74351A on white background.



Black color preview on #74351A background

This text has black color on #74351A background.


White color preview on #74351A background

This text has white color on #74351A background.