COLOR #42411D

HEX: #42411D
RGB: (66,65,29)

Color info

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

RGB color model

#42411D color RGB value is (66,65,29).

  • red value is 66;
  • green value is 65;
  • blue value is 29.
RGB:
(66,65,29)
(26%,25%,11%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 29 of 255 = 11%

66
65
29

R + G + B ~ 21%. #42411D is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 29 = 160 (100%)
R 66 of 160 ~ 41.25%
G 65 of 160 ~ 40.63%
B 29 of 160 ~ 18.13%

%41.25
%40.63
%18.13

CMYK color model

#42411D color CMYK value is (0,2,56,74).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 56.06%
  • key color value is 74.12%
CMYK:
(0,2,56,74)
C0M2Y56K74 
(0%,2%,56%,74%)
(0.00/0.02/0.56/0.74)	

CMYK percentages

%0
%1.52
%56.06
%74.12

Codes

Color #42411D in popluar color models

42411D
RGB666529
HSL58°38.95%18.63%
HSB/HSV58°56.06%25.88%
CMYK0.00%1.52%56.06%
74.12%

Color #42411D in popluar number systems.

HEX42411D
Decimal666529
Binary1000010100000111101
Octal10210135

Shades and tints

Shades of #42411D

#42411D
(66,65,29)
#3C3C1B
(60,60,27)
#363719
(54,55,25)
#303217
(48,50,23)
#2A2D15
(42,45,21)
#242813
(36,40,19)
#1E2311
(30,35,17)
#181E0F
(24,30,15)
#12190D
(18,25,13)
#0C140B
(12,20,11)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #42411D

#42411D
(66,65,29)
#535231
(83,82,49)
#646345
(100,99,69)
#757459
(117,116,89)
#86856D
(134,133,109)
#979681
(151,150,129)
#A8A795
(168,167,149)
#B9B8A9
(185,184,169)
#CAC9BD
(202,201,189)
#DBDAD1
(219,218,209)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42411D color. Also use rgb(66,65,29) instead hex code.

Text Font Color

.myTextColor { color: #42411D; }

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

This text font color is #42411D.


Background Color

.myBgColor { background-color: #42411D; }

<div style="background-color:#42411D">Inner text</div>

This div background color is #42411D.


Border color

.myBorderColor { border: 1px solid #42411D; }

<div style="border:3px solid #42411D">Div</div>

This div border color is #42411D.


Opacity

.myOpacity80 { color: #42411D; opacity: 0.8; }

<p style="color:#42411D;opacity:0.8;">80%</p>

Text with #42411D 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 #42411D;}

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

This text has shadow with #42411D color.

.textShadow {text-shadow: 3px 3px 1px #42411D, 3px 3px 1px red;}

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

This text has shadow with #42411D primary color and red secondary color.


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

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

This text has shadow with #42411D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42411D on black background.


Color preview on white background

This text has color #42411D on white background.



Black color preview on #42411D background

This text has black color on #42411D background.


White color preview on #42411D background

This text has white color on #42411D background.