Color Hex Logo

#388742 Color Hex

#388742
(56,135,66)
0 Favorites   0 Comments

Color spaces of #388742

RGB 5613566
HSL0.350.410.37
HSV128°59°53°
CMYK 0.590.000.51   0.47
XYZ11.278218.56208.1427
Yxy18.56200.29690.4887
Hunter Lab43.0836-28.669618.9529
CIE-Lab50.1708-39.519629.8254

#388742 color RGB value is (56,135,66).

#388742 hex color red value is 56, green value is 135 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #388742 hue: 0.35 , saturation: 0.41 and the lightness value of 388742 is 0.37.

The process color (four color CMYK) of #388742 color hex is 0.59, 0.00, 0.51, 0.47. Web safe color of #388742 is #339933. Color #388742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000111 01000010
Octal 70 207 102
Decimal 56 135 66
Hex 38 87 42

RGB Percentages of Color #388742

%21.79
%52.53
%25.68

CMYK Percentages of Color #388742

%59
%0
%51
%47

Triadic Colors of #388742

#388742 #423887 #874238

Analogous Colors of #388742

#388742 #38876a #568738

Monochromatic Colors of #388742

#388742

Complementary Color

#388742 #87387d

#388742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388742 Color CSS Codes

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

#388742 Text Font Color

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

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


#388742 Background Color

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

This div background color is #388742


#388742 Border Color

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

This div border color is #388742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388742


Comments

No comments written yet.

Please login to write comment.