Color Hex Logo

#384240 Color Hex

#384240
(56,66,64)
0 Favorites   0 Comments

Color spaces of #384240

RGB 566664
HSL0.470.080.24
HSV168°15°26°
CMYK 0.150.000.03   0.74
XYZ4.50455.10735.5989
Yxy5.10730.29610.3358
Hunter Lab22.5993-3.97021.1307
CIE-Lab27.0383-4.5679-0.1683

#384240 color RGB value is (56,66,64).

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

The process color (four color CMYK) of #384240 color hex is 0.15, 0.00, 0.03, 0.74. Web safe color of #384240 is #333333. Color #384240 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000010 01000000
Octal 70 102 100
Decimal 56 66 64
Hex 38 42 40

RGB Percentages of Color #384240

%30.11
%35.48
%34.41

CMYK Percentages of Color #384240

%15
%0
%3
%74

Triadic Colors of #384240

#384240 #403842 #424038

Analogous Colors of #384240

#384240 #383f42 #38423b

Monochromatic Colors of #384240

#384240

Complementary Color

#384240 #42383a

#384240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384240 Color CSS Codes

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

#384240 Text Font Color

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

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


#384240 Background Color

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

This div background color is #384240


#384240 Border Color

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

This div border color is #384240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384240


Comments

No comments written yet.

Please login to write comment.