COLOR #74644E

HEX: #74644E
RGB: (116,100,78)

Color info

#74644E contains red, green and blue colors in about the same proportion. Web safe color of #74644E is #666666 (or #666).

RGB color model

#74644E color RGB value is (116,100,78).

  • red value is 116;
  • green value is 100;
  • blue value is 78.
RGB:
(116,100,78)
(45%,39%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 100 of 255 = 39%
B 78 of 255 = 31%

116
100
78

R + G + B ~ 38%. #74644E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 100 + 78 = 294 (100%)
R 116 of 294 ~ 39.46%
G 100 of 294 ~ 34.01%
B 78 of 294 ~ 26.53%

%39.46
%34.01
%26.53

CMYK color model

#74644E color CMYK value is (0,14,33,55).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 32.76%
  • key color value is 54.51%
CMYK:
(0,14,33,55)
C0M14Y33K55 
(0%,14%,33%,55%)
(0.00/0.14/0.33/0.55)	

CMYK percentages

%0
%13.79
%32.76
%54.51

Codes

Color #74644E in popluar color models

74644E
RGB11610078
HSL35°19.59%38.04%
HSB/HSV35°32.76%45.49%
CMYK0.00%13.79%32.76%
54.51%

Color #74644E in popluar number systems.

HEX74644E
Decimal11610078
Binary111010011001001001110
Octal164144116

Shades and tints

Shades of #74644E

#74644E
(116,100,78)
#6A5B47
(106,91,71)
#605240
(96,82,64)
#564939
(86,73,57)
#4C4032
(76,64,50)
#42372B
(66,55,43)
#382E24
(56,46,36)
#2E251D
(46,37,29)
#241C16
(36,28,22)
#1A130F
(26,19,15)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #74644E

#74644E
(116,100,78)
#80725E
(128,114,94)
#8C806E
(140,128,110)
#988E7E
(152,142,126)
#A49C8E
(164,156,142)
#B0AA9E
(176,170,158)
#BCB8AE
(188,184,174)
#C8C6BE
(200,198,190)
#D4D4CE
(212,212,206)
#E0E2DE
(224,226,222)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74644E color. Also use rgb(116,100,78) instead hex code.

Text Font Color

.myTextColor { color: #74644E; }

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

This text font color is #74644E.


Background Color

.myBgColor { background-color: #74644E; }

<div style="background-color:#74644E">Inner text</div>

This div background color is #74644E.


Border color

.myBorderColor { border: 1px solid #74644E; }

<div style="border:3px solid #74644E">Div</div>

This div border color is #74644E.


Opacity

.myOpacity80 { color: #74644E; opacity: 0.8; }

<p style="color:#74644E;opacity:0.8;">80%</p>

Text with #74644E 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 #74644E;}

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

This text has shadow with #74644E color.

.textShadow {text-shadow: 3px 3px 1px #74644E, 3px 3px 1px red;}

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

This text has shadow with #74644E primary color and red secondary color.


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

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

This text has shadow with #74644E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74644E on black background.


Color preview on white background

This text has color #74644E on white background.



Black color preview on #74644E background

This text has black color on #74644E background.


White color preview on #74644E background

This text has white color on #74644E background.