COLOR #42402E

HEX: #42402E
RGB: (66,64,46)

Color info

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

RGB color model

#42402E color RGB value is (66,64,46).

  • red value is 66;
  • green value is 64;
  • blue value is 46.
RGB:
(66,64,46)
(26%,25%,18%)

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 46 of 255 = 18%

66
64
46

R + G + B ~ 23%. #42402E is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 46 = 176 (100%)
R 66 of 176 ~ 37.5%
G 64 of 176 ~ 36.36%
B 46 of 176 ~ 26.14%

%37.5
%36.36
%26.14

CMYK color model

#42402E color CMYK value is (0,3,30,74).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 30.30%
  • key color value is 74.12%
CMYK:
(0,3,30,74)
C0M3Y30K74 
(0%,3%,30%,74%)
(0.00/0.03/0.30/0.74)	

CMYK percentages

%0
%3.03
%30.3
%74.12

Codes

Color #42402E in popluar color models

42402E
RGB666446
HSL54°17.86%21.96%
HSB/HSV54°30.30%25.88%
CMYK0.00%3.03%30.30%
74.12%

Color #42402E in popluar number systems.

HEX42402E
Decimal666446
Binary10000101000000101110
Octal10210056

Shades and tints

Shades of #42402E

#42402E
(66,64,46)
#3C3B2A
(60,59,42)
#363626
(54,54,38)
#303122
(48,49,34)
#2A2C1E
(42,44,30)
#24271A
(36,39,26)
#1E2216
(30,34,22)
#181D12
(24,29,18)
#12180E
(18,24,14)
#0C130A
(12,19,10)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #42402E

#42402E
(66,64,46)
#535141
(83,81,65)
#646254
(100,98,84)
#757367
(117,115,103)
#86847A
(134,132,122)
#97958D
(151,149,141)
#A8A6A0
(168,166,160)
#B9B7B3
(185,183,179)
#CAC8C6
(202,200,198)
#DBD9D9
(219,217,217)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42402E; }

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

This text font color is #42402E.


Background Color

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

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

This div background color is #42402E.


Border color

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

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

This div border color is #42402E.


Opacity

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

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

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

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

This text has shadow with #42402E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42402E on black background.


Color preview on white background

This text has color #42402E on white background.



Black color preview on #42402E background

This text has black color on #42402E background.


White color preview on #42402E background

This text has white color on #42402E background.