COLOR #4A4354

HEX: #4A4354
RGB: (74,67,84)

Color info

#4A4354 contains red, green and blue colors in about the same proportion. Web safe color of #4A4354 is #333366 (or #336).

RGB color model

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

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

RGB channels and saturation

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

74
67
84

R + G + B ~ 29%. #4A4354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 67 + 84 = 225 (100%)
R 74 of 225 ~ 32.89%
G 67 of 225 ~ 29.78%
B 84 of 225 ~ 37.33%

%32.89
%29.78
%37.33

CMYK color model

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

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

CMYK percentages

%11.9
%20.24
%0
%67.06

Codes

Color #4A4354 in popluar color models

4A4354
RGB746784
HSL265°11.26%29.61%
HSB/HSV265°20.24%32.94%
CMYK11.90%20.24%0.00%
67.06%

Color #4A4354 in popluar number systems.

HEX4A4354
Decimal746784
Binary100101010000111010100
Octal112103124

Shades and tints

Shades of #4A4354

#4A4354
(74,67,84)
#443D4D
(68,61,77)
#3E3746
(62,55,70)
#38313F
(56,49,63)
#322B38
(50,43,56)
#2C2531
(44,37,49)
#261F2A
(38,31,42)
#201923
(32,25,35)
#1A131C
(26,19,28)
#140D15
(20,13,21)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #4A4354

#4A4354
(74,67,84)
#5A5463
(90,84,99)
#6A6572
(106,101,114)
#7A7681
(122,118,129)
#8A8790
(138,135,144)
#9A989F
(154,152,159)
#AAA9AE
(170,169,174)
#BABABD
(186,186,189)
#CACBCC
(202,203,204)
#DADCDB
(218,220,219)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4354; }

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

This text font color is #4A4354.


Background Color

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

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

This div background color is #4A4354.


Border color

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

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

This div border color is #4A4354.


Opacity

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

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

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

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

This text has shadow with #4A4354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4354 on black background.


Color preview on white background

This text has color #4A4354 on white background.



Black color preview on #4A4354 background

This text has black color on #4A4354 background.


White color preview on #4A4354 background

This text has white color on #4A4354 background.