Color Hex Logo

#437f80 Color Hex

#437F80
(67,127,128)
0 Favorites   0 Comments

Color spaces of #437f80

RGB 67127128
HSL0.500.310.38
HSV181°48°50°
CMYK 0.480.010.00   0.50
XYZ13.800417.930523.1557
Yxy17.93050.25140.3267
Hunter Lab42.3444-15.9281-2.7812
CIE-Lab49.4117-19.1496-6.6006

#437f80 color RGB value is (67,127,128).

#437f80 hex color red value is 67, green value is 127 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #437f80 hue: 0.50 , saturation: 0.31 and the lightness value of 437f80 is 0.38.

The process color (four color CMYK) of #437f80 color hex is 0.48, 0.01, 0.00, 0.50. Web safe color of #437f80 is #336699. Color #437f80 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01111111 10000000
Octal 103 177 200
Decimal 67 127 128
Hex 43 7F 80

RGB Percentages of Color #437f80

%20.81
%39.44
%39.75

CMYK Percentages of Color #437f80

%48
%1
%0
%50

Triadic Colors of #437f80

#437f80 #80437f #7f8043

Analogous Colors of #437f80

#437f80 #436180 #438063

Monochromatic Colors of #437f80

#437f80

Complementary Color

#437f80 #804443

#437f80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#437f80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#437f80 Color CSS Codes

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

#437f80 Text Font Color

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

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


#437f80 Background Color

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

This div background color is #437f80


#437f80 Border Color

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

This div border color is #437f80


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,127,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #437f80; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #437f80;
  -webkit-box-shadow: 1px 1px 3px 2px #437f80;
  box-shadow:         1px 1px 3px 2px #437f80; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #437f80


Comments

No comments written yet.

Please login to write comment.