COLOR #42292D

HEX: #42292D
RGB: (66,41,45)

Color info

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

RGB color model

#42292D color RGB value is (66,41,45).

  • red value is 66;
  • green value is 41;
  • blue value is 45.
RGB:
(66,41,45)
(26%,16%,18%)

RGB channels and saturation

R 66 of 255 = 26%
G 41 of 255 = 16%
B 45 of 255 = 18%

66
41
45

R + G + B ~ 20%. #42292D is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 41 + 45 = 152 (100%)
R 66 of 152 ~ 43.42%
G 41 of 152 ~ 26.97%
B 45 of 152 ~ 29.61%

%43.42
%26.97
%29.61

CMYK color model

#42292D color CMYK value is (0,38,32,74).

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 31.82%
  • key color value is 74.12%
CMYK:
(0,38,32,74)
C0M38Y32K74 
(0%,38%,32%,74%)
(0.00/0.38/0.32/0.74)	

CMYK percentages

%0
%37.88
%31.82
%74.12

Codes

Color #42292D in popluar color models

42292D
RGB664145
HSL350°23.36%20.98%
HSB/HSV350°37.88%25.88%
CMYK0.00%37.88%31.82%
74.12%

Color #42292D in popluar number systems.

HEX42292D
Decimal664145
Binary1000010101001101101
Octal1025155

Shades and tints

Shades of #42292D

#42292D
(66,41,45)
#3C2629
(60,38,41)
#362325
(54,35,37)
#302021
(48,32,33)
#2A1D1D
(42,29,29)
#241A19
(36,26,25)
#1E1715
(30,23,21)
#181411
(24,20,17)
#12110D
(18,17,13)
#0C0E09
(12,14,9)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #42292D

#42292D
(66,41,45)
#533C40
(83,60,64)
#644F53
(100,79,83)
#756266
(117,98,102)
#867579
(134,117,121)
#97888C
(151,136,140)
#A89B9F
(168,155,159)
#B9AEB2
(185,174,178)
#CAC1C5
(202,193,197)
#DBD4D8
(219,212,216)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42292D color. Also use rgb(66,41,45) instead hex code.

Text Font Color

.myTextColor { color: #42292D; }

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

This text font color is #42292D.


Background Color

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

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

This div background color is #42292D.


Border color

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

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

This div border color is #42292D.


Opacity

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

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

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

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

This text has shadow with #42292D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42292D on black background.


Color preview on white background

This text has color #42292D on white background.



Black color preview on #42292D background

This text has black color on #42292D background.


White color preview on #42292D background

This text has white color on #42292D background.