Color Hex Logo

#383741 Color Hex

#383741
(56,55,65)
0 Favorites   0 Comments

Color spaces of #383741

RGB 565565
HSL0.680.080.24
HSV246°15°25°
CMYK 0.140.150.00   0.75
XYZ3.95123.95485.5561
Yxy3.95480.29350.2938
Hunter Lab19.88670.6637-2.6442
CIE-Lab23.52142.8565-6.0418

#383741 color RGB value is (56,55,65).

#383741 hex color red value is 56, green value is 55 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #383741 hue: 0.68 , saturation: 0.08 and the lightness value of 383741 is 0.24.

The process color (four color CMYK) of #383741 color hex is 0.14, 0.15, 0.00, 0.75. Web safe color of #383741 is #333333. Color #383741 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110111 01000001
Octal 70 67 101
Decimal 56 55 65
Hex 38 37 41

RGB Percentages of Color #383741

%31.82
%31.25
%36.93

CMYK Percentages of Color #383741

%14
%15
%0
%75

Triadic Colors of #383741

#383741 #413837 #374138

Analogous Colors of #383741

#383741 #3d3741 #373b41

Monochromatic Colors of #383741

#383741

Complementary Color

#383741 #404137

#383741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383741 Color CSS Codes

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

#383741 Text Font Color

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

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


#383741 Background Color

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

This div background color is #383741


#383741 Border Color

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

This div border color is #383741


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,55,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #383741; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #383741;
  -webkit-box-shadow: 1px 1px 3px 2px #383741;
  box-shadow:         1px 1px 3px 2px #383741; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,55,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383741


Comments

No comments written yet.

Please login to write comment.