Color Hex Logo

#42434d Color Hex

#42434D
(66,67,77)
0 Favorites   0 Comments

Color spaces of #42434d

RGB 666777
HSL0.650.080.28
HSV235°14°30°
CMYK 0.140.130.00   0.70
XYZ5.59355.70847.8282
Yxy5.70840.29240.2984
Hunter Lab23.8923-0.0222-2.7015
CIE-Lab28.66451.9650-6.1553

#42434d color RGB value is (66,67,77).

#42434d hex color red value is 66, green value is 67 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #42434d hue: 0.65 , saturation: 0.08 and the lightness value of 42434d is 0.28.

The process color (four color CMYK) of #42434d color hex is 0.14, 0.13, 0.00, 0.70. Web safe color of #42434d is #333366. Color #42434d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000011 01001101
Octal 102 103 115
Decimal 66 67 77
Hex 42 43 4D

RGB Percentages of Color #42434d

%31.43
%31.90
%36.67

CMYK Percentages of Color #42434d

%14
%13
%0
%70

Triadic Colors of #42434d

#42434d #4d4243 #434d42

Analogous Colors of #42434d

#42434d #47424d #42494d

Monochromatic Colors of #42434d

#42434d

Complementary Color

#42434d #4d4c42

#42434d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42434d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42434d Color CSS Codes

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

#42434d Text Font Color

<p style="color:#42434d">Text here</p>

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


#42434d Background Color

<div style="background-color:#42434d">
Div content here</div>

This div background color is #42434d


#42434d Border Color

<div style="border:3px solid #42434d">
Div here</div>

This div border color is #42434d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,67,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42434d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42434d;
  -webkit-box-shadow: 1px 1px 3px 2px #42434d;
  box-shadow:         1px 1px 3px 2px #42434d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42434d


Comments

No comments written yet.

Please login to write comment.