COLOR #74594A

HEX: #74594A
RGB: (116,89,74)

Color info

#74594A contains red, green and blue colors in about the same proportion. Web safe color of #74594A is #666633 (or #663).

RGB color model

#74594A color RGB value is (116,89,74).

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

RGB channels and saturation

R 116 of 255 = 45%
G 89 of 255 = 35%
B 74 of 255 = 29%

116
89
74

R + G + B ~ 36%. #74594A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 89 + 74 = 279 (100%)
R 116 of 279 ~ 41.58%
G 89 of 279 ~ 31.9%
B 74 of 279 ~ 26.52%

%41.58
%31.9
%26.52

CMYK color model

#74594A color CMYK value is (0,23,36,55).

  • cyan value is 0.00%
  • magenta value is 23.28%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,23,36,55)
C0M23Y36K55 
(0%,23%,36%,55%)
(0.00/0.23/0.36/0.55)	

CMYK percentages

%0
%23.28
%36.21
%54.51

Codes

Color #74594A in popluar color models

74594A
RGB1168974
HSL21°22.11%37.25%
HSB/HSV21°36.21%45.49%
CMYK0.00%23.28%36.21%
54.51%

Color #74594A in popluar number systems.

HEX74594A
Decimal1168974
Binary111010010110011001010
Octal164131112

Shades and tints

Shades of #74594A

#74594A
(116,89,74)
#6A5144
(106,81,68)
#60493E
(96,73,62)
#564138
(86,65,56)
#4C3932
(76,57,50)
#42312C
(66,49,44)
#382926
(56,41,38)
#2E2120
(46,33,32)
#24191A
(36,25,26)
#1A1114
(26,17,20)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #74594A

#74594A
(116,89,74)
#80685A
(128,104,90)
#8C776A
(140,119,106)
#98867A
(152,134,122)
#A4958A
(164,149,138)
#B0A49A
(176,164,154)
#BCB3AA
(188,179,170)
#C8C2BA
(200,194,186)
#D4D1CA
(212,209,202)
#E0E0DA
(224,224,218)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74594A; }

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

This text font color is #74594A.


Background Color

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

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

This div background color is #74594A.


Border color

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

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

This div border color is #74594A.


Opacity

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

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

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

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

This text has shadow with #74594A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74594A on black background.


Color preview on white background

This text has color #74594A on white background.



Black color preview on #74594A background

This text has black color on #74594A background.


White color preview on #74594A background

This text has white color on #74594A background.