COLOR #4A403A

HEX: #4A403A RGB: (74,64,58)

Color info

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

RGB color model

#4A403A color RGB value is (74,64,58).

RGB: (74,64,58) (29%, 25%, 23%)

RGB channels and saturation

R 74 of 255 = 29%
G 64 of 255 = 25%
B 58 of 255 = 23%

74
64
58

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

Portions of RGB colors in percentages

R + G + B = 74 + 64 + 58 = 196 (100%)
R 74 of 196 ~ 37.76%
G 64 of 196 ~ 32.65%
B 58 of 196 ~ 29.59'%

%37.76
%32.65
%29.59

CMYK color model

#4A403A color CMYK value is (0,14,22,71).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 21.62%
  • key color value is 70.98%

CMYK: (0,14,22,71)
C0M14Y22K71 (0%, 14%, 22%, 71%)
(0.00 / 0.14 / 0.22 / 0.71)

CMYK percentages

%0
%13.51
%21.62
%70.98

Codes

Color #4A403A in popluar color models

4A 40 3A
RGB 74 64 58
HSL 23° 12.12% 25.88%
HSB/HSV 23° 21.62% 29.02%
CMYK 0.00% 13.51% 21.62%
70.98%

Color #4A403A in popluar number systems.

HEX 4A 40 3A
Decimal 74 64 58
Binary 1001010 1000000 111010
Octal 112 100 72

Shades and tints

Shades of #4A403A

#4A403A
(74,64,58)
#443B35
(68,59,53)
#3E3630
(62,54,48)
#38312B
(56,49,43)
#322C26
(50,44,38)
#2C2721
(44,39,33)
#26221C
(38,34,28)
#201D17
(32,29,23)
#1A1812
(26,24,18)
#14130D
(20,19,13)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #4A403A

#4A403A
(74,64,58)
#5A514B
(90,81,75)
#6A625C
(106,98,92)
#7A736D
(122,115,109)
#8A847E
(138,132,126)
#9A958F
(154,149,143)
#AAA6A0
(170,166,160)
#BAB7B1
(186,183,177)
#CAC8C2
(202,200,194)
#DAD9D3
(218,217,211)
#EAEAE4
(234,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A403A color. Also use rgb(74,64,58) instead hex code.

Text Font Color

.myTextColor { color: #4A403A; }

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

This text font color is #4A403A.

Background Color

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

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

This div background color is #4A403A.

Border color

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

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

This div border color is #4A403A.

Opacity

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

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

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

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

This text has shadow with #4A403A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A403A.

Preview

Color preview on black background

This text has color #4A403A on black background.


Color preview on white background

This text has color #4A403A on white background.


Black color preview on #4A403A background

This text has black color on #4A403A background.


White color preview on #4A403A background

This text has white color on #4A403A background.


Related colors

Complementary color

Complementary color for #hex is #B5BFC5.


I love getcolorcode.com

Triadic colors

1 #3A4A40 and #403A4A with #4A403A are triadic colors.

2 #3A404A and #404A3A with #4A403A are triadic colors.