Color Hex Logo

#383f42 Color Hex

#383F42
(56,63,66)
0 Favorites   0 Comments

Color spaces of #383f42

RGB 566366
HSL0.550.080.24
HSV198°15°26°
CMYK 0.150.050.00   0.74
XYZ4.39184.78915.8472
Yxy4.78910.29220.3187
Hunter Lab21.8840-2.4747-0.5229
CIE-Lab26.1253-2.1542-2.8260

#383f42 color RGB value is (56,63,66).

#383f42 hex color red value is 56, green value is 63 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #383f42 hue: 0.55 , saturation: 0.08 and the lightness value of 383f42 is 0.24.

The process color (four color CMYK) of #383f42 color hex is 0.15, 0.05, 0.00, 0.74. Web safe color of #383f42 is #333333. Color #383f42 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111111 01000010
Octal 70 77 102
Decimal 56 63 66
Hex 38 3F 42

RGB Percentages of Color #383f42

%30.27
%34.05
%35.68

CMYK Percentages of Color #383f42

%15
%5
%0
%74

Triadic Colors of #383f42

#383f42 #42383f #3f4238

Analogous Colors of #383f42

#383f42 #383a42 #384240

Monochromatic Colors of #383f42

#383f42

Complementary Color

#383f42 #423b38

#383f42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383f42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383f42 Color CSS Codes

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

#383f42 Text Font Color

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

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


#383f42 Background Color

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

This div background color is #383f42


#383f42 Border Color

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

This div border color is #383f42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,63,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #383f42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #383f42;
  -webkit-box-shadow: 1px 1px 3px 2px #383f42;
  box-shadow:         1px 1px 3px 2px #383f42; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,63,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 #383f42">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383f42


Comments

No comments written yet.

Please login to write comment.