COLOR #74594E

HEX: #74594E
RGB: (116,89,78)

Color info

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

RGB color model

#74594E color RGB value is (116,89,78).

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

RGB channels and saturation

R 116 of 255 = 45%
G 89 of 255 = 35%
B 78 of 255 = 31%

116
89
78

R + G + B ~ 37%. #74594E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 89 + 78 = 283 (100%)
R 116 of 283 ~ 40.99%
G 89 of 283 ~ 31.45%
B 78 of 283 ~ 27.56%

%40.99
%31.45
%27.56

CMYK color model

#74594E color CMYK value is (0,23,33,55).

  • cyan value is 0.00%
  • magenta value is 23.28%
  • yellow value is 32.76%
  • key color value is 54.51%
CMYK:
(0,23,33,55)
C0M23Y33K55 
(0%,23%,33%,55%)
(0.00/0.23/0.33/0.55)	

CMYK percentages

%0
%23.28
%32.76
%54.51

Codes

Color #74594E in popluar color models

74594E
RGB1168978
HSL17°19.59%38.04%
HSB/HSV17°32.76%45.49%
CMYK0.00%23.28%32.76%
54.51%

Color #74594E in popluar number systems.

HEX74594E
Decimal1168978
Binary111010010110011001110
Octal164131116

Shades and tints

Shades of #74594E

#74594E
(116,89,78)
#6A5147
(106,81,71)
#604940
(96,73,64)
#564139
(86,65,57)
#4C3932
(76,57,50)
#42312B
(66,49,43)
#382924
(56,41,36)
#2E211D
(46,33,29)
#241916
(36,25,22)
#1A110F
(26,17,15)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #74594E

#74594E
(116,89,78)
#80685E
(128,104,94)
#8C776E
(140,119,110)
#98867E
(152,134,126)
#A4958E
(164,149,142)
#B0A49E
(176,164,158)
#BCB3AE
(188,179,174)
#C8C2BE
(200,194,190)
#D4D1CE
(212,209,206)
#E0E0DE
(224,224,222)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74594E; }

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

This text font color is #74594E.


Background Color

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

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

This div background color is #74594E.


Border color

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

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

This div border color is #74594E.


Opacity

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

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

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

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

This text has shadow with #74594E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74594E on black background.


Color preview on white background

This text has color #74594E on white background.



Black color preview on #74594E background

This text has black color on #74594E background.


White color preview on #74594E background

This text has white color on #74594E background.