COLOR #4A5954

HEX: #4A5954
RGB: (74,89,84)

Color info

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

RGB color model

#4A5954 color RGB value is (74,89,84).

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

RGB channels and saturation

R 74 of 255 = 29%
G 89 of 255 = 35%
B 84 of 255 = 33%

74
89
84

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

Portions of RGB colors in percentages

R + G + B =
74 + 89 + 84 = 247 (100%)
R 74 of 247 ~ 29.96%
G 89 of 247 ~ 36.03%
B 84 of 247 ~ 34.01%

%29.96
%36.03
%34.01

CMYK color model

#4A5954 color CMYK value is (17,0,6,65).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 65.10%
CMYK:
(17,0,6,65)
C17M0Y6K65 
(17%,0%,6%,65%)
(0.17/0.00/0.06/0.65)	

CMYK percentages

%16.85
%0
%5.62
%65.1

Codes

Color #4A5954 in popluar color models

4A5954
RGB748984
HSL160°9.20%31.96%
HSB/HSV160°16.85%34.90%
CMYK16.85%0.00%5.62%
65.10%

Color #4A5954 in popluar number systems.

HEX4A5954
Decimal748984
Binary100101010110011010100
Octal112131124

Shades and tints

Shades of #4A5954

#4A5954
(74,89,84)
#44514D
(68,81,77)
#3E4946
(62,73,70)
#38413F
(56,65,63)
#323938
(50,57,56)
#2C3131
(44,49,49)
#26292A
(38,41,42)
#202123
(32,33,35)
#1A191C
(26,25,28)
#141115
(20,17,21)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #4A5954

#4A5954
(74,89,84)
#5A6863
(90,104,99)
#6A7772
(106,119,114)
#7A8681
(122,134,129)
#8A9590
(138,149,144)
#9AA49F
(154,164,159)
#AAB3AE
(170,179,174)
#BAC2BD
(186,194,189)
#CAD1CC
(202,209,204)
#DAE0DB
(218,224,219)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5954; }

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

This text font color is #4A5954.


Background Color

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

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

This div background color is #4A5954.


Border color

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

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

This div border color is #4A5954.


Opacity

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

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

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

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

This text has shadow with #4A5954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5954 on black background.


Color preview on white background

This text has color #4A5954 on white background.



Black color preview on #4A5954 background

This text has black color on #4A5954 background.


White color preview on #4A5954 background

This text has white color on #4A5954 background.