COLOR #42393E

HEX: #42393E
RGB: (66,57,62)

Color info

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

RGB color model

#42393E color RGB value is (66,57,62).

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

RGB channels and saturation

R 66 of 255 = 26%
G 57 of 255 = 22%
B 62 of 255 = 24%

66
57
62

R + G + B ~ 24%. #42393E is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 57 + 62 = 185 (100%)
R 66 of 185 ~ 35.68%
G 57 of 185 ~ 30.81%
B 62 of 185 ~ 33.51%

%35.68
%30.81
%33.51

CMYK color model

#42393E color CMYK value is (0,14,6,74).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 6.06%
  • key color value is 74.12%
CMYK:
(0,14,6,74)
C0M14Y6K74 
(0%,14%,6%,74%)
(0.00/0.14/0.06/0.74)	

CMYK percentages

%0
%13.64
%6.06
%74.12

Codes

Color #42393E in popluar color models

42393E
RGB665762
HSL327°7.32%24.12%
HSB/HSV327°13.64%25.88%
CMYK0.00%13.64%6.06%
74.12%

Color #42393E in popluar number systems.

HEX42393E
Decimal665762
Binary1000010111001111110
Octal1027176

Shades and tints

Shades of #42393E

#42393E
(66,57,62)
#3C3439
(60,52,57)
#362F34
(54,47,52)
#302A2F
(48,42,47)
#2A252A
(42,37,42)
#242025
(36,32,37)
#1E1B20
(30,27,32)
#18161B
(24,22,27)
#121116
(18,17,22)
#0C0C11
(12,12,17)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #42393E

#42393E
(66,57,62)
#534B4F
(83,75,79)
#645D60
(100,93,96)
#756F71
(117,111,113)
#868182
(134,129,130)
#979393
(151,147,147)
#A8A5A4
(168,165,164)
#B9B7B5
(185,183,181)
#CAC9C6
(202,201,198)
#DBDBD7
(219,219,215)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42393E color. Also use rgb(66,57,62) instead hex code.

Text Font Color

.myTextColor { color: #42393E; }

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

This text font color is #42393E.


Background Color

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

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

This div background color is #42393E.


Border color

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

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

This div border color is #42393E.


Opacity

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

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

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

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

This text has shadow with #42393E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42393E on black background.


Color preview on white background

This text has color #42393E on white background.



Black color preview on #42393E background

This text has black color on #42393E background.


White color preview on #42393E background

This text has white color on #42393E background.