COLOR #4A545B

HEX: #4A545B
RGB: (74,84,91)

Color info

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

RGB color model

#4A545B color RGB value is (74,84,91).

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

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 91 of 255 = 36%

74
84
91

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

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 91 = 249 (100%)
R 74 of 249 ~ 29.72%
G 84 of 249 ~ 33.73%
B 91 of 249 ~ 36.55%

%29.72
%33.73
%36.55

CMYK color model

#4A545B color CMYK value is (19,8,0,64).

  • cyan value is 18.68%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(19,8,0,64)
C19M8Y0K64 
(19%,8%,0%,64%)
(0.19/0.08/0.00/0.64)	

CMYK percentages

%18.68
%7.69
%0
%64.31

Codes

Color #4A545B in popluar color models

4A545B
RGB748491
HSL205°10.30%32.35%
HSB/HSV205°18.68%35.69%
CMYK18.68%7.69%0.00%
64.31%

Color #4A545B in popluar number systems.

HEX4A545B
Decimal748491
Binary100101010101001011011
Octal112124133

Shades and tints

Shades of #4A545B

#4A545B
(74,84,91)
#444D53
(68,77,83)
#3E464B
(62,70,75)
#383F43
(56,63,67)
#32383B
(50,56,59)
#2C3133
(44,49,51)
#262A2B
(38,42,43)
#202323
(32,35,35)
#1A1C1B
(26,28,27)
#141513
(20,21,19)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #4A545B

#4A545B
(74,84,91)
#5A6369
(90,99,105)
#6A7277
(106,114,119)
#7A8185
(122,129,133)
#8A9093
(138,144,147)
#9A9FA1
(154,159,161)
#AAAEAF
(170,174,175)
#BABDBD
(186,189,189)
#CACCCB
(202,204,203)
#DADBD9
(218,219,217)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A545B; }

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

This text font color is #4A545B.


Background Color

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

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

This div background color is #4A545B.


Border color

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

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

This div border color is #4A545B.


Opacity

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

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

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

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

This text has shadow with #4A545B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A545B on black background.


Color preview on white background

This text has color #4A545B on white background.



Black color preview on #4A545B background

This text has black color on #4A545B background.


White color preview on #4A545B background

This text has white color on #4A545B background.