Color Hex Logo

#3a8a63 Color Hex

#3A8A63
(58,138,99)
0 Favorites   0 Comments

Color spaces of #3a8a63

RGB 5813899
HSL0.420.410.38
HSV151°58°54°
CMYK 0.580.000.28   0.46
XYZ13.085519.977414.9707
Yxy19.97740.27240.4159
Hunter Lab44.6961-25.959411.4284
CIE-Lab51.8116-34.112813.6903

#3a8a63 color RGB value is (58,138,99).

#3a8a63 hex color red value is 58, green value is 138 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #3a8a63 hue: 0.42 , saturation: 0.41 and the lightness value of 3a8a63 is 0.38.

The process color (four color CMYK) of #3a8a63 color hex is 0.58, 0.00, 0.28, 0.46. Web safe color of #3a8a63 is #339966. Color #3a8a63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10001010 01100011
Octal 72 212 143
Decimal 58 138 99
Hex 3A 8A 63

RGB Percentages of Color #3a8a63

%19.66
%46.78
%33.56

CMYK Percentages of Color #3a8a63

%58
%0
%28
%46

Triadic Colors of #3a8a63

#3a8a63 #633a8a #8a633a

Analogous Colors of #3a8a63

#3a8a63 #3a898a #3a8a3b

Monochromatic Colors of #3a8a63

#3a8a63

Complementary Color

#3a8a63 #8a3a61

#3a8a63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a8a63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a8a63 Color CSS Codes

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

#3a8a63 Text Font Color

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

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


#3a8a63 Background Color

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

This div background color is #3a8a63


#3a8a63 Border Color

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

This div border color is #3a8a63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,138,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a8a63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a8a63;
  -webkit-box-shadow: 1px 1px 3px 2px #3a8a63;
  box-shadow:         1px 1px 3px 2px #3a8a63; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,138,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a8a63


Comments

No comments written yet.

Please login to write comment.