COLOR #4A240A

HEX: #4A240A
RGB: (74,36,10)

Color info

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

RGB color model

#4A240A color RGB value is (74,36,10).

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

RGB channels and saturation

R 74 of 255 = 29%
G 36 of 255 = 14%
B 10 of 255 = 4%

74
36
10

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

Portions of RGB colors in percentages

R + G + B =
74 + 36 + 10 = 120 (100%)
R 74 of 120 ~ 61.67%
G 36 of 120 ~ 30%
B 10 of 120 ~ 8.33%

%61.67
%30

CMYK color model

#4A240A color CMYK value is (0,51,86,71).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 86.49%
  • key color value is 70.98%
CMYK:
(0,51,86,71)
C0M51Y86K71 
(0%,51%,86%,71%)
(0.00/0.51/0.86/0.71)	

CMYK percentages

%0
%51.35
%86.49
%70.98

Codes

Color #4A240A in popluar color models

4A240A
RGB743610
HSL24°76.19%16.47%
HSB/HSV24°86.49%29.02%
CMYK0.00%51.35%86.49%
70.98%

Color #4A240A in popluar number systems.

HEX4A240A
Decimal743610
Binary10010101001001010
Octal1124412

Shades and tints

Shades of #4A240A

#4A240A
(74,36,10)
#44210A
(68,33,10)
#3E1E0A
(62,30,10)
#381B0A
(56,27,10)
#32180A
(50,24,10)
#2C150A
(44,21,10)
#26120A
(38,18,10)
#200F0A
(32,15,10)
#1A0C0A
(26,12,10)
#14090A
(20,9,10)
#0E060A
(14,6,10)
#000000
(0,0,0)

Tints of #4A240A

#4A240A
(74,36,10)
#5A3720
(90,55,32)
#6A4A36
(106,74,54)
#7A5D4C
(122,93,76)
#8A7062
(138,112,98)
#9A8378
(154,131,120)
#AA968E
(170,150,142)
#BAA9A4
(186,169,164)
#CABCBA
(202,188,186)
#DACFD0
(218,207,208)
#EAE2E6
(234,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A240A; }

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

This text font color is #4A240A.


Background Color

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

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

This div background color is #4A240A.


Border color

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

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

This div border color is #4A240A.


Opacity

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

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

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

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

This text has shadow with #4A240A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A240A on black background.


Color preview on white background

This text has color #4A240A on white background.



Black color preview on #4A240A background

This text has black color on #4A240A background.


White color preview on #4A240A background

This text has white color on #4A240A background.