COLOR #4A5457

HEX: #4A5457
RGB: (74,84,87)

Color info

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

RGB color model

#4A5457 color RGB value is (74,84,87).

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

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 87 of 255 = 34%

74
84
87

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

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 87 = 245 (100%)
R 74 of 245 ~ 30.2%
G 84 of 245 ~ 34.29%
B 87 of 245 ~ 35.51%

%30.2
%34.29
%35.51

CMYK color model

#4A5457 color CMYK value is (15,3,0,66).

  • cyan value is 14.94%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(15,3,0,66)
C15M3Y0K66 
(15%,3%,0%,66%)
(0.15/0.03/0.00/0.66)	

CMYK percentages

%14.94
%3.45
%0
%65.88

Codes

Color #4A5457 in popluar color models

4A5457
RGB748487
HSL194°8.07%31.57%
HSB/HSV194°14.94%34.12%
CMYK14.94%3.45%0.00%
65.88%

Color #4A5457 in popluar number systems.

HEX4A5457
Decimal748487
Binary100101010101001010111
Octal112124127

Shades and tints

Shades of #4A5457

#4A5457
(74,84,87)
#444D50
(68,77,80)
#3E4649
(62,70,73)
#383F42
(56,63,66)
#32383B
(50,56,59)
#2C3134
(44,49,52)
#262A2D
(38,42,45)
#202326
(32,35,38)
#1A1C1F
(26,28,31)
#141518
(20,21,24)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #4A5457

#4A5457
(74,84,87)
#5A6366
(90,99,102)
#6A7275
(106,114,117)
#7A8184
(122,129,132)
#8A9093
(138,144,147)
#9A9FA2
(154,159,162)
#AAAEB1
(170,174,177)
#BABDC0
(186,189,192)
#CACCCF
(202,204,207)
#DADBDE
(218,219,222)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5457; }

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

This text font color is #4A5457.


Background Color

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

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

This div background color is #4A5457.


Border color

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

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

This div border color is #4A5457.


Opacity

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

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

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

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

This text has shadow with #4A5457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5457 on black background.


Color preview on white background

This text has color #4A5457 on white background.



Black color preview on #4A5457 background

This text has black color on #4A5457 background.


White color preview on #4A5457 background

This text has white color on #4A5457 background.