COLOR #74322A

HEX: #74322A
RGB: (116,50,42)

Color info

#74322A contains mainly red color. Web safe color of #74322A is #663333 (or #633).

RGB color model

#74322A color RGB value is (116,50,42).

  • red value is 116;
  • green value is 50;
  • blue value is 42.
RGB:
(116,50,42)
(45%,20%,16%)

RGB channels and saturation

R 116 of 255 = 45%
G 50 of 255 = 20%
B 42 of 255 = 16%

116
50
42

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

Portions of RGB colors in percentages

R + G + B =
116 + 50 + 42 = 208 (100%)
R 116 of 208 ~ 55.77%
G 50 of 208 ~ 24.04%
B 42 of 208 ~ 20.19%

%55.77
%24.04
%20.19

CMYK color model

#74322A color CMYK value is (0,57,64,55).

  • cyan value is 0.00%
  • magenta value is 56.90%
  • yellow value is 63.79%
  • key color value is 54.51%
CMYK:
(0,57,64,55)
C0M57Y64K55 
(0%,57%,64%,55%)
(0.00/0.57/0.64/0.55)	

CMYK percentages

%0
%56.9
%63.79
%54.51

Codes

Color #74322A in popluar color models

74322A
RGB1165042
HSL46.84%30.98%
HSB/HSV63.79%45.49%
CMYK0.00%56.90%63.79%
54.51%

Color #74322A in popluar number systems.

HEX74322A
Decimal1165042
Binary1110100110010101010
Octal1646252

Shades and tints

Shades of #74322A

#74322A
(116,50,42)
#6A2E27
(106,46,39)
#602A24
(96,42,36)
#562621
(86,38,33)
#4C221E
(76,34,30)
#421E1B
(66,30,27)
#381A18
(56,26,24)
#2E1615
(46,22,21)
#241212
(36,18,18)
#1A0E0F
(26,14,15)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #74322A

#74322A
(116,50,42)
#80443D
(128,68,61)
#8C5650
(140,86,80)
#986863
(152,104,99)
#A47A76
(164,122,118)
#B08C89
(176,140,137)
#BC9E9C
(188,158,156)
#C8B0AF
(200,176,175)
#D4C2C2
(212,194,194)
#E0D4D5
(224,212,213)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74322A color. Also use rgb(116,50,42) instead hex code.

Text Font Color

.myTextColor { color: #74322A; }

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

This text font color is #74322A.


Background Color

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

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

This div background color is #74322A.


Border color

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

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

This div border color is #74322A.


Opacity

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

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

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

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

This text has shadow with #74322A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74322A on black background.


Color preview on white background

This text has color #74322A on white background.



Black color preview on #74322A background

This text has black color on #74322A background.


White color preview on #74322A background

This text has white color on #74322A background.