COLOR #4A484B

HEX: #4A484B
RGB: (74,72,75)

Color info

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

RGB color model

#4A484B color RGB value is (74,72,75).

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

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 75 of 255 = 29%

74
72
75

R + G + B ~ 29%. #4A484B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 72 + 75 = 221 (100%)
R 74 of 221 ~ 33.48%
G 72 of 221 ~ 32.58%
B 75 of 221 ~ 33.94%

%33.48
%32.58
%33.94

CMYK color model

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

  • cyan value is 1.33%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(1,4,0,71)
C1M4Y0K71 
(1%,4%,0%,71%)
(0.01/0.04/0.00/0.71)	

CMYK percentages

%1.33
%4
%0
%70.59

Codes

Color #4A484B in popluar color models

4A484B
RGB747275
HSL280°2.04%28.82%
HSB/HSV280°4.00%29.41%
CMYK1.33%4.00%0.00%
70.59%

Color #4A484B in popluar number systems.

HEX4A484B
Decimal747275
Binary100101010010001001011
Octal112110113

Shades and tints

Shades of #4A484B

#4A484B
(74,72,75)
#444245
(68,66,69)
#3E3C3F
(62,60,63)
#383639
(56,54,57)
#323033
(50,48,51)
#2C2A2D
(44,42,45)
#262427
(38,36,39)
#201E21
(32,30,33)
#1A181B
(26,24,27)
#141215
(20,18,21)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #4A484B

#4A484B
(74,72,75)
#5A585B
(90,88,91)
#6A686B
(106,104,107)
#7A787B
(122,120,123)
#8A888B
(138,136,139)
#9A989B
(154,152,155)
#AAA8AB
(170,168,171)
#BAB8BB
(186,184,187)
#CAC8CB
(202,200,203)
#DAD8DB
(218,216,219)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A484B; }

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

This text font color is #4A484B.


Background Color

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

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

This div background color is #4A484B.


Border color

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

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

This div border color is #4A484B.


Opacity

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

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

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

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

This text has shadow with #4A484B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A484B on black background.


Color preview on white background

This text has color #4A484B on white background.



Black color preview on #4A484B background

This text has black color on #4A484B background.


White color preview on #4A484B background

This text has white color on #4A484B background.