Color Hex Logo

#3a735a Color Hex

#3A735A
(58,115,90)
0 Favorites   0 Comments

Color spaces of #3a735a

RGB 5811590
HSL0.430.330.34
HSV154°50°45°
CMYK 0.500.000.22   0.55
XYZ9.721113.899211.8433
Yxy13.89920.27410.3919
Hunter Lab37.2816-18.69947.2624
CIE-Lab44.0880-25.17268.1299

#3a735a color RGB value is (58,115,90).

#3a735a hex color red value is 58, green value is 115 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #3a735a hue: 0.43 , saturation: 0.33 and the lightness value of 3a735a is 0.34.

The process color (four color CMYK) of #3a735a color hex is 0.50, 0.00, 0.22, 0.55. Web safe color of #3a735a is #336666. Color #3a735a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110011 01011010
Octal 72 163 132
Decimal 58 115 90
Hex 3A 73 5A

RGB Percentages of Color #3a735a

%22.05
%43.73
%34.22

CMYK Percentages of Color #3a735a

%50
%0
%22
%55

Triadic Colors of #3a735a

#3a735a #5a3a73 #735a3a

Analogous Colors of #3a735a

#3a735a #3a7073 #3a733e

Monochromatic Colors of #3a735a

#3a735a

Complementary Color

#3a735a #733a53

#3a735a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a735a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a735a Color CSS Codes

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

#3a735a Text Font Color

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

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


#3a735a Background Color

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

This div background color is #3a735a


#3a735a Border Color

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

This div border color is #3a735a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a735a


Comments

No comments written yet.

Please login to write comment.