COLOR #4A413A

HEX: #4A413A
RGB: (74,65,58)

Color info

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

RGB color model

#4A413A color RGB value is (74,65,58).

  • red value is 74;
  • green value is 65;
  • blue value is 58.
RGB:
(74,65,58)
(29%,25%,23%)

RGB channels and saturation

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

74
65
58

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

Portions of RGB colors in percentages

R + G + B =
74 + 65 + 58 = 197 (100%)
R 74 of 197 ~ 37.56%
G 65 of 197 ~ 32.99%
B 58 of 197 ~ 29.44%

%37.56
%32.99
%29.44

CMYK color model

#4A413A color CMYK value is (0,12,22,71).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 21.62%
  • key color value is 70.98%
CMYK:
(0,12,22,71)
C0M12Y22K71 
(0%,12%,22%,71%)
(0.00/0.12/0.22/0.71)	

CMYK percentages

%0
%12.16
%21.62
%70.98

Codes

Color #4A413A in popluar color models

4A413A
RGB746558
HSL26°12.12%25.88%
HSB/HSV26°21.62%29.02%
CMYK0.00%12.16%21.62%
70.98%

Color #4A413A in popluar number systems.

HEX4A413A
Decimal746558
Binary10010101000001111010
Octal11210172

Shades and tints

Shades of #4A413A

#4A413A
(74,65,58)
#443C35
(68,60,53)
#3E3730
(62,55,48)
#38322B
(56,50,43)
#322D26
(50,45,38)
#2C2821
(44,40,33)
#26231C
(38,35,28)
#201E17
(32,30,23)
#1A1912
(26,25,18)
#14140D
(20,20,13)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #4A413A

#4A413A
(74,65,58)
#5A524B
(90,82,75)
#6A635C
(106,99,92)
#7A746D
(122,116,109)
#8A857E
(138,133,126)
#9A968F
(154,150,143)
#AAA7A0
(170,167,160)
#BAB8B1
(186,184,177)
#CAC9C2
(202,201,194)
#DADAD3
(218,218,211)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A413A; }

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

This text font color is #4A413A.


Background Color

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

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

This div background color is #4A413A.


Border color

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

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

This div border color is #4A413A.


Opacity

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

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

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

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

This text has shadow with #4A413A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A413A on black background.


Color preview on white background

This text has color #4A413A on white background.



Black color preview on #4A413A background

This text has black color on #4A413A background.


White color preview on #4A413A background

This text has white color on #4A413A background.