Color Hex Logo

#42363e Color Hex

#42363E
(66,54,62)
0 Favorites   0 Comments

Color spaces of #42363e

RGB 665462
HSL0.890.100.24
HSV320°18°26°
CMYK 0.000.180.06   0.74
XYZ4.43544.14445.1236
Yxy4.14440.32370.3024
Hunter Lab20.35783.2641-0.6715
CIE-Lab24.14326.9810-2.9928

#42363e color RGB value is (66,54,62).

#42363e hex color red value is 66, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #42363e hue: 0.89 , saturation: 0.10 and the lightness value of 42363e is 0.24.

The process color (four color CMYK) of #42363e color hex is 0.00, 0.18, 0.06, 0.74. Web safe color of #42363e is #333333. Color #42363e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110110 00111110
Octal 102 66 76
Decimal 66 54 62
Hex 42 36 3E

RGB Percentages of Color #42363e

%36.26
%29.67
%34.07

CMYK Percentages of Color #42363e

%0
%18
%6
%74

Triadic Colors of #42363e

#42363e #3e4236 #363e42

Analogous Colors of #42363e

#42363e #423638 #403642

Monochromatic Colors of #42363e

#42363e

Complementary Color

#42363e #36423a

#42363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42363e Color CSS Codes

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

#42363e Text Font Color

<p style="color:#42363e">Text here</p>

This sample text font color is #42363e
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.


#42363e Background Color

<div style="background-color:#42363e">
Div content here</div>

This div background color is #42363e


#42363e Border Color

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

This div border color is #42363e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,54,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42363e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42363e;
  -webkit-box-shadow: 1px 1px 3px 2px #42363e;
  box-shadow:         1px 1px 3px 2px #42363e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42363e


Comments

No comments written yet.

Please login to write comment.