Color Hex Logo

#386427 Color Hex

#386427
(56,100,39)
0 Favorites   0 Comments

Color spaces of #386427

RGB 5610039
HSL0.290.440.27
HSV103°61°39°
CMYK 0.440.000.61   0.61
XYZ6.554310.10163.5238
Yxy10.10160.32480.5006
Hunter Lab31.7830-18.810015.6746
CIE-Lab38.0242-27.825629.4098

#386427 color RGB value is (56,100,39).

#386427 hex color red value is 56, green value is 100 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #386427 hue: 0.29 , saturation: 0.44 and the lightness value of 386427 is 0.27.

The process color (four color CMYK) of #386427 color hex is 0.44, 0.00, 0.61, 0.61. Web safe color of #386427 is #336633. Color #386427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100100 00100111
Octal 70 144 47
Decimal 56 100 39
Hex 38 64 27

RGB Percentages of Color #386427

%28.72
%51.28
%20.00

CMYK Percentages of Color #386427

%44
%0
%61
%61

Triadic Colors of #386427

#386427 #273864 #642738

Analogous Colors of #386427

#386427 #276435 #576427

Monochromatic Colors of #386427

#386427

Complementary Color

#386427 #532764

#386427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386427 Color CSS Codes

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

#386427 Text Font Color

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

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


#386427 Background Color

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

This div background color is #386427


#386427 Border Color

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

This div border color is #386427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386427


Comments

No comments written yet.

Please login to write comment.