COLOR #4A4D57

HEX: #4A4D57
RGB: (74,77,87)

Color info

#4A4D57 contains red, green and blue colors in about the same proportion. Web safe color of #4A4D57 is #333366 (or #336).

RGB color model

#4A4D57 color RGB value is (74,77,87).

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

RGB channels and saturation

R 74 of 255 = 29%
G 77 of 255 = 30%
B 87 of 255 = 34%

74
77
87

R + G + B ~ 31%. #4A4D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 77 + 87 = 238 (100%)
R 74 of 238 ~ 31.09%
G 77 of 238 ~ 32.35%
B 87 of 238 ~ 36.55%

%31.09
%32.35
%36.55

CMYK color model

#4A4D57 color CMYK value is (15,11,0,66).

  • cyan value is 14.94%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(15,11,0,66)
C15M11Y0K66 
(15%,11%,0%,66%)
(0.15/0.11/0.00/0.66)	

CMYK percentages

%14.94
%11.49
%0
%65.88

Codes

Color #4A4D57 in popluar color models

4A4D57
RGB747787
HSL226°8.07%31.57%
HSB/HSV226°14.94%34.12%
CMYK14.94%11.49%0.00%
65.88%

Color #4A4D57 in popluar number systems.

HEX4A4D57
Decimal747787
Binary100101010011011010111
Octal112115127

Shades and tints

Shades of #4A4D57

#4A4D57
(74,77,87)
#444650
(68,70,80)
#3E3F49
(62,63,73)
#383842
(56,56,66)
#32313B
(50,49,59)
#2C2A34
(44,42,52)
#26232D
(38,35,45)
#201C26
(32,28,38)
#1A151F
(26,21,31)
#140E18
(20,14,24)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #4A4D57

#4A4D57
(74,77,87)
#5A5D66
(90,93,102)
#6A6D75
(106,109,117)
#7A7D84
(122,125,132)
#8A8D93
(138,141,147)
#9A9DA2
(154,157,162)
#AAADB1
(170,173,177)
#BABDC0
(186,189,192)
#CACDCF
(202,205,207)
#DADDDE
(218,221,222)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4D57; }

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

This text font color is #4A4D57.


Background Color

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

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

This div background color is #4A4D57.


Border color

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

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

This div border color is #4A4D57.


Opacity

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

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

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

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

This text has shadow with #4A4D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4D57 on black background.


Color preview on white background

This text has color #4A4D57 on white background.



Black color preview on #4A4D57 background

This text has black color on #4A4D57 background.


White color preview on #4A4D57 background

This text has white color on #4A4D57 background.