COLOR #42333F

HEX: #42333F
RGB: (66,51,63)

Color info

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

RGB color model

#42333F color RGB value is (66,51,63).

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

RGB channels and saturation

R 66 of 255 = 26%
G 51 of 255 = 20%
B 63 of 255 = 25%

66
51
63

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

Portions of RGB colors in percentages

R + G + B =
66 + 51 + 63 = 180 (100%)
R 66 of 180 ~ 36.67%
G 51 of 180 ~ 28.33%
B 63 of 180 ~ 35%

%36.67
%28.33
%35

CMYK color model

#42333F color CMYK value is (0,23,5,74).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 4.55%
  • key color value is 74.12%
CMYK:
(0,23,5,74)
C0M23Y5K74 
(0%,23%,5%,74%)
(0.00/0.23/0.05/0.74)	

CMYK percentages

%0
%22.73
%4.55
%74.12

Codes

Color #42333F in popluar color models

42333F
RGB665163
HSL312°12.82%22.94%
HSB/HSV312°22.73%25.88%
CMYK0.00%22.73%4.55%
74.12%

Color #42333F in popluar number systems.

HEX42333F
Decimal665163
Binary1000010110011111111
Octal1026377

Shades and tints

Shades of #42333F

#42333F
(66,51,63)
#3C2F3A
(60,47,58)
#362B35
(54,43,53)
#302730
(48,39,48)
#2A232B
(42,35,43)
#241F26
(36,31,38)
#1E1B21
(30,27,33)
#18171C
(24,23,28)
#121317
(18,19,23)
#0C0F12
(12,15,18)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #42333F

#42333F
(66,51,63)
#534550
(83,69,80)
#645761
(100,87,97)
#756972
(117,105,114)
#867B83
(134,123,131)
#978D94
(151,141,148)
#A89FA5
(168,159,165)
#B9B1B6
(185,177,182)
#CAC3C7
(202,195,199)
#DBD5D8
(219,213,216)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42333F; }

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

This text font color is #42333F.


Background Color

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

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

This div background color is #42333F.


Border color

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

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

This div border color is #42333F.


Opacity

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

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

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

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

This text has shadow with #42333F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42333F on black background.


Color preview on white background

This text has color #42333F on white background.



Black color preview on #42333F background

This text has black color on #42333F background.


White color preview on #42333F background

This text has white color on #42333F background.