COLOR #4A594E

HEX: #4A594E
RGB: (74,89,78)

Color info

#4A594E contains red, green and blue colors in about the same proportion. Web safe color of #4A594E is #336666 (or #366).

RGB color model

#4A594E color RGB value is (74,89,78).

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

RGB channels and saturation

R 74 of 255 = 29%
G 89 of 255 = 35%
B 78 of 255 = 31%

74
89
78

R + G + B ~ 32%. #4A594E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 89 + 78 = 241 (100%)
R 74 of 241 ~ 30.71%
G 89 of 241 ~ 36.93%
B 78 of 241 ~ 32.37%

%30.71
%36.93
%32.37

CMYK color model

#4A594E color CMYK value is (17,0,12,65).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 65.10%
CMYK:
(17,0,12,65)
C17M0Y12K65 
(17%,0%,12%,65%)
(0.17/0.00/0.12/0.65)	

CMYK percentages

%16.85
%0
%12.36
%65.1

Codes

Color #4A594E in popluar color models

4A594E
RGB748978
HSL136°9.20%31.96%
HSB/HSV136°16.85%34.90%
CMYK16.85%0.00%12.36%
65.10%

Color #4A594E in popluar number systems.

HEX4A594E
Decimal748978
Binary100101010110011001110
Octal112131116

Shades and tints

Shades of #4A594E

#4A594E
(74,89,78)
#445147
(68,81,71)
#3E4940
(62,73,64)
#384139
(56,65,57)
#323932
(50,57,50)
#2C312B
(44,49,43)
#262924
(38,41,36)
#20211D
(32,33,29)
#1A1916
(26,25,22)
#14110F
(20,17,15)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #4A594E

#4A594E
(74,89,78)
#5A685E
(90,104,94)
#6A776E
(106,119,110)
#7A867E
(122,134,126)
#8A958E
(138,149,142)
#9AA49E
(154,164,158)
#AAB3AE
(170,179,174)
#BAC2BE
(186,194,190)
#CAD1CE
(202,209,206)
#DAE0DE
(218,224,222)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A594E color. Also use rgb(74,89,78) instead hex code.

Text Font Color

.myTextColor { color: #4A594E; }

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

This text font color is #4A594E.


Background Color

.myBgColor { background-color: #4A594E; }

<div style="background-color:#4A594E">Inner text</div>

This div background color is #4A594E.


Border color

.myBorderColor { border: 1px solid #4A594E; }

<div style="border:3px solid #4A594E">Div</div>

This div border color is #4A594E.


Opacity

.myOpacity80 { color: #4A594E; opacity: 0.8; }

<p style="color:#4A594E;opacity:0.8;">80%</p>

Text with #4A594E 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 #4A594E;}

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

This text has shadow with #4A594E color.

.textShadow {text-shadow: 3px 3px 1px #4A594E, 3px 3px 1px red;}

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

This text has shadow with #4A594E primary color and red secondary color.


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

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

This text has shadow with #4A594E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A594E on black background.


Color preview on white background

This text has color #4A594E on white background.



Black color preview on #4A594E background

This text has black color on #4A594E background.


White color preview on #4A594E background

This text has white color on #4A594E background.