COLOR #42400E

HEX: #42400E RGB: (66,64,14)

Color info

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

RGB color model

#42400E color RGB value is (66,64,14).

RGB: (66,64,14) (26%, 25%, 5%)

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 14 of 255 = 5%

66
64
14

R + G + B ~ 19%. #42400E is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 64 + 14 = 144 (100%)
R 66 of 144 ~ 45.83%
G 64 of 144 ~ 44.44%
B 14 of 144 ~ 9.72'%

%45.83
%44.44

CMYK color model

#42400E color CMYK value is (0,3,79,74).

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

CMYK: (0,3,79,74)
C0M3Y79K74 (0%, 3%, 79%, 74%)
(0.00 / 0.03 / 0.79 / 0.74)

CMYK percentages

%0
%3.03
%78.79
%74.12

Codes

Color #42400E in popluar color models

42 40 0E
RGB 66 64 14
HSL 58° 65.00% 15.69%
HSB/HSV 58° 78.79% 25.88%
CMYK 0.00% 3.03% 78.79%
74.12%

Color #42400E in popluar number systems.

HEX 42 40 0E
Decimal 66 64 14
Binary 1000010 1000000 1110
Octal 102 100 16

Shades and tints

Shades of #42400E

#42400E
(66,64,14)
#3C3B0D
(60,59,13)
#36360C
(54,54,12)
#30310B
(48,49,11)
#2A2C0A
(42,44,10)
#242709
(36,39,9)
#1E2208
(30,34,8)
#181D07
(24,29,7)
#121806
(18,24,6)
#0C1305
(12,19,5)
#060E04
(6,14,4)
#000000
(0,0,0)

Tints of #42400E

#42400E
(66,64,14)
#535123
(83,81,35)
#646238
(100,98,56)
#75734D
(117,115,77)
#868462
(134,132,98)
#979577
(151,149,119)
#A8A68C
(168,166,140)
#B9B7A1
(185,183,161)
#CAC8B6
(202,200,182)
#DBD9CB
(219,217,203)
#ECEAE0
(236,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42400E; }

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

This text font color is #42400E.

Background Color

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

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

This div background color is #42400E.

Border color

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

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

This div border color is #42400E.

Opacity

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

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

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

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

This text has shadow with #42400E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42400E.

Preview

Color preview on black background

This text has color #42400E on black background.


Color preview on white background

This text has color #42400E on white background.


Black color preview on #42400E background

This text has black color on #42400E background.


White color preview on #42400E background

This text has white color on #42400E background.


Related colors

Complementary color

Complementary color for #hex is #BDBFF1.


I love getcolorcode.com

Triadic colors

1 #0E4240 and #400E42 with #42400E are triadic colors.

2 #0E4042 and #40420E with #42400E are triadic colors.