Color Hex Logo

#40807a Color Hex

#40807A
(64,128,122)
0 Favorites   0 Comments

Color spaces of #40807a

RGB 64128122
HSL0.480.330.38
HSV174°50°50°
CMYK 0.500.000.05   0.50
XYZ13.346417.933521.1704
Yxy17.93350.25450.3419
Hunter Lab42.3480-17.85280.0036
CIE-Lab49.4154-22.0793-3.0801

#40807a color RGB value is (64,128,122).

#40807a hex color red value is 64, green value is 128 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #40807a hue: 0.48 , saturation: 0.33 and the lightness value of 40807a is 0.38.

The process color (four color CMYK) of #40807a color hex is 0.50, 0.00, 0.05, 0.50. Web safe color of #40807a is #339966. Color #40807a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000000 01111010
Octal 100 200 172
Decimal 64 128 122
Hex 40 80 7A

RGB Percentages of Color #40807a

%20.38
%40.76
%38.85

CMYK Percentages of Color #40807a

%50
%0
%5
%50

Triadic Colors of #40807a

#40807a #7a4080 #807a40

Analogous Colors of #40807a

#40807a #406680 #40805a

Monochromatic Colors of #40807a

#40807a

Complementary Color

#40807a #804046

#40807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40807a Color CSS Codes

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

#40807a Text Font Color

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

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


#40807a Background Color

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

This div background color is #40807a


#40807a Border Color

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

This div border color is #40807a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,128,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40807a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40807a;
  -webkit-box-shadow: 1px 1px 3px 2px #40807a;
  box-shadow:         1px 1px 3px 2px #40807a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40807a


Comments

No comments written yet.

Please login to write comment.