Color Hex Logo

#388545 Color Hex

#388545
(56,133,69)
0 Favorites   0 Comments

Color spaces of #388545

RGB 5613369
HSL0.360.410.37
HSV130°58°52°
CMYK 0.580.000.48   0.48
XYZ11.092618.04558.5287
Yxy18.04550.29450.4791
Hunter Lab42.4800-27.729117.8324
CIE-Lab49.5512-38.204527.4462

#388545 color RGB value is (56,133,69).

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

The process color (four color CMYK) of #388545 color hex is 0.58, 0.00, 0.48, 0.48. Web safe color of #388545 is #339933. Color #388545 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000101 01000101
Octal 70 205 105
Decimal 56 133 69
Hex 38 85 45

RGB Percentages of Color #388545

%21.71
%51.55
%26.74

CMYK Percentages of Color #388545

%58
%0
%48
%48

Triadic Colors of #388545

#388545 #453885 #854538

Analogous Colors of #388545

#388545 #38856c #528538

Monochromatic Colors of #388545

#388545

Complementary Color

#388545 #853878

#388545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388545 Color CSS Codes

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

#388545 Text Font Color

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

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


#388545 Background Color

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

This div background color is #388545


#388545 Border Color

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

This div border color is #388545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388545


Comments

No comments written yet.

Please login to write comment.