Color Hex Logo

#388246 Color Hex

#388246
(56,130,70)
0 Favorites   0 Comments

Color spaces of #388246

RGB 5613070
HSL0.360.400.36
HSV131°57°51°
CMYK 0.570.000.46   0.49
XYZ10.719017.24828.5586
Yxy17.24820.29350.4722
Hunter Lab41.5310-26.608916.8533
CIE-Lab48.5713-36.755025.6567

#388246 color RGB value is (56,130,70).

#388246 hex color red value is 56, green value is 130 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #388246 hue: 0.36 , saturation: 0.40 and the lightness value of 388246 is 0.36.

The process color (four color CMYK) of #388246 color hex is 0.57, 0.00, 0.46, 0.49. Web safe color of #388246 is #339933. Color #388246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000010 01000110
Octal 70 202 106
Decimal 56 130 70
Hex 38 82 46

RGB Percentages of Color #388246

%21.88
%50.78
%27.34

CMYK Percentages of Color #388246

%57
%0
%46
%49

Triadic Colors of #388246

#388246 #463882 #824638

Analogous Colors of #388246

#388246 #38826b #4f8238

Monochromatic Colors of #388246

#388246

Complementary Color

#388246 #823874

#388246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388246 Color CSS Codes

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

#388246 Text Font Color

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

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


#388246 Background Color

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

This div background color is #388246


#388246 Border Color

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

This div border color is #388246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388246


Comments

No comments written yet.

Please login to write comment.