COLOR #4A5454

HEX: #4A5454
RGB: (74,84,84)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

74
84
84

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

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 84 = 242 (100%)
R 74 of 242 ~ 30.58%
G 84 of 242 ~ 34.71%
B 84 of 242 ~ 34.71%

%30.58
%34.71
%34.71

CMYK color model

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

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(12,0,0,67)
C12M0Y0K67 
(12%,0%,0%,67%)
(0.12/0.00/0.00/0.67)	

CMYK percentages

%11.9
%0
%0
%67.06

Codes

Color #4A5454 in popluar color models

4A5454
RGB748484
HSL180°6.33%30.98%
HSB/HSV180°11.90%32.94%
CMYK11.90%0.00%0.00%
67.06%

Color #4A5454 in popluar number systems.

HEX4A5454
Decimal748484
Binary100101010101001010100
Octal112124124

Shades and tints

Shades of #4A5454

#4A5454
(74,84,84)
#444D4D
(68,77,77)
#3E4646
(62,70,70)
#383F3F
(56,63,63)
#323838
(50,56,56)
#2C3131
(44,49,49)
#262A2A
(38,42,42)
#202323
(32,35,35)
#1A1C1C
(26,28,28)
#141515
(20,21,21)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #4A5454

#4A5454
(74,84,84)
#5A6363
(90,99,99)
#6A7272
(106,114,114)
#7A8181
(122,129,129)
#8A9090
(138,144,144)
#9A9F9F
(154,159,159)
#AAAEAE
(170,174,174)
#BABDBD
(186,189,189)
#CACCCC
(202,204,204)
#DADBDB
(218,219,219)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5454; }

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

This text font color is #4A5454.


Background Color

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

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

This div background color is #4A5454.


Border color

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

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

This div border color is #4A5454.


Opacity

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

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

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

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

This text has shadow with #4A5454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5454 on black background.


Color preview on white background

This text has color #4A5454 on white background.



Black color preview on #4A5454 background

This text has black color on #4A5454 background.


White color preview on #4A5454 background

This text has white color on #4A5454 background.