Color Hex Logo

#387334 Color Hex

#387334
(56,115,52)
0 Favorites   0 Comments

Color spaces of #387334

RGB 5611552
HSL0.320.380.33
HSV116°55°45°
CMYK 0.510.000.55   0.55
XYZ8.381513.35025.3839
Yxy13.35020.30910.4923
Hunter Lab36.5379-22.994916.8401
CIE-Lab43.2862-32.992328.8098

#387334 color RGB value is (56,115,52).

#387334 hex color red value is 56, green value is 115 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #387334 hue: 0.32 , saturation: 0.38 and the lightness value of 387334 is 0.33.

The process color (four color CMYK) of #387334 color hex is 0.51, 0.00, 0.55, 0.55. Web safe color of #387334 is #336633. Color #387334 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110011 00110100
Octal 70 163 64
Decimal 56 115 52
Hex 38 73 34

RGB Percentages of Color #387334

%25.11
%51.57
%23.32

CMYK Percentages of Color #387334

%51
%0
%55
%55

Triadic Colors of #387334

#387334 #343873 #733438

Analogous Colors of #387334

#387334 #34734f #587334

Monochromatic Colors of #387334

#387334

Complementary Color

#387334 #6f3473

#387334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387334 Color CSS Codes

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

#387334 Text Font Color

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

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


#387334 Background Color

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

This div background color is #387334


#387334 Border Color

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

This div border color is #387334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387334


Comments

No comments written yet.

Please login to write comment.