Color Hex Logo

#3aa165 Color Hex

#3AA165
(58,161,101)
0 Favorites   0 Comments

Color spaces of #3aa165

RGB 58161101
HSL0.400.470.43
HSV145°64°63°
CMYK 0.640.000.37   0.37
XYZ16.838827.328916.6994
Yxy27.32890.27660.4490
Hunter Lab52.2771-33.988817.6543
CIE-Lab59.2775-43.652422.7330

#3aa165 color RGB value is (58,161,101).

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

The process color (four color CMYK) of #3aa165 color hex is 0.64, 0.00, 0.37, 0.37. Web safe color of #3aa165 is #339966. Color #3aa165 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10100001 01100101
Octal 72 241 145
Decimal 58 161 101
Hex 3A A1 65

RGB Percentages of Color #3aa165

%18.13
%50.31
%31.56

CMYK Percentages of Color #3aa165

%64
%0
%37
%37

Triadic Colors of #3aa165

#3aa165 #653aa1 #a1653a

Analogous Colors of #3aa165

#3aa165 #3aa199 #42a13a

Monochromatic Colors of #3aa165

#3aa165

Complementary Color

#3aa165 #a13a76

#3aa165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aa165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aa165 Color CSS Codes

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

#3aa165 Text Font Color

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

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


#3aa165 Background Color

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

This div background color is #3aa165


#3aa165 Border Color

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

This div border color is #3aa165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aa165


Comments

No comments written yet.

Please login to write comment.