Color Hex Logo

#383728 Color Hex

#383728
(56,55,40)
0 Favorites   0 Comments

Color spaces of #383728

RGB 565540
HSL0.160.170.19
HSV56°29°22°
CMYK 0.000.020.29   0.78
XYZ3.38013.72632.5486
Yxy3.72630.35010.3859
Hunter Lab19.3036-2.52575.6847
CIE-Lab22.7451-2.58029.5913

#383728 color RGB value is (56,55,40).

#383728 hex color red value is 56, green value is 55 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #383728 hue: 0.16 , saturation: 0.17 and the lightness value of 383728 is 0.19.

The process color (four color CMYK) of #383728 color hex is 0.00, 0.02, 0.29, 0.78. Web safe color of #383728 is #333333. Color #383728 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110111 00101000
Octal 70 67 50
Decimal 56 55 40
Hex 38 37 28

RGB Percentages of Color #383728

%37.09
%36.42
%26.49

CMYK Percentages of Color #383728

%0
%2
%29
%78

Triadic Colors of #383728

#383728 #283837 #372838

Analogous Colors of #383728

#383728 #313828 #382f28

Monochromatic Colors of #383728

#383728

Complementary Color

#383728 #282938

#383728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383728 Color CSS Codes

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

#383728 Text Font Color

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

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


#383728 Background Color

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

This div background color is #383728


#383728 Border Color

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

This div border color is #383728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383728


Comments

No comments written yet.

Please login to write comment.