Color Hex Logo

#40767d Color Hex

#40767D
(64,118,125)
0 Favorites   0 Comments

Color spaces of #40767d

RGB 64118125
HSL0.520.320.37
HSV187°49°49°
CMYK 0.490.060.00   0.51
XYZ12.294515.527521.7512
Yxy15.52750.24800.3132
Hunter Lab39.4049-13.2660-5.1441
CIE-Lab46.3484-15.8748-9.4180

#40767d color RGB value is (64,118,125).

#40767d hex color red value is 64, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #40767d hue: 0.52 , saturation: 0.32 and the lightness value of 40767d is 0.37.

The process color (four color CMYK) of #40767d color hex is 0.49, 0.06, 0.00, 0.51. Web safe color of #40767d is #336666. Color #40767d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110110 01111101
Octal 100 166 175
Decimal 64 118 125
Hex 40 76 7D

RGB Percentages of Color #40767d

%20.85
%38.44
%40.72

CMYK Percentages of Color #40767d

%49
%6
%0
%51

Triadic Colors of #40767d

#40767d #7d4076 #767d40

Analogous Colors of #40767d

#40767d #40587d #407d66

Monochromatic Colors of #40767d

#40767d

Complementary Color

#40767d #7d4740

#40767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40767d Color CSS Codes

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

#40767d Text Font Color

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

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


#40767d Background Color

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

This div background color is #40767d


#40767d Border Color

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

This div border color is #40767d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,118,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40767d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40767d;
  -webkit-box-shadow: 1px 1px 3px 2px #40767d;
  box-shadow:         1px 1px 3px 2px #40767d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40767d


Comments

No comments written yet.

Please login to write comment.