COLOR #4A240D

HEX: #4A240D
RGB: (74,36,13)

Color info

#4A240D contains mainly red and green colors. Web safe color of #4A240D is #333300 (or #330).

RGB color model

#4A240D color RGB value is (74,36,13).

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

RGB channels and saturation

R 74 of 255 = 29%
G 36 of 255 = 14%
B 13 of 255 = 5%

74
36
13

R + G + B ~ 16%. #4A240D is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 36 + 13 = 123 (100%)
R 74 of 123 ~ 60.16%
G 36 of 123 ~ 29.27%
B 13 of 123 ~ 10.57%

%60.16
%29.27
%10.57

CMYK color model

#4A240D color CMYK value is (0,51,82,71).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 82.43%
  • key color value is 70.98%
CMYK:
(0,51,82,71)
C0M51Y82K71 
(0%,51%,82%,71%)
(0.00/0.51/0.82/0.71)	

CMYK percentages

%0
%51.35
%82.43
%70.98

Codes

Color #4A240D in popluar color models

4A240D
RGB743613
HSL23°70.11%17.06%
HSB/HSV23°82.43%29.02%
CMYK0.00%51.35%82.43%
70.98%

Color #4A240D in popluar number systems.

HEX4A240D
Decimal743613
Binary10010101001001101
Octal1124415

Shades and tints

Shades of #4A240D

#4A240D
(74,36,13)
#44210C
(68,33,12)
#3E1E0B
(62,30,11)
#381B0A
(56,27,10)
#321809
(50,24,9)
#2C1508
(44,21,8)
#261207
(38,18,7)
#200F06
(32,15,6)
#1A0C05
(26,12,5)
#140904
(20,9,4)
#0E0603
(14,6,3)
#000000
(0,0,0)

Tints of #4A240D

#4A240D
(74,36,13)
#5A3723
(90,55,35)
#6A4A39
(106,74,57)
#7A5D4F
(122,93,79)
#8A7065
(138,112,101)
#9A837B
(154,131,123)
#AA9691
(170,150,145)
#BAA9A7
(186,169,167)
#CABCBD
(202,188,189)
#DACFD3
(218,207,211)
#EAE2E9
(234,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A240D; }

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

This text font color is #4A240D.


Background Color

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

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

This div background color is #4A240D.


Border color

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

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

This div border color is #4A240D.


Opacity

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

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

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

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

This text has shadow with #4A240D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A240D on black background.


Color preview on white background

This text has color #4A240D on white background.



Black color preview on #4A240D background

This text has black color on #4A240D background.


White color preview on #4A240D background

This text has white color on #4A240D background.