COLOR #4A354D

HEX: #4A354D
RGB: (74,53,77)

Color info

#4A354D contains red, green and blue colors in about the same proportion. Web safe color of #4A354D is #333333 (or #333).

RGB color model

#4A354D color RGB value is (74,53,77).

  • red value is 74;
  • green value is 53;
  • blue value is 77.
RGB:
(74,53,77)
(29%,21%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 53 of 255 = 21%
B 77 of 255 = 30%

74
53
77

R + G + B ~ 27%. #4A354D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 53 + 77 = 204 (100%)
R 74 of 204 ~ 36.27%
G 53 of 204 ~ 25.98%
B 77 of 204 ~ 37.75%

%36.27
%25.98
%37.75

CMYK color model

#4A354D color CMYK value is (4,31,0,70).

  • cyan value is 3.90%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(4,31,0,70)
C4M31Y0K70 
(4%,31%,0%,70%)
(0.04/0.31/0.00/0.70)	

CMYK percentages

%3.9
%31.17
%0
%69.8

Codes

Color #4A354D in popluar color models

4A354D
RGB745377
HSL293°18.46%25.49%
HSB/HSV293°31.17%30.20%
CMYK3.90%31.17%0.00%
69.80%

Color #4A354D in popluar number systems.

HEX4A354D
Decimal745377
Binary10010101101011001101
Octal11265115

Shades and tints

Shades of #4A354D

#4A354D
(74,53,77)
#443146
(68,49,70)
#3E2D3F
(62,45,63)
#382938
(56,41,56)
#322531
(50,37,49)
#2C212A
(44,33,42)
#261D23
(38,29,35)
#20191C
(32,25,28)
#1A1515
(26,21,21)
#14110E
(20,17,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #4A354D

#4A354D
(74,53,77)
#5A475D
(90,71,93)
#6A596D
(106,89,109)
#7A6B7D
(122,107,125)
#8A7D8D
(138,125,141)
#9A8F9D
(154,143,157)
#AAA1AD
(170,161,173)
#BAB3BD
(186,179,189)
#CAC5CD
(202,197,205)
#DAD7DD
(218,215,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A354D; }

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

This text font color is #4A354D.


Background Color

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

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

This div background color is #4A354D.


Border color

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

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

This div border color is #4A354D.


Opacity

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

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

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

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

This text has shadow with #4A354D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A354D on black background.


Color preview on white background

This text has color #4A354D on white background.



Black color preview on #4A354D background

This text has black color on #4A354D background.


White color preview on #4A354D background

This text has white color on #4A354D background.