Color Hex Logo

#383240 Color Hex

#383240
(56,50,64)
0 Favorites   0 Comments

Color spaces of #383240

RGB 565064
HSL0.740.120.22
HSV266°22°25°
CMYK 0.130.220.00   0.75
XYZ3.69693.49215.3297
Yxy3.49210.29530.2790
Hunter Lab18.68722.6103-3.8289
CIE-Lab21.91585.9788-7.7886

#383240 color RGB value is (56,50,64).

#383240 hex color red value is 56, green value is 50 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #383240 hue: 0.74 , saturation: 0.12 and the lightness value of 383240 is 0.22.

The process color (four color CMYK) of #383240 color hex is 0.13, 0.22, 0.00, 0.75. Web safe color of #383240 is #333333. Color #383240 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110010 01000000
Octal 70 62 100
Decimal 56 50 64
Hex 38 32 40

RGB Percentages of Color #383240

%32.94
%29.41
%37.65

CMYK Percentages of Color #383240

%13
%22
%0
%75

Triadic Colors of #383240

#383240 #403832 #324038

Analogous Colors of #383240

#383240 #3f3240 #323340

Monochromatic Colors of #383240

#383240

Complementary Color

#383240 #3a4032

#383240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383240 Color CSS Codes

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

#383240 Text Font Color

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

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


#383240 Background Color

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

This div background color is #383240


#383240 Border Color

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

This div border color is #383240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383240


Comments

No comments written yet.

Please login to write comment.