Color Hex Logo

#42767d Color Hex

#42767D
(66,118,125)
0 Favorites   0 Comments

Color spaces of #42767d

RGB 66118125
HSL0.520.310.37
HSV187°47°49°
CMYK 0.470.060.00   0.51
XYZ12.426915.595821.7574
Yxy15.59580.24960.3133
Hunter Lab39.4915-12.9411-5.0211
CIE-Lab46.4397-15.3638-9.2717

#42767d color RGB value is (66,118,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110110 01111101
Octal 102 166 175
Decimal 66 118 125
Hex 42 76 7D

RGB Percentages of Color #42767d

%21.36
%38.19
%40.45

CMYK Percentages of Color #42767d

%47
%6
%0
%51

Triadic Colors of #42767d

#42767d #7d4276 #767d42

Analogous Colors of #42767d

#42767d #42597d #427d67

Monochromatic Colors of #42767d

#42767d

Complementary Color

#42767d #7d4942

#42767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42767d Color CSS Codes

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

#42767d Text Font Color

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

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


#42767d Background Color

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

This div background color is #42767d


#42767d Border Color

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

This div border color is #42767d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,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 #42767d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42767d


Comments

No comments written yet.

Please login to write comment.