COLOR #74414D

HEX: #74414D
RGB: (116,65,77)

Color info

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

RGB color model

#74414D color RGB value is (116,65,77).

  • red value is 116;
  • green value is 65;
  • blue value is 77.
RGB:
(116,65,77)
(45%,25%,30%)

RGB channels and saturation

R 116 of 255 = 45%
G 65 of 255 = 25%
B 77 of 255 = 30%

116
65
77

R + G + B ~ 33%. #74414D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 65 + 77 = 258 (100%)
R 116 of 258 ~ 44.96%
G 65 of 258 ~ 25.19%
B 77 of 258 ~ 29.84%

%44.96
%25.19
%29.84

CMYK color model

#74414D color CMYK value is (0,44,34,55).

  • cyan value is 0.00%
  • magenta value is 43.97%
  • yellow value is 33.62%
  • key color value is 54.51%
CMYK:
(0,44,34,55)
C0M44Y34K55 
(0%,44%,34%,55%)
(0.00/0.44/0.34/0.55)	

CMYK percentages

%0
%43.97
%33.62
%54.51

Codes

Color #74414D in popluar color models

74414D
RGB1166577
HSL346°28.18%35.49%
HSB/HSV346°43.97%45.49%
CMYK0.00%43.97%33.62%
54.51%

Color #74414D in popluar number systems.

HEX74414D
Decimal1166577
Binary111010010000011001101
Octal164101115

Shades and tints

Shades of #74414D

#74414D
(116,65,77)
#6A3C46
(106,60,70)
#60373F
(96,55,63)
#563238
(86,50,56)
#4C2D31
(76,45,49)
#42282A
(66,40,42)
#382323
(56,35,35)
#2E1E1C
(46,30,28)
#241915
(36,25,21)
#1A140E
(26,20,14)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #74414D

#74414D
(116,65,77)
#80525D
(128,82,93)
#8C636D
(140,99,109)
#98747D
(152,116,125)
#A4858D
(164,133,141)
#B0969D
(176,150,157)
#BCA7AD
(188,167,173)
#C8B8BD
(200,184,189)
#D4C9CD
(212,201,205)
#E0DADD
(224,218,221)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74414D color. Also use rgb(116,65,77) instead hex code.

Text Font Color

.myTextColor { color: #74414D; }

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

This text font color is #74414D.


Background Color

.myBgColor { background-color: #74414D; }

<div style="background-color:#74414D">Inner text</div>

This div background color is #74414D.


Border color

.myBorderColor { border: 1px solid #74414D; }

<div style="border:3px solid #74414D">Div</div>

This div border color is #74414D.


Opacity

.myOpacity80 { color: #74414D; opacity: 0.8; }

<p style="color:#74414D;opacity:0.8;">80%</p>

Text with #74414D 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 #74414D;}

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

This text has shadow with #74414D color.

.textShadow {text-shadow: 3px 3px 1px #74414D, 3px 3px 1px red;}

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

This text has shadow with #74414D primary color and red secondary color.


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

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

This text has shadow with #74414D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74414D on black background.


Color preview on white background

This text has color #74414D on white background.



Black color preview on #74414D background

This text has black color on #74414D background.


White color preview on #74414D background

This text has white color on #74414D background.