COLOR #4A242E

HEX: #4A242E
RGB: (74,36,46)

Color info

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

RGB color model

#4A242E color RGB value is (74,36,46).

  • red value is 74;
  • green value is 36;
  • blue value is 46.
RGB:
(74,36,46)
(29%,14%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 36 of 255 = 14%
B 46 of 255 = 18%

74
36
46

R + G + B ~ 20%. #4A242E is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 36 + 46 = 156 (100%)
R 74 of 156 ~ 47.44%
G 36 of 156 ~ 23.08%
B 46 of 156 ~ 29.49%

%47.44
%23.08
%29.49

CMYK color model

#4A242E color CMYK value is (0,51,38,71).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 37.84%
  • key color value is 70.98%
CMYK:
(0,51,38,71)
C0M51Y38K71 
(0%,51%,38%,71%)
(0.00/0.51/0.38/0.71)	

CMYK percentages

%0
%51.35
%37.84
%70.98

Codes

Color #4A242E in popluar color models

4A242E
RGB743646
HSL344°34.55%21.57%
HSB/HSV344°51.35%29.02%
CMYK0.00%51.35%37.84%
70.98%

Color #4A242E in popluar number systems.

HEX4A242E
Decimal743646
Binary1001010100100101110
Octal1124456

Shades and tints

Shades of #4A242E

#4A242E
(74,36,46)
#44212A
(68,33,42)
#3E1E26
(62,30,38)
#381B22
(56,27,34)
#32181E
(50,24,30)
#2C151A
(44,21,26)
#261216
(38,18,22)
#200F12
(32,15,18)
#1A0C0E
(26,12,14)
#14090A
(20,9,10)
#0E0606
(14,6,6)
#000000
(0,0,0)

Tints of #4A242E

#4A242E
(74,36,46)
#5A3741
(90,55,65)
#6A4A54
(106,74,84)
#7A5D67
(122,93,103)
#8A707A
(138,112,122)
#9A838D
(154,131,141)
#AA96A0
(170,150,160)
#BAA9B3
(186,169,179)
#CABCC6
(202,188,198)
#DACFD9
(218,207,217)
#EAE2EC
(234,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A242E color. Also use rgb(74,36,46) instead hex code.

Text Font Color

.myTextColor { color: #4A242E; }

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

This text font color is #4A242E.


Background Color

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

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

This div background color is #4A242E.


Border color

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

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

This div border color is #4A242E.


Opacity

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

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

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

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

This text has shadow with #4A242E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A242E on black background.


Color preview on white background

This text has color #4A242E on white background.



Black color preview on #4A242E background

This text has black color on #4A242E background.


White color preview on #4A242E background

This text has white color on #4A242E background.