COLOR #4A5450

HEX: #4A5450 RGB: (74,84,80)

Color info

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

RGB color model

#4A5450 color RGB value is (74,84,80).

RGB: (74,84,80) (29%, 33%, 31%)

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 80 of 255 = 31%

74
84
80

R + G + B ~ 31%. #4A5450 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 84 + 80 = 238 (100%)
R 74 of 238 ~ 31.09%
G 84 of 238 ~ 35.29%
B 80 of 238 ~ 33.61'%

%31.09
%35.29
%33.61

CMYK color model

#4A5450 color CMYK value is (12,0,5,67).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 67.06%

CMYK: (12,0,5,67)
C12M0Y5K67 (12%, 0%, 5%, 67%)
(0.12 / 0.00 / 0.05 / 0.67)

CMYK percentages

%11.9
%0
%4.76
%67.06

Codes

Color #4A5450 in popluar color models

4A 54 50
RGB 74 84 80
HSL 156° 6.33% 30.98%
HSB/HSV 156° 11.90% 32.94%
CMYK 11.90% 0.00% 4.76%
67.06%

Color #4A5450 in popluar number systems.

HEX 4A 54 50
Decimal 74 84 80
Binary 1001010 1010100 1010000
Octal 112 124 120

Shades and tints

Shades of #4A5450

#4A5450
(74,84,80)
#444D49
(68,77,73)
#3E4642
(62,70,66)
#383F3B
(56,63,59)
#323834
(50,56,52)
#2C312D
(44,49,45)
#262A26
(38,42,38)
#20231F
(32,35,31)
#1A1C18
(26,28,24)
#141511
(20,21,17)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #4A5450

#4A5450
(74,84,80)
#5A635F
(90,99,95)
#6A726E
(106,114,110)
#7A817D
(122,129,125)
#8A908C
(138,144,140)
#9A9F9B
(154,159,155)
#AAAEAA
(170,174,170)
#BABDB9
(186,189,185)
#CACCC8
(202,204,200)
#DADBD7
(218,219,215)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5450; }

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

This text font color is #4A5450.

Background Color

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

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

This div background color is #4A5450.

Border color

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

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

This div border color is #4A5450.

Opacity

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

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

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

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

This text has shadow with #4A5450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5450.

Preview

Color preview on black background

This text has color #4A5450 on black background.


Color preview on white background

This text has color #4A5450 on white background.


Black color preview on #4A5450 background

This text has black color on #4A5450 background.


White color preview on #4A5450 background

This text has white color on #4A5450 background.


Related colors

Complementary color

Complementary color for #hex is #B5ABAF.


I love getcolorcode.com

Triadic colors

1 #504A54 and #54504A with #4A5450 are triadic colors.

2 #50544A and #544A50 with #4A5450 are triadic colors.