COLOR #4A3949

HEX: #4A3949
RGB: (74,57,73)

Color info

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

RGB color model

#4A3949 color RGB value is (74,57,73).

  • red value is 74;
  • green value is 57;
  • blue value is 73.
RGB:
(74,57,73)
(29%,22%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 57 of 255 = 22%
B 73 of 255 = 29%

74
57
73

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

Portions of RGB colors in percentages

R + G + B =
74 + 57 + 73 = 204 (100%)
R 74 of 204 ~ 36.27%
G 57 of 204 ~ 27.94%
B 73 of 204 ~ 35.78%

%36.27
%27.94
%35.78

CMYK color model

#4A3949 color CMYK value is (0,23,1,71).

  • cyan value is 0.00%
  • magenta value is 22.97%
  • yellow value is 1.35%
  • key color value is 70.98%
CMYK:
(0,23,1,71)
C0M23Y1K71 
(0%,23%,1%,71%)
(0.00/0.23/0.01/0.71)	

CMYK percentages

%0
%22.97
%1.35
%70.98

Codes

Color #4A3949 in popluar color models

4A3949
RGB745773
HSL304°12.98%25.69%
HSB/HSV304°22.97%29.02%
CMYK0.00%22.97%1.35%
70.98%

Color #4A3949 in popluar number systems.

HEX4A3949
Decimal745773
Binary10010101110011001001
Octal11271111

Shades and tints

Shades of #4A3949

#4A3949
(74,57,73)
#443443
(68,52,67)
#3E2F3D
(62,47,61)
#382A37
(56,42,55)
#322531
(50,37,49)
#2C202B
(44,32,43)
#261B25
(38,27,37)
#20161F
(32,22,31)
#1A1119
(26,17,25)
#140C13
(20,12,19)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #4A3949

#4A3949
(74,57,73)
#5A4B59
(90,75,89)
#6A5D69
(106,93,105)
#7A6F79
(122,111,121)
#8A8189
(138,129,137)
#9A9399
(154,147,153)
#AAA5A9
(170,165,169)
#BAB7B9
(186,183,185)
#CAC9C9
(202,201,201)
#DADBD9
(218,219,217)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3949; }

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

This text font color is #4A3949.


Background Color

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

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

This div background color is #4A3949.


Border color

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

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

This div border color is #4A3949.


Opacity

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

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

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

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

This text has shadow with #4A3949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3949 on black background.


Color preview on white background

This text has color #4A3949 on white background.



Black color preview on #4A3949 background

This text has black color on #4A3949 background.


White color preview on #4A3949 background

This text has white color on #4A3949 background.