COLOR #4A3C4D

HEX: #4A3C4D
RGB: (74,60,77)

Color info

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

RGB color model

#4A3C4D color RGB value is (74,60,77).

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

RGB channels and saturation

R 74 of 255 = 29%
G 60 of 255 = 24%
B 77 of 255 = 30%

74
60
77

R + G + B ~ 28%. #4A3C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 60 + 77 = 211 (100%)
R 74 of 211 ~ 35.07%
G 60 of 211 ~ 28.44%
B 77 of 211 ~ 36.49%

%35.07
%28.44
%36.49

CMYK color model

#4A3C4D color CMYK value is (4,22,0,70).

  • cyan value is 3.90%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (4,22,0,70) C4M22Y0K70 (4%,22%,0%,70%) (0.04/0.22/0.00/0.70)

CMYK percentages

%3.9
%22.08
%0
%69.8

Codes

Color #4A3C4D in popluar color models

4A3C4D
RGB746077
HSL289°12.41%26.86%
HSB/HSV289°22.08%30.20%
CMYK3.90%22.08%0.00%
69.80%

Color #4A3C4D in popluar number systems.

HEX4A3C4D
Decimal746077
Binary10010101111001001101
Octal11274115

Shades and tints

Shades of #4A3C4D

#4A3C4D
(74,60,77)
#443746
(68,55,70)
#3E323F
(62,50,63)
#382D38
(56,45,56)
#322831
(50,40,49)
#2C232A
(44,35,42)
#261E23
(38,30,35)
#20191C
(32,25,28)
#1A1415
(26,20,21)
#140F0E
(20,15,14)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #4A3C4D

#4A3C4D
(74,60,77)
#5A4D5D
(90,77,93)
#6A5E6D
(106,94,109)
#7A6F7D
(122,111,125)
#8A808D
(138,128,141)
#9A919D
(154,145,157)
#AAA2AD
(170,162,173)
#BAB3BD
(186,179,189)
#CAC4CD
(202,196,205)
#DAD5DD
(218,213,221)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3C4D; }

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

This text font color is #4A3C4D.


Background Color

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

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

This div background color is #4A3C4D.


Border color

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

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

This div border color is #4A3C4D.


Opacity

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

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

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

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

This text has shadow with #4A3C4D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4A3C4D on black background.


Color preview on white background

This text has color #4A3C4D on white background.



Black color preview on #4A3C4D background

This text has black color on #4A3C4D background.


White color preview on #4A3C4D background

This text has white color on #4A3C4D background.