Color Hex Logo

#42343d Color Hex

#42343D
(66,52,61)
0 Favorites   0 Comments

Color spaces of #42343d

RGB 665261
HSL0.890.120.23
HSV321°21°26°
CMYK 0.000.210.08   0.74
XYZ4.31713.95124.9500
Yxy3.95120.32660.2989
Hunter Lab19.87763.9815-0.8503
CIE-Lab23.50958.0978-3.2606

#42343d color RGB value is (66,52,61).

#42343d hex color red value is 66, green value is 52 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #42343d hue: 0.89 , saturation: 0.12 and the lightness value of 42343d is 0.23.

The process color (four color CMYK) of #42343d color hex is 0.00, 0.21, 0.08, 0.74. Web safe color of #42343d is #333333. Color #42343d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110100 00111101
Octal 102 64 75
Decimal 66 52 61
Hex 42 34 3D

RGB Percentages of Color #42343d

%36.87
%29.05
%34.08

CMYK Percentages of Color #42343d

%0
%21
%8
%74

Triadic Colors of #42343d

#42343d #3d4234 #343d42

Analogous Colors of #42343d

#42343d #423436 #403442

Monochromatic Colors of #42343d

#42343d

Complementary Color

#42343d #344239

#42343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42343d Color CSS Codes

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

#42343d Text Font Color

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

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


#42343d Background Color

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

This div background color is #42343d


#42343d Border Color

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

This div border color is #42343d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42343d


Comments

No comments written yet.

Please login to write comment.