COLOR #4A454B

HEX: #4A454B
RGB: (74,69,75)

Color info

#4A454B contains red, green and blue colors in about the same proportion. Web safe color of #4A454B is #333333 (or #333).

RGB color model

#4A454B color RGB value is (74,69,75).

  • red value is 74;
  • green value is 69;
  • blue value is 75.
RGB:
(74,69,75)
(29%,27%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 69 of 255 = 27%
B 75 of 255 = 29%

74
69
75

R + G + B ~ 28%. #4A454B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 69 + 75 = 218 (100%)
R 74 of 218 ~ 33.94%
G 69 of 218 ~ 31.65%
B 75 of 218 ~ 34.4%

%33.94
%31.65
%34.4

CMYK color model

#4A454B color CMYK value is (1,8,0,71).

  • cyan value is 1.33%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(1,8,0,71)
C1M8Y0K71 
(1%,8%,0%,71%)
(0.01/0.08/0.00/0.71)	

CMYK percentages

%1.33
%8
%0
%70.59

Codes

Color #4A454B in popluar color models

4A454B
RGB746975
HSL290°4.17%28.24%
HSB/HSV290°8.00%29.41%
CMYK1.33%8.00%0.00%
70.59%

Color #4A454B in popluar number systems.

HEX4A454B
Decimal746975
Binary100101010001011001011
Octal112105113

Shades and tints

Shades of #4A454B

#4A454B
(74,69,75)
#443F45
(68,63,69)
#3E393F
(62,57,63)
#383339
(56,51,57)
#322D33
(50,45,51)
#2C272D
(44,39,45)
#262127
(38,33,39)
#201B21
(32,27,33)
#1A151B
(26,21,27)
#140F15
(20,15,21)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #4A454B

#4A454B
(74,69,75)
#5A555B
(90,85,91)
#6A656B
(106,101,107)
#7A757B
(122,117,123)
#8A858B
(138,133,139)
#9A959B
(154,149,155)
#AAA5AB
(170,165,171)
#BAB5BB
(186,181,187)
#CAC5CB
(202,197,203)
#DAD5DB
(218,213,219)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A454B color. Also use rgb(74,69,75) instead hex code.

Text Font Color

.myTextColor { color: #4A454B; }

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

This text font color is #4A454B.


Background Color

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

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

This div background color is #4A454B.


Border color

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

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

This div border color is #4A454B.


Opacity

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

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

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

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

This text has shadow with #4A454B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A454B on black background.


Color preview on white background

This text has color #4A454B on white background.



Black color preview on #4A454B background

This text has black color on #4A454B background.


White color preview on #4A454B background

This text has white color on #4A454B background.