COLOR #74444F

HEX: #74444F
RGB: (116,68,79)

Color info

#74444F contains red, green and blue colors in about the same proportion. Web safe color of #74444F is #663366 (or #636).

RGB color model

#74444F color RGB value is (116,68,79).

  • red value is 116;
  • green value is 68;
  • blue value is 79.
RGB:
(116,68,79)
(45%,27%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 68 of 255 = 27%
B 79 of 255 = 31%

116
68
79

R + G + B ~ 34%. #74444F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 68 + 79 = 263 (100%)
R 116 of 263 ~ 44.11%
G 68 of 263 ~ 25.86%
B 79 of 263 ~ 30.04%

%44.11
%25.86
%30.04

CMYK color model

#74444F color CMYK value is (0,41,32,55).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 31.90%
  • key color value is 54.51%
CMYK:
(0,41,32,55)
C0M41Y32K55 
(0%,41%,32%,55%)
(0.00/0.41/0.32/0.55)	

CMYK percentages

%0
%41.38
%31.9
%54.51

Codes

Color #74444F in popluar color models

74444F
RGB1166879
HSL346°26.09%36.08%
HSB/HSV346°41.38%45.49%
CMYK0.00%41.38%31.90%
54.51%

Color #74444F in popluar number systems.

HEX74444F
Decimal1166879
Binary111010010001001001111
Octal164104117

Shades and tints

Shades of #74444F

#74444F
(116,68,79)
#6A3E48
(106,62,72)
#603841
(96,56,65)
#56323A
(86,50,58)
#4C2C33
(76,44,51)
#42262C
(66,38,44)
#382025
(56,32,37)
#2E1A1E
(46,26,30)
#241417
(36,20,23)
#1A0E10
(26,14,16)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #74444F

#74444F
(116,68,79)
#80555F
(128,85,95)
#8C666F
(140,102,111)
#98777F
(152,119,127)
#A4888F
(164,136,143)
#B0999F
(176,153,159)
#BCAAAF
(188,170,175)
#C8BBBF
(200,187,191)
#D4CCCF
(212,204,207)
#E0DDDF
(224,221,223)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74444F color. Also use rgb(116,68,79) instead hex code.

Text Font Color

.myTextColor { color: #74444F; }

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

This text font color is #74444F.


Background Color

.myBgColor { background-color: #74444F; }

<div style="background-color:#74444F">Inner text</div>

This div background color is #74444F.


Border color

.myBorderColor { border: 1px solid #74444F; }

<div style="border:3px solid #74444F">Div</div>

This div border color is #74444F.


Opacity

.myOpacity80 { color: #74444F; opacity: 0.8; }

<p style="color:#74444F;opacity:0.8;">80%</p>

Text with #74444F 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 #74444F;}

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

This text has shadow with #74444F color.

.textShadow {text-shadow: 3px 3px 1px #74444F, 3px 3px 1px red;}

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

This text has shadow with #74444F primary color and red secondary color.


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

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

This text has shadow with #74444F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74444F on black background.


Color preview on white background

This text has color #74444F on white background.



Black color preview on #74444F background

This text has black color on #74444F background.


White color preview on #74444F background

This text has white color on #74444F background.