COLOR #4A5455

HEX: #4A5455
RGB: (74,84,85)

Color info

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

RGB color model

#4A5455 color RGB value is (74,84,85).

  • red value is 74;
  • green value is 84;
  • blue value is 85.
RGB:
(74,84,85)
(29%,33%,33%)

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 85 of 255 = 33%

74
84
85

R + G + B ~ 32%. #4A5455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 85 = 243 (100%)
R 74 of 243 ~ 30.45%
G 84 of 243 ~ 34.57%
B 85 of 243 ~ 34.98%

%30.45
%34.57
%34.98

CMYK color model

#4A5455 color CMYK value is (13,1,0,67).

  • cyan value is 12.94%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(13,1,0,67)
C13M1Y0K67 
(13%,1%,0%,67%)
(0.13/0.01/0.00/0.67)	

CMYK percentages

%12.94
%1.18
%0
%66.67

Codes

Color #4A5455 in popluar color models

4A5455
RGB748485
HSL185°6.92%31.18%
HSB/HSV185°12.94%33.33%
CMYK12.94%1.18%0.00%
66.67%

Color #4A5455 in popluar number systems.

HEX4A5455
Decimal748485
Binary100101010101001010101
Octal112124125

Shades and tints

Shades of #4A5455

#4A5455
(74,84,85)
#444D4E
(68,77,78)
#3E4647
(62,70,71)
#383F40
(56,63,64)
#323839
(50,56,57)
#2C3132
(44,49,50)
#262A2B
(38,42,43)
#202324
(32,35,36)
#1A1C1D
(26,28,29)
#141516
(20,21,22)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #4A5455

#4A5455
(74,84,85)
#5A6364
(90,99,100)
#6A7273
(106,114,115)
#7A8182
(122,129,130)
#8A9091
(138,144,145)
#9A9FA0
(154,159,160)
#AAAEAF
(170,174,175)
#BABDBE
(186,189,190)
#CACCCD
(202,204,205)
#DADBDC
(218,219,220)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5455; }

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

This text font color is #4A5455.


Background Color

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

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

This div background color is #4A5455.


Border color

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

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

This div border color is #4A5455.


Opacity

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

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

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

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

This text has shadow with #4A5455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5455 on black background.


Color preview on white background

This text has color #4A5455 on white background.



Black color preview on #4A5455 background

This text has black color on #4A5455 background.


White color preview on #4A5455 background

This text has white color on #4A5455 background.