Color Hex Logo

#42303b Color Hex

#42303B
(66,48,59)
0 Favorites   0 Comments

Color spaces of #42303b

RGB 664859
HSL0.900.160.22
HSV323°27°26°
CMYK 0.000.270.11   0.74
XYZ4.09313.58794.6145
Yxy3.58790.33290.2918
Hunter Lab18.94185.4238-1.1847
CIE-Lab22.259410.3455-3.7653

#42303b color RGB value is (66,48,59).

#42303b hex color red value is 66, green value is 48 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #42303b hue: 0.90 , saturation: 0.16 and the lightness value of 42303b is 0.22.

The process color (four color CMYK) of #42303b color hex is 0.00, 0.27, 0.11, 0.74. Web safe color of #42303b is #333333. Color #42303b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110000 00111011
Octal 102 60 73
Decimal 66 48 59
Hex 42 30 3B

RGB Percentages of Color #42303b

%38.15
%27.75
%34.10

CMYK Percentages of Color #42303b

%0
%27
%11
%74

Triadic Colors of #42303b

#42303b #3b4230 #303b42

Analogous Colors of #42303b

#42303b #423032 #403042

Monochromatic Colors of #42303b

#42303b

Complementary Color

#42303b #304237

#42303b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42303b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42303b Color CSS Codes

.mybgcolor {background-color:#42303b; } 
.myforecolor {color:#42303b; }
.mybordercolor {border:3px solid #42303b; }

#42303b Text Font Color

<p style="color:#42303b">Text here</p>

This sample text font color is #42303b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#42303b Background Color

<div style="background-color:#42303b">
Div content here</div>

This div background color is #42303b


#42303b Border Color

<div style="border:3px solid #42303b">
Div here</div>

This div border color is #42303b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,48,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42303b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42303b;
  -webkit-box-shadow: 1px 1px 3px 2px #42303b;
  box-shadow:         1px 1px 3px 2px #42303b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,48,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #42303b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #42303b;
  -webkit-box-shadow: 1px 1px 3px 2px #42303b;
  box-shadow:         1px 1px 3px 2px #42303b;">
Div content here</div>

This div box has shadow with color #42303b


Comments

No comments written yet.

Please login to write comment.