COLOR #4A5152

HEX: #4A5152 RGB: (74,81,82)

Color info

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

RGB color model

#4A5152 color RGB value is (74,81,82).

RGB: (74,81,82) (29%, 32%, 32%)

RGB channels and saturation

R 74 of 255 = 29%
G 81 of 255 = 32%
B 82 of 255 = 32%

74
81
82

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

Portions of RGB colors in percentages

R + G + B = 74 + 81 + 82 = 237 (100%)
R 74 of 237 ~ 31.22%
G 81 of 237 ~ 34.18%
B 82 of 237 ~ 34.6'%

%31.22
%34.18
%34.6

CMYK color model

#4A5152 color CMYK value is (10,1,0,68).

  • cyan value is 9.76%
  • magenta value is 1.22%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (10,1,0,68)
C10M1Y0K68 (10%, 1%, 0%, 68%)
(0.10 / 0.01 / 0.00 / 0.68)

CMYK percentages

%9.76
%1.22
%0
%67.84

Codes

Color #4A5152 in popluar color models

4A 51 52
RGB 74 81 82
HSL 188° 5.13% 30.59%
HSB/HSV 188° 9.76% 32.16%
CMYK 9.76% 1.22% 0.00%
67.84%

Color #4A5152 in popluar number systems.

HEX 4A 51 52
Decimal 74 81 82
Binary 1001010 1010001 1010010
Octal 112 121 122

Shades and tints

Shades of #4A5152

#4A5152
(74,81,82)
#444A4B
(68,74,75)
#3E4344
(62,67,68)
#383C3D
(56,60,61)
#323536
(50,53,54)
#2C2E2F
(44,46,47)
#262728
(38,39,40)
#202021
(32,32,33)
#1A191A
(26,25,26)
#141213
(20,18,19)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #4A5152

#4A5152
(74,81,82)
#5A6061
(90,96,97)
#6A6F70
(106,111,112)
#7A7E7F
(122,126,127)
#8A8D8E
(138,141,142)
#9A9C9D
(154,156,157)
#AAABAC
(170,171,172)
#BABABB
(186,186,187)
#CAC9CA
(202,201,202)
#DAD8D9
(218,216,217)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5152 color. Also use rgb(74,81,82) instead hex code.

Text Font Color

.myTextColor { color: #4A5152; }

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

This text font color is #4A5152.

Background Color

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

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

This div background color is #4A5152.

Border color

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

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

This div border color is #4A5152.

Opacity

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

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

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

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

This text has shadow with #4A5152 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5152.

Preview

Color preview on black background

This text has color #4A5152 on black background.


Color preview on white background

This text has color #4A5152 on white background.


Black color preview on #4A5152 background

This text has black color on #4A5152 background.


White color preview on #4A5152 background

This text has white color on #4A5152 background.


Related colors

Complementary color

Complementary color for #hex is #B5AEAD.


I love getcolorcode.com

Triadic colors

1 #524A51 and #51524A with #4A5152 are triadic colors.

2 #52514A and #514A52 with #4A5152 are triadic colors.