COLOR #4A5A56

HEX: #4A5A56
RGB: (74,90,86)

Color info

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

RGB color model

#4A5A56 color RGB value is (74,90,86).

  • red value is 74;
  • green value is 90;
  • blue value is 86.
RGB:
(74,90,86)
(29%,35%,34%)

RGB channels and saturation

R 74 of 255 = 29%
G 90 of 255 = 35%
B 86 of 255 = 34%

74
90
86

R + G + B ~ 33%. #4A5A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 90 + 86 = 250 (100%)
R 74 of 250 ~ 29.6%
G 90 of 250 ~ 36%
B 86 of 250 ~ 34.4%

%29.6
%36
%34.4

CMYK color model

#4A5A56 color CMYK value is (18,0,4,65).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 64.71%
CMYK:
(18,0,4,65)
C18M0Y4K65 
(18%,0%,4%,65%)
(0.18/0.00/0.04/0.65)	

CMYK percentages

%17.78
%0
%4.44
%64.71

Codes

Color #4A5A56 in popluar color models

4A5A56
RGB749086
HSL165°9.76%32.16%
HSB/HSV165°17.78%35.29%
CMYK17.78%0.00%4.44%
64.71%

Color #4A5A56 in popluar number systems.

HEX4A5A56
Decimal749086
Binary100101010110101010110
Octal112132126

Shades and tints

Shades of #4A5A56

#4A5A56
(74,90,86)
#44524F
(68,82,79)
#3E4A48
(62,74,72)
#384241
(56,66,65)
#323A3A
(50,58,58)
#2C3233
(44,50,51)
#262A2C
(38,42,44)
#202225
(32,34,37)
#1A1A1E
(26,26,30)
#141217
(20,18,23)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #4A5A56

#4A5A56
(74,90,86)
#5A6965
(90,105,101)
#6A7874
(106,120,116)
#7A8783
(122,135,131)
#8A9692
(138,150,146)
#9AA5A1
(154,165,161)
#AAB4B0
(170,180,176)
#BAC3BF
(186,195,191)
#CAD2CE
(202,210,206)
#DAE1DD
(218,225,221)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5A56 color. Also use rgb(74,90,86) instead hex code.

Text Font Color

.myTextColor { color: #4A5A56; }

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

This text font color is #4A5A56.


Background Color

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

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

This div background color is #4A5A56.


Border color

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

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

This div border color is #4A5A56.


Opacity

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

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

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

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

This text has shadow with #4A5A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5A56 on black background.


Color preview on white background

This text has color #4A5A56 on white background.



Black color preview on #4A5A56 background

This text has black color on #4A5A56 background.


White color preview on #4A5A56 background

This text has white color on #4A5A56 background.