Color Hex Logo

#3a7e5e Color Hex

#3A7E5E
(58,126,94)
0 Favorites   0 Comments

Color spaces of #3a7e5e

RGB 5812694
HSL0.420.370.36
HSV152°54°49°
CMYK 0.540.000.25   0.51
XYZ11.226216.629413.2078
Yxy16.62940.27340.4050
Hunter Lab40.7792-22.22389.3422
CIE-Lab47.7896-29.634310.9780

#3a7e5e color RGB value is (58,126,94).

#3a7e5e hex color red value is 58, green value is 126 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #3a7e5e hue: 0.42 , saturation: 0.37 and the lightness value of 3a7e5e is 0.36.

The process color (four color CMYK) of #3a7e5e color hex is 0.54, 0.00, 0.25, 0.51. Web safe color of #3a7e5e is #336666. Color #3a7e5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111110 01011110
Octal 72 176 136
Decimal 58 126 94
Hex 3A 7E 5E

RGB Percentages of Color #3a7e5e

%20.86
%45.32
%33.81

CMYK Percentages of Color #3a7e5e

%54
%0
%25
%51

Triadic Colors of #3a7e5e

#3a7e5e #5e3a7e #7e5e3a

Analogous Colors of #3a7e5e

#3a7e5e #3a7c7e #3a7e3c

Monochromatic Colors of #3a7e5e

#3a7e5e

Complementary Color

#3a7e5e #7e3a5a

#3a7e5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a7e5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a7e5e Color CSS Codes

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

#3a7e5e Text Font Color

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

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


#3a7e5e Background Color

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

This div background color is #3a7e5e


#3a7e5e Border Color

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

This div border color is #3a7e5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a7e5e


Comments

No comments written yet.

Please login to write comment.