Color Hex Logo

#387840 Color Hex

#387840
(56,120,64)
0 Favorites   0 Comments

Color spaces of #387840

RGB 5612064
HSL0.350.360.35
HSV128°53°47°
CMYK 0.530.000.47   0.53
XYZ9.272814.64397.1883
Yxy14.64390.29810.4708
Hunter Lab38.2673-23.714415.6499
CIE-Lab45.1426-33.369124.5858

#387840 color RGB value is (56,120,64).

#387840 hex color red value is 56, green value is 120 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #387840 hue: 0.35 , saturation: 0.36 and the lightness value of 387840 is 0.35.

The process color (four color CMYK) of #387840 color hex is 0.53, 0.00, 0.47, 0.53. Web safe color of #387840 is #336633. Color #387840 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111000 01000000
Octal 70 170 100
Decimal 56 120 64
Hex 38 78 40

RGB Percentages of Color #387840

%23.33
%50.00
%26.67

CMYK Percentages of Color #387840

%53
%0
%47
%53

Triadic Colors of #387840

#387840 #403878 #784038

Analogous Colors of #387840

#387840 #387860 #507838

Monochromatic Colors of #387840

#387840

Complementary Color

#387840 #783870

#387840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387840 Color CSS Codes

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

#387840 Text Font Color

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

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


#387840 Background Color

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

This div background color is #387840


#387840 Border Color

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

This div border color is #387840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387840


Comments

No comments written yet.

Please login to write comment.