Color Hex Logo

#293942 Color Hex

#293942
(41,57,66)
0 Favorites   0 Comments

Color spaces of #293942

RGB 415766
HSL0.560.230.21
HSV202°38°26°
CMYK 0.380.140.00   0.74
XYZ3.36093.79105.7089
Yxy3.79100.26130.2948
Hunter Lab19.4705-3.2616-3.7549
CIE-Lab22.9681-3.8532-7.6698

#293942 color RGB value is (41,57,66).

#293942 hex color red value is 41, green value is 57 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #293942 hue: 0.56 , saturation: 0.23 and the lightness value of 293942 is 0.21.

The process color (four color CMYK) of #293942 color hex is 0.38, 0.14, 0.00, 0.74. Web safe color of #293942 is #333333. Color #293942 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111001 01000010
Octal 51 71 102
Decimal 41 57 66
Hex 29 39 42

RGB Percentages of Color #293942

%25.00
%34.76
%40.24

CMYK Percentages of Color #293942

%38
%14
%0
%74

Triadic Colors of #293942

#293942 #422939 #394229

Analogous Colors of #293942

#293942 #292d42 #29423f

Monochromatic Colors of #293942

#293942

Complementary Color

#293942 #423229

#293942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293942 Color CSS Codes

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

#293942 Text Font Color

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

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


#293942 Background Color

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

This div background color is #293942


#293942 Border Color

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

This div border color is #293942


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,57,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #293942; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #293942;
  -webkit-box-shadow: 1px 1px 3px 2px #293942;
  box-shadow:         1px 1px 3px 2px #293942; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293942


Comments

No comments written yet.

Please login to write comment.