Color Hex Logo

#3a704e Color Hex

#3A704E
(58,112,78)
0 Favorites   0 Comments

Color spaces of #3a704e

RGB 5811278
HSL0.400.320.33
HSV142°48°44°
CMYK 0.480.000.30   0.56
XYZ8.914213.03799.2545
Yxy13.03790.28570.4178
Hunter Lab36.1080-19.121710.0796
CIE-Lab42.8203-26.365613.4795

#3a704e color RGB value is (58,112,78).

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

The process color (four color CMYK) of #3a704e color hex is 0.48, 0.00, 0.30, 0.56. Web safe color of #3a704e is #336666. Color #3a704e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110000 01001110
Octal 72 160 116
Decimal 58 112 78
Hex 3A 70 4E

RGB Percentages of Color #3a704e

%23.39
%45.16
%31.45

CMYK Percentages of Color #3a704e

%48
%0
%30
%56

Triadic Colors of #3a704e

#3a704e #4e3a70 #704e3a

Analogous Colors of #3a704e

#3a704e #3a7069 #41703a

Monochromatic Colors of #3a704e

#3a704e

Complementary Color

#3a704e #703a5c

#3a704e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a704e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a704e Color CSS Codes

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

#3a704e Text Font Color

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

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


#3a704e Background Color

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

This div background color is #3a704e


#3a704e Border Color

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

This div border color is #3a704e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a704e


Comments

No comments written yet.

Please login to write comment.