COLOR #42392D

HEX: #42392D
RGB: (66,57,45)

Color info

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

RGB color model

#42392D color RGB value is (66,57,45).

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

RGB channels and saturation

R 66 of 255 = 26%
G 57 of 255 = 22%
B 45 of 255 = 18%

66
57
45

R + G + B ~ 22%. #42392D is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 57 + 45 = 168 (100%)
R 66 of 168 ~ 39.29%
G 57 of 168 ~ 33.93%
B 45 of 168 ~ 26.79%

%39.29
%33.93
%26.79

CMYK color model

#42392D color CMYK value is (0,14,32,74).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 31.82%
  • key color value is 74.12%
CMYK:
(0,14,32,74)
C0M14Y32K74 
(0%,14%,32%,74%)
(0.00/0.14/0.32/0.74)	

CMYK percentages

%0
%13.64
%31.82
%74.12

Codes

Color #42392D in popluar color models

42392D
RGB665745
HSL34°18.92%21.76%
HSB/HSV34°31.82%25.88%
CMYK0.00%13.64%31.82%
74.12%

Color #42392D in popluar number systems.

HEX42392D
Decimal665745
Binary1000010111001101101
Octal1027155

Shades and tints

Shades of #42392D

#42392D
(66,57,45)
#3C3429
(60,52,41)
#362F25
(54,47,37)
#302A21
(48,42,33)
#2A251D
(42,37,29)
#242019
(36,32,25)
#1E1B15
(30,27,21)
#181611
(24,22,17)
#12110D
(18,17,13)
#0C0C09
(12,12,9)
#060705
(6,7,5)
#000000
(0,0,0)

Tints of #42392D

#42392D
(66,57,45)
#534B40
(83,75,64)
#645D53
(100,93,83)
#756F66
(117,111,102)
#868179
(134,129,121)
#97938C
(151,147,140)
#A8A59F
(168,165,159)
#B9B7B2
(185,183,178)
#CAC9C5
(202,201,197)
#DBDBD8
(219,219,216)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42392D; }

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

This text font color is #42392D.


Background Color

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

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

This div background color is #42392D.


Border color

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

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

This div border color is #42392D.


Opacity

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

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

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

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

This text has shadow with #42392D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42392D on black background.


Color preview on white background

This text has color #42392D on white background.



Black color preview on #42392D background

This text has black color on #42392D background.


White color preview on #42392D background

This text has white color on #42392D background.