Color Hex Logo

#384940 Color Hex

#384940
(56,73,64)
0 Favorites   0 Comments

Color spaces of #384940

RGB 567364
HSL0.410.130.25
HSV148°23°29°
CMYK 0.230.000.12   0.71
XYZ4.93885.97605.7437
Yxy5.97600.29650.3587
Hunter Lab24.4459-6.71793.1816
CIE-Lab29.3518-8.90243.1849

#384940 color RGB value is (56,73,64).

#384940 hex color red value is 56, green value is 73 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #384940 hue: 0.41 , saturation: 0.13 and the lightness value of 384940 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001001 01000000
Octal 70 111 100
Decimal 56 73 64
Hex 38 49 40

RGB Percentages of Color #384940

%29.02
%37.82
%33.16

CMYK Percentages of Color #384940

%23
%0
%12
%71

Triadic Colors of #384940

#384940 #403849 #494038

Analogous Colors of #384940

#384940 #384949 #394938

Monochromatic Colors of #384940

#384940

Complementary Color

#384940 #493841

#384940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384940 Color CSS Codes

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

#384940 Text Font Color

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

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


#384940 Background Color

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

This div background color is #384940


#384940 Border Color

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

This div border color is #384940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384940


Comments

No comments written yet.

Please login to write comment.