COLOR #4A554C

HEX: #4A554C RGB: (74,85,76)

Color info

#4A554C contains red, green and blue colors in about the same proportion. Web safe color of #4A554C is #336633 (or #363).

RGB color model

#4A554C color RGB value is (74,85,76).

RGB: (74,85,76) (29%, 33%, 30%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 76 of 255 = 30%

74
85
76

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

Portions of RGB colors in percentages

R + G + B = 74 + 85 + 76 = 235 (100%)
R 74 of 235 ~ 31.49%
G 85 of 235 ~ 36.17%
B 76 of 235 ~ 32.34'%

%31.49
%36.17
%32.34

CMYK color model

#4A554C color CMYK value is (13,0,11,67).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 66.67%

CMYK: (13,0,11,67)
C13M0Y11K67 (13%, 0%, 11%, 67%)
(0.13 / 0.00 / 0.11 / 0.67)

CMYK percentages

%12.94
%0
%10.59
%66.67

Codes

Color #4A554C in popluar color models

4A 55 4C
RGB 74 85 76
HSL 131° 6.92% 31.18%
HSB/HSV 131° 12.94% 33.33%
CMYK 12.94% 0.00% 10.59%
66.67%

Color #4A554C in popluar number systems.

HEX 4A 55 4C
Decimal 74 85 76
Binary 1001010 1010101 1001100
Octal 112 125 114

Shades and tints

Shades of #4A554C

#4A554C
(74,85,76)
#444E46
(68,78,70)
#3E4740
(62,71,64)
#38403A
(56,64,58)
#323934
(50,57,52)
#2C322E
(44,50,46)
#262B28
(38,43,40)
#202422
(32,36,34)
#1A1D1C
(26,29,28)
#141616
(20,22,22)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #4A554C

#4A554C
(74,85,76)
#5A645C
(90,100,92)
#6A736C
(106,115,108)
#7A827C
(122,130,124)
#8A918C
(138,145,140)
#9AA09C
(154,160,156)
#AAAFAC
(170,175,172)
#BABEBC
(186,190,188)
#CACDCC
(202,205,204)
#DADCDC
(218,220,220)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A554C color. Also use rgb(74,85,76) instead hex code.

Text Font Color

.myTextColor { color: #4A554C; }

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

This text font color is #4A554C.

Background Color

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

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

This div background color is #4A554C.

Border color

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

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

This div border color is #4A554C.

Opacity

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

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

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

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

This text has shadow with #4A554C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A554C.

Preview

Color preview on black background

This text has color #4A554C on black background.


Color preview on white background

This text has color #4A554C on white background.


Black color preview on #4A554C background

This text has black color on #4A554C background.


White color preview on #4A554C background

This text has white color on #4A554C background.


Related colors

Complementary color

Complementary color for #hex is #B5AAB3.


I love getcolorcode.com

Triadic colors

1 #4C4A55 and #554C4A with #4A554C are triadic colors.

2 #4C554A and #554A4C with #4A554C are triadic colors.