Color Hex Logo

#3a9370 Color Hex

#3A9370
(58,147,112)
0 Favorites   0 Comments

Color spaces of #3a9370

RGB 58147112
HSL0.430.430.40
HSV156°61°58°
CMYK 0.610.000.24   0.42
XYZ15.103322.936818.9605
Yxy22.93680.26500.4024
Hunter Lab47.8924-27.520110.0519
CIE-Lab55.0072-35.245210.7416

#3a9370 color RGB value is (58,147,112).

#3a9370 hex color red value is 58, green value is 147 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #3a9370 hue: 0.43 , saturation: 0.43 and the lightness value of 3a9370 is 0.40.

The process color (four color CMYK) of #3a9370 color hex is 0.61, 0.00, 0.24, 0.42. Web safe color of #3a9370 is #339966. Color #3a9370 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10010011 01110000
Octal 72 223 160
Decimal 58 147 112
Hex 3A 93 70

RGB Percentages of Color #3a9370

%18.30
%46.37
%35.33

CMYK Percentages of Color #3a9370

%61
%0
%24
%42

Triadic Colors of #3a9370

#3a9370 #703a93 #93703a

Analogous Colors of #3a9370

#3a9370 #3a8a93 #3a9344

Monochromatic Colors of #3a9370

#3a9370

Complementary Color

#3a9370 #933a5d

#3a9370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a9370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a9370 Color CSS Codes

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

#3a9370 Text Font Color

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

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


#3a9370 Background Color

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

This div background color is #3a9370


#3a9370 Border Color

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

This div border color is #3a9370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a9370


Comments

No comments written yet.

Please login to write comment.