COLOR #4A5C5D

HEX: #4A5C5D
RGB: (74,92,93)

Color info

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

RGB color model

#4A5C5D color RGB value is (74,92,93).

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

RGB channels and saturation

R 74 of 255 = 29%
G 92 of 255 = 36%
B 93 of 255 = 36%

74
92
93

R + G + B ~ 34%. #4A5C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 92 + 93 = 259 (100%)
R 74 of 259 ~ 28.57%
G 92 of 259 ~ 35.52%
B 93 of 259 ~ 35.91%

%28.57
%35.52
%35.91

CMYK color model

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

  • cyan value is 20.43%
  • magenta value is 1.08%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(20,1,0,64)
C20M1Y0K64 
(20%,1%,0%,64%)
(0.20/0.01/0.00/0.64)	

CMYK percentages

%20.43
%1.08
%0
%63.53

Codes

Color #4A5C5D in popluar color models

4A5C5D
RGB749293
HSL183°11.38%32.75%
HSB/HSV183°20.43%36.47%
CMYK20.43%1.08%0.00%
63.53%

Color #4A5C5D in popluar number systems.

HEX4A5C5D
Decimal749293
Binary100101010111001011101
Octal112134135

Shades and tints

Shades of #4A5C5D

#4A5C5D
(74,92,93)
#445455
(68,84,85)
#3E4C4D
(62,76,77)
#384445
(56,68,69)
#323C3D
(50,60,61)
#2C3435
(44,52,53)
#262C2D
(38,44,45)
#202425
(32,36,37)
#1A1C1D
(26,28,29)
#141415
(20,20,21)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #4A5C5D

#4A5C5D
(74,92,93)
#5A6A6B
(90,106,107)
#6A7879
(106,120,121)
#7A8687
(122,134,135)
#8A9495
(138,148,149)
#9AA2A3
(154,162,163)
#AAB0B1
(170,176,177)
#BABEBF
(186,190,191)
#CACCCD
(202,204,205)
#DADADB
(218,218,219)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5C5D; }

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

This text font color is #4A5C5D.


Background Color

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

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

This div background color is #4A5C5D.


Border color

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

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

This div border color is #4A5C5D.


Opacity

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

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

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

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

This text has shadow with #4A5C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5C5D on black background.


Color preview on white background

This text has color #4A5C5D on white background.



Black color preview on #4A5C5D background

This text has black color on #4A5C5D background.


White color preview on #4A5C5D background

This text has white color on #4A5C5D background.