COLOR #4A434D

HEX: #4A434D
RGB: (74,67,77)

Color info

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

RGB color model

#4A434D color RGB value is (74,67,77).

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

RGB channels and saturation

R 74 of 255 = 29%
G 67 of 255 = 26%
B 77 of 255 = 30%

74
67
77

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

Portions of RGB colors in percentages

R + G + B =
74 + 67 + 77 = 218 (100%)
R 74 of 218 ~ 33.94%
G 67 of 218 ~ 30.73%
B 77 of 218 ~ 35.32%

%33.94
%30.73
%35.32

CMYK color model

#4A434D color CMYK value is (4,13,0,70).

  • cyan value is 3.90%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(4,13,0,70)
C4M13Y0K70 
(4%,13%,0%,70%)
(0.04/0.13/0.00/0.70)	

CMYK percentages

%3.9
%12.99
%0
%69.8

Codes

Color #4A434D in popluar color models

4A434D
RGB746777
HSL282°6.94%28.24%
HSB/HSV282°12.99%30.20%
CMYK3.90%12.99%0.00%
69.80%

Color #4A434D in popluar number systems.

HEX4A434D
Decimal746777
Binary100101010000111001101
Octal112103115

Shades and tints

Shades of #4A434D

#4A434D
(74,67,77)
#443D46
(68,61,70)
#3E373F
(62,55,63)
#383138
(56,49,56)
#322B31
(50,43,49)
#2C252A
(44,37,42)
#261F23
(38,31,35)
#20191C
(32,25,28)
#1A1315
(26,19,21)
#140D0E
(20,13,14)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #4A434D

#4A434D
(74,67,77)
#5A545D
(90,84,93)
#6A656D
(106,101,109)
#7A767D
(122,118,125)
#8A878D
(138,135,141)
#9A989D
(154,152,157)
#AAA9AD
(170,169,173)
#BABABD
(186,186,189)
#CACBCD
(202,203,205)
#DADCDD
(218,220,221)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A434D; }

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

This text font color is #4A434D.


Background Color

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

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

This div background color is #4A434D.


Border color

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

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

This div border color is #4A434D.


Opacity

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

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

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

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

This text has shadow with #4A434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A434D on black background.


Color preview on white background

This text has color #4A434D on white background.



Black color preview on #4A434D background

This text has black color on #4A434D background.


White color preview on #4A434D background

This text has white color on #4A434D background.