COLOR #4A3549

HEX: #4A3549 RGB: (74,53,73)

Color info

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

RGB color model

#4A3549 color RGB value is (74,53,73).

RGB: (74,53,73) (29%, 21%, 29%)

RGB channels and saturation

R 74 of 255 = 29%
G 53 of 255 = 21%
B 73 of 255 = 29%

74
53
73

R + G + B ~ 26%. #4A3549 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 53 + 73 = 200 (100%)
R 74 of 200 ~ 37%
G 53 of 200 ~ 26.5%
B 73 of 200 ~ 36.5'%

%37
%26.5
%36.5

CMYK color model

#4A3549 color CMYK value is (0,28,1,71).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 1.35%
  • key color value is 70.98%

CMYK: (0,28,1,71)
C0M28Y1K71 (0%, 28%, 1%, 71%)
(0.00 / 0.28 / 0.01 / 0.71)

CMYK percentages

%0
%28.38
%1.35
%70.98

Codes

Color #4A3549 in popluar color models

4A 35 49
RGB 74 53 73
HSL 303° 16.54% 24.90%
HSB/HSV 303° 28.38% 29.02%
CMYK 0.00% 28.38% 1.35%
70.98%

Color #4A3549 in popluar number systems.

HEX 4A 35 49
Decimal 74 53 73
Binary 1001010 110101 1001001
Octal 112 65 111

Shades and tints

Shades of #4A3549

#4A3549
(74,53,73)
#443143
(68,49,67)
#3E2D3D
(62,45,61)
#382937
(56,41,55)
#322531
(50,37,49)
#2C212B
(44,33,43)
#261D25
(38,29,37)
#20191F
(32,25,31)
#1A1519
(26,21,25)
#141113
(20,17,19)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #4A3549

#4A3549
(74,53,73)
#5A4759
(90,71,89)
#6A5969
(106,89,105)
#7A6B79
(122,107,121)
#8A7D89
(138,125,137)
#9A8F99
(154,143,153)
#AAA1A9
(170,161,169)
#BAB3B9
(186,179,185)
#CAC5C9
(202,197,201)
#DAD7D9
(218,215,217)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3549; }

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

This text font color is #4A3549.

Background Color

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

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

This div background color is #4A3549.

Border color

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

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

This div border color is #4A3549.

Opacity

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

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

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

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

This text has shadow with #4A3549 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3549.

Preview

Color preview on black background

This text has color #4A3549 on black background.


Color preview on white background

This text has color #4A3549 on white background.


Black color preview on #4A3549 background

This text has black color on #4A3549 background.


White color preview on #4A3549 background

This text has white color on #4A3549 background.


Related colors

Complementary color

Complementary color for #hex is #B5CAB6.


I love getcolorcode.com

Triadic colors

1 #494A35 and #35494A with #4A3549 are triadic colors.

2 #49354A and #354A49 with #4A3549 are triadic colors.