COLOR #74421A

HEX: #74421A
RGB: (116,66,26)

Color info

#74421A contains mainly red and green colors. Web safe color of #74421A is #663300 (or #630).

RGB color model

#74421A color RGB value is (116,66,26).

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

RGB channels and saturation

R 116 of 255 = 45%
G 66 of 255 = 26%
B 26 of 255 = 10%

116
66
26

R + G + B ~ 27%. #74421A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 66 + 26 = 208 (100%)
R 116 of 208 ~ 55.77%
G 66 of 208 ~ 31.73%
B 26 of 208 ~ 12.5%

%55.77
%31.73
%12.5

CMYK color model

#74421A color CMYK value is (0,43,78,55).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 77.59%
  • key color value is 54.51%
CMYK:
(0,43,78,55)
C0M43Y78K55 
(0%,43%,78%,55%)
(0.00/0.43/0.78/0.55)	

CMYK percentages

%0
%43.1
%77.59
%54.51

Codes

Color #74421A in popluar color models

74421A
RGB1166626
HSL27°63.38%27.84%
HSB/HSV27°77.59%45.49%
CMYK0.00%43.10%77.59%
54.51%

Color #74421A in popluar number systems.

HEX74421A
Decimal1166626
Binary1110100100001011010
Octal16410232

Shades and tints

Shades of #74421A

#74421A
(116,66,26)
#6A3C18
(106,60,24)
#603616
(96,54,22)
#563014
(86,48,20)
#4C2A12
(76,42,18)
#422410
(66,36,16)
#381E0E
(56,30,14)
#2E180C
(46,24,12)
#24120A
(36,18,10)
#1A0C08
(26,12,8)
#100606
(16,6,6)
#000000
(0,0,0)

Tints of #74421A

#74421A
(116,66,26)
#80532E
(128,83,46)
#8C6442
(140,100,66)
#987556
(152,117,86)
#A4866A
(164,134,106)
#B0977E
(176,151,126)
#BCA892
(188,168,146)
#C8B9A6
(200,185,166)
#D4CABA
(212,202,186)
#E0DBCE
(224,219,206)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74421A; }

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

This text font color is #74421A.


Background Color

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

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

This div background color is #74421A.


Border color

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

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

This div border color is #74421A.


Opacity

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

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

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

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

This text has shadow with #74421A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74421A on black background.


Color preview on white background

This text has color #74421A on white background.



Black color preview on #74421A background

This text has black color on #74421A background.


White color preview on #74421A background

This text has white color on #74421A background.