COLOR #42363F

HEX: #42363F
RGB: (66,54,63)

Color info

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

RGB color model

#42363F color RGB value is (66,54,63).

  • red value is 66;
  • green value is 54;
  • blue value is 63.
RGB:
(66,54,63)
(26%,21%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 54 of 255 = 21%
B 63 of 255 = 25%

66
54
63

R + G + B ~ 24%. #42363F is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 54 + 63 = 183 (100%)
R 66 of 183 ~ 36.07%
G 54 of 183 ~ 29.51%
B 63 of 183 ~ 34.43%

%36.07
%29.51
%34.43

CMYK color model

#42363F color CMYK value is (0,18,5,74).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 4.55%
  • key color value is 74.12%
CMYK:
(0,18,5,74)
C0M18Y5K74 
(0%,18%,5%,74%)
(0.00/0.18/0.05/0.74)	

CMYK percentages

%0
%18.18
%4.55
%74.12

Codes

Color #42363F in popluar color models

42363F
RGB665463
HSL315°10.00%23.53%
HSB/HSV315°18.18%25.88%
CMYK0.00%18.18%4.55%
74.12%

Color #42363F in popluar number systems.

HEX42363F
Decimal665463
Binary1000010110110111111
Octal1026677

Shades and tints

Shades of #42363F

#42363F
(66,54,63)
#3C323A
(60,50,58)
#362E35
(54,46,53)
#302A30
(48,42,48)
#2A262B
(42,38,43)
#242226
(36,34,38)
#1E1E21
(30,30,33)
#181A1C
(24,26,28)
#121617
(18,22,23)
#0C1212
(12,18,18)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #42363F

#42363F
(66,54,63)
#534850
(83,72,80)
#645A61
(100,90,97)
#756C72
(117,108,114)
#867E83
(134,126,131)
#979094
(151,144,148)
#A8A2A5
(168,162,165)
#B9B4B6
(185,180,182)
#CAC6C7
(202,198,199)
#DBD8D8
(219,216,216)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42363F color. Also use rgb(66,54,63) instead hex code.

Text Font Color

.myTextColor { color: #42363F; }

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

This text font color is #42363F.


Background Color

.myBgColor { background-color: #42363F; }

<div style="background-color:#42363F">Inner text</div>

This div background color is #42363F.


Border color

.myBorderColor { border: 1px solid #42363F; }

<div style="border:3px solid #42363F">Div</div>

This div border color is #42363F.


Opacity

.myOpacity80 { color: #42363F; opacity: 0.8; }

<p style="color:#42363F;opacity:0.8;">80%</p>

Text with #42363F 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 #42363F;}

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

This text has shadow with #42363F color.

.textShadow {text-shadow: 3px 3px 1px #42363F, 3px 3px 1px red;}

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

This text has shadow with #42363F primary color and red secondary color.


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

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

This text has shadow with #42363F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42363F on black background.


Color preview on white background

This text has color #42363F on white background.



Black color preview on #42363F background

This text has black color on #42363F background.


White color preview on #42363F background

This text has white color on #42363F background.