COLOR #42240E

HEX: #42240E RGB: (66,36,14)

Color info

#42240E contains red, green and blue colors in about the same proportion. Web safe color of #42240E is #333300 (or #330).

RGB color model

#42240E color RGB value is (66,36,14).

RGB: (66,36,14) (26%, 14%, 5%)

RGB channels and saturation

R 66 of 255 = 26%
G 36 of 255 = 14%
B 14 of 255 = 5%

66
36
14

R + G + B ~ 15%. #42240E is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 36 + 14 = 116 (100%)
R 66 of 116 ~ 56.9%
G 36 of 116 ~ 31.03%
B 14 of 116 ~ 12.07'%

%56.9
%31.03
%12.07

CMYK color model

#42240E color CMYK value is (0,45,79,74).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 78.79%
  • key color value is 74.12%

CMYK: (0,45,79,74)
C0M45Y79K74 (0%, 45%, 79%, 74%)
(0.00 / 0.45 / 0.79 / 0.74)

CMYK percentages

%0
%45.45
%78.79
%74.12

Codes

Color #42240E in popluar color models

42 24 0E
RGB 66 36 14
HSL 25° 65.00% 15.69%
HSB/HSV 25° 78.79% 25.88%
CMYK 0.00% 45.45% 78.79%
74.12%

Color #42240E in popluar number systems.

HEX 42 24 0E
Decimal 66 36 14
Binary 1000010 100100 1110
Octal 102 44 16

Shades and tints

Shades of #42240E

#42240E
(66,36,14)
#3C210D
(60,33,13)
#361E0C
(54,30,12)
#301B0B
(48,27,11)
#2A180A
(42,24,10)
#241509
(36,21,9)
#1E1208
(30,18,8)
#180F07
(24,15,7)
#120C06
(18,12,6)
#0C0905
(12,9,5)
#060604
(6,6,4)
#000000
(0,0,0)

Tints of #42240E

#42240E
(66,36,14)
#533723
(83,55,35)
#644A38
(100,74,56)
#755D4D
(117,93,77)
#867062
(134,112,98)
#978377
(151,131,119)
#A8968C
(168,150,140)
#B9A9A1
(185,169,161)
#CABCB6
(202,188,182)
#DBCFCB
(219,207,203)
#ECE2E0
(236,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42240E color. Also use rgb(66,36,14) instead hex code.

Text Font Color

.myTextColor { color: #42240E; }

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

This text font color is #42240E.

Background Color

.myBgColor { background-color: #42240E; }

<div style="background-color:#42240E">Inner text</div>

This div background color is #42240E.

Border color

.myBorderColor { border: 1px solid #42240E; }

<div style="border:3px solid #42240E">Div</div>

This div border color is #42240E.

Opacity

.myOpacity80 { color: #42240E; opacity: 0.8; }

<p style="color:#42240E;opacity:0.8;">80%</p>

Text with #42240E 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 #42240E;}

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

This text has shadow with #42240E color.


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

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

This text has shadow with #42240E primary color and red secondary color.


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

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

This text has shadow with #42240E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42240E.

Preview

Color preview on black background

This text has color #42240E on black background.


Color preview on white background

This text has color #42240E on white background.


Black color preview on #42240E background

This text has black color on #42240E background.


White color preview on #42240E background

This text has white color on #42240E background.


Related colors

Complementary color

Complementary color for #hex is #BDDBF1.


I love getcolorcode.com

Triadic colors

1 #0E4224 and #240E42 with #42240E are triadic colors.

2 #0E2442 and #24420E with #42240E are triadic colors.