Color Hex Logo

#409070 Color Hex

#409070
(64,144,112)
0 Favorites   0 Comments

Color spaces of #409070

RGB 64144112
HSL0.430.380.41
HSV156°56°56°
CMYK 0.560.000.22   0.44
XYZ15.012222.206418.8243
Yxy22.20640.26790.3962
Hunter Lab47.1237-25.60169.3022
CIE-Lab54.2453-32.50699.6961

#409070 color RGB value is (64,144,112).

#409070 hex color red value is 64, green value is 144 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #409070 hue: 0.43 , saturation: 0.38 and the lightness value of 409070 is 0.41.

The process color (four color CMYK) of #409070 color hex is 0.56, 0.00, 0.22, 0.44. Web safe color of #409070 is #339966. Color #409070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010000 01110000
Octal 100 220 160
Decimal 64 144 112
Hex 40 90 70

RGB Percentages of Color #409070

%20.00
%45.00
%35.00

CMYK Percentages of Color #409070

%56
%0
%22
%44

Triadic Colors of #409070

#409070 #704090 #907040

Analogous Colors of #409070

#409070 #408890 #409048

Monochromatic Colors of #409070

#409070

Complementary Color

#409070 #904060

#409070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#409070 Color CSS Codes

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

#409070 Text Font Color

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

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


#409070 Background Color

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

This div background color is #409070


#409070 Border Color

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

This div border color is #409070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409070


Comments

No comments written yet.

Please login to write comment.