COLOR #4A545F

HEX: #4A545F
RGB: (74,84,95)

Color info

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

RGB color model

#4A545F color RGB value is (74,84,95).

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

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 95 of 255 = 37%

74
84
95

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

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 95 = 253 (100%)
R 74 of 253 ~ 29.25%
G 84 of 253 ~ 33.2%
B 95 of 253 ~ 37.55%

%29.25
%33.2
%37.55

CMYK color model

#4A545F color CMYK value is (22,12,0,63).

  • cyan value is 22.11%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(22,12,0,63)
C22M12Y0K63 
(22%,12%,0%,63%)
(0.22/0.12/0.00/0.63)	

CMYK percentages

%22.11
%11.58
%0
%62.75

Codes

Color #4A545F in popluar color models

4A545F
RGB748495
HSL211°12.43%33.14%
HSB/HSV211°22.11%37.25%
CMYK22.11%11.58%0.00%
62.75%

Color #4A545F in popluar number systems.

HEX4A545F
Decimal748495
Binary100101010101001011111
Octal112124137

Shades and tints

Shades of #4A545F

#4A545F
(74,84,95)
#444D57
(68,77,87)
#3E464F
(62,70,79)
#383F47
(56,63,71)
#32383F
(50,56,63)
#2C3137
(44,49,55)
#262A2F
(38,42,47)
#202327
(32,35,39)
#1A1C1F
(26,28,31)
#141517
(20,21,23)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #4A545F

#4A545F
(74,84,95)
#5A636D
(90,99,109)
#6A727B
(106,114,123)
#7A8189
(122,129,137)
#8A9097
(138,144,151)
#9A9FA5
(154,159,165)
#AAAEB3
(170,174,179)
#BABDC1
(186,189,193)
#CACCCF
(202,204,207)
#DADBDD
(218,219,221)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A545F; }

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

This text font color is #4A545F.


Background Color

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

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

This div background color is #4A545F.


Border color

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

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

This div border color is #4A545F.


Opacity

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

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

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

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

This text has shadow with #4A545F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A545F on black background.


Color preview on white background

This text has color #4A545F on white background.



Black color preview on #4A545F background

This text has black color on #4A545F background.


White color preview on #4A545F background

This text has white color on #4A545F background.