Color Hex Logo

#3aaa4b Color Hex

#3AAA4B
(58,170,75)
0 Favorites   0 Comments

Color spaces of #3aaa4b

RGB 5817075
HSL0.360.490.45
HSV129°66°67°
CMYK 0.660.000.56   0.33
XYZ17.389630.157011.5610
Yxy30.15700.29420.5102
Hunter Lab54.9154-39.577825.9588
CIE-Lab61.7895-51.450639.4143

#3aaa4b color RGB value is (58,170,75).

#3aaa4b hex color red value is 58, green value is 170 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3aaa4b hue: 0.36 , saturation: 0.49 and the lightness value of 3aaa4b is 0.45.

The process color (four color CMYK) of #3aaa4b color hex is 0.66, 0.00, 0.56, 0.33. Web safe color of #3aaa4b is #339933. Color #3aaa4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101010 01001011
Octal 72 252 113
Decimal 58 170 75
Hex 3A AA 4B

RGB Percentages of Color #3aaa4b

%19.14
%56.11
%24.75

CMYK Percentages of Color #3aaa4b

%66
%0
%56
%33

Triadic Colors of #3aaa4b

#3aaa4b #4b3aaa #aa4b3a

Analogous Colors of #3aaa4b

#3aaa4b #3aaa83 #61aa3a

Monochromatic Colors of #3aaa4b

#3aaa4b

Complementary Color

#3aaa4b #aa3a99

#3aaa4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaa4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaa4b Color CSS Codes

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

#3aaa4b Text Font Color

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

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


#3aaa4b Background Color

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

This div background color is #3aaa4b


#3aaa4b Border Color

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

This div border color is #3aaa4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaa4b


Comments

No comments written yet.

Please login to write comment.