COLOR #4A595D

HEX: #4A595D
RGB: (74,89,93)

Color info

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

RGB color model

#4A595D color RGB value is (74,89,93).

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

RGB channels and saturation

R 74 of 255 = 29%
G 89 of 255 = 35%
B 93 of 255 = 36%

74
89
93

R + G + B ~ 33%. #4A595D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 89 + 93 = 256 (100%)
R 74 of 256 ~ 28.91%
G 89 of 256 ~ 34.77%
B 93 of 256 ~ 36.33%

%28.91
%34.77
%36.33

CMYK color model

#4A595D color CMYK value is (20,4,0,64).

  • cyan value is 20.43%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(20,4,0,64)
C20M4Y0K64 
(20%,4%,0%,64%)
(0.20/0.04/0.00/0.64)	

CMYK percentages

%20.43
%4.3
%0
%63.53

Codes

Color #4A595D in popluar color models

4A595D
RGB748993
HSL193°11.38%32.75%
HSB/HSV193°20.43%36.47%
CMYK20.43%4.30%0.00%
63.53%

Color #4A595D in popluar number systems.

HEX4A595D
Decimal748993
Binary100101010110011011101
Octal112131135

Shades and tints

Shades of #4A595D

#4A595D
(74,89,93)
#445155
(68,81,85)
#3E494D
(62,73,77)
#384145
(56,65,69)
#32393D
(50,57,61)
#2C3135
(44,49,53)
#26292D
(38,41,45)
#202125
(32,33,37)
#1A191D
(26,25,29)
#141115
(20,17,21)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #4A595D

#4A595D
(74,89,93)
#5A686B
(90,104,107)
#6A7779
(106,119,121)
#7A8687
(122,134,135)
#8A9595
(138,149,149)
#9AA4A3
(154,164,163)
#AAB3B1
(170,179,177)
#BAC2BF
(186,194,191)
#CAD1CD
(202,209,205)
#DAE0DB
(218,224,219)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A595D; }

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

This text font color is #4A595D.


Background Color

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

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

This div background color is #4A595D.


Border color

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

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

This div border color is #4A595D.


Opacity

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

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

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

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

This text has shadow with #4A595D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A595D on black background.


Color preview on white background

This text has color #4A595D on white background.



Black color preview on #4A595D background

This text has black color on #4A595D background.


White color preview on #4A595D background

This text has white color on #4A595D background.