Color Hex Logo

#384b42 Color Hex

#384B42
(56,75,66)
0 Favorites   0 Comments

Color spaces of #384b42

RGB 567566
HSL0.420.150.26
HSV152°25°29°
CMYK 0.250.000.12   0.71
XYZ5.13036.26636.0934
Yxy6.26630.29330.3583
Hunter Lab25.0326-7.22433.0905
CIE-Lab30.0746-9.63682.9387

#384b42 color RGB value is (56,75,66).

#384b42 hex color red value is 56, green value is 75 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #384b42 hue: 0.42 , saturation: 0.15 and the lightness value of 384b42 is 0.26.

The process color (four color CMYK) of #384b42 color hex is 0.25, 0.00, 0.12, 0.71. Web safe color of #384b42 is #333333. Color #384b42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001011 01000010
Octal 70 113 102
Decimal 56 75 66
Hex 38 4B 42

RGB Percentages of Color #384b42

%28.43
%38.07
%33.50

CMYK Percentages of Color #384b42

%25
%0
%12
%71

Triadic Colors of #384b42

#384b42 #42384b #4b4238

Analogous Colors of #384b42

#384b42 #384b4b #384b39

Monochromatic Colors of #384b42

#384b42

Complementary Color

#384b42 #4b3841

#384b42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384b42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384b42 Color CSS Codes

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

#384b42 Text Font Color

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

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


#384b42 Background Color

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

This div background color is #384b42


#384b42 Border Color

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

This div border color is #384b42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384b42

#384b42 Color Palettes


Comments

No comments written yet.

Please login to write comment.