COLOR #74424A

HEX: #74424A
RGB: (116,66,74)

Color info

#74424A contains red, green and blue colors in about the same proportion. Web safe color of #74424A is #663333 (or #633).

RGB color model

#74424A color RGB value is (116,66,74).

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

RGB channels and saturation

R 116 of 255 = 45%
G 66 of 255 = 26%
B 74 of 255 = 29%

116
66
74

R + G + B ~ 33%. #74424A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 66 + 74 = 256 (100%)
R 116 of 256 ~ 45.31%
G 66 of 256 ~ 25.78%
B 74 of 256 ~ 28.91%

%45.31
%25.78
%28.91

CMYK color model

#74424A color CMYK value is (0,43,36,55).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,43,36,55)
C0M43Y36K55 
(0%,43%,36%,55%)
(0.00/0.43/0.36/0.55)	

CMYK percentages

%0
%43.1
%36.21
%54.51

Codes

Color #74424A in popluar color models

74424A
RGB1166674
HSL350°27.47%35.69%
HSB/HSV350°43.10%45.49%
CMYK0.00%43.10%36.21%
54.51%

Color #74424A in popluar number systems.

HEX74424A
Decimal1166674
Binary111010010000101001010
Octal164102112

Shades and tints

Shades of #74424A

#74424A
(116,66,74)
#6A3C44
(106,60,68)
#60363E
(96,54,62)
#563038
(86,48,56)
#4C2A32
(76,42,50)
#42242C
(66,36,44)
#381E26
(56,30,38)
#2E1820
(46,24,32)
#24121A
(36,18,26)
#1A0C14
(26,12,20)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #74424A

#74424A
(116,66,74)
#80535A
(128,83,90)
#8C646A
(140,100,106)
#98757A
(152,117,122)
#A4868A
(164,134,138)
#B0979A
(176,151,154)
#BCA8AA
(188,168,170)
#C8B9BA
(200,185,186)
#D4CACA
(212,202,202)
#E0DBDA
(224,219,218)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74424A; }

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

This text font color is #74424A.


Background Color

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

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

This div background color is #74424A.


Border color

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

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

This div border color is #74424A.


Opacity

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

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

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

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

This text has shadow with #74424A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74424A on black background.


Color preview on white background

This text has color #74424A on white background.



Black color preview on #74424A background

This text has black color on #74424A background.


White color preview on #74424A background

This text has white color on #74424A background.