Color Hex Logo

#42616e Color Hex

#42616E
(66,97,110)
0 Favorites   0 Comments

Color spaces of #42616e

RGB 6697110
HSL0.550.250.35
HSV198°40°43°
CMYK 0.400.120.00   0.57
XYZ9.335910.833416.3509
Yxy10.83340.25560.2966
Hunter Lab32.9141-6.9693-6.4139
CIE-Lab39.2984-7.6580-10.9637

#42616e color RGB value is (66,97,110).

#42616e hex color red value is 66, green value is 97 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #42616e hue: 0.55 , saturation: 0.25 and the lightness value of 42616e is 0.35.

The process color (four color CMYK) of #42616e color hex is 0.40, 0.12, 0.00, 0.57. Web safe color of #42616e is #336666. Color #42616e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100001 01101110
Octal 102 141 156
Decimal 66 97 110
Hex 42 61 6E

RGB Percentages of Color #42616e

%24.18
%35.53
%40.29

CMYK Percentages of Color #42616e

%40
%12
%0
%57

Triadic Colors of #42616e

#42616e #6e4261 #616e42

Analogous Colors of #42616e

#42616e #424b6e #426e65

Monochromatic Colors of #42616e

#42616e

Complementary Color

#42616e #6e4f42

#42616e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42616e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42616e Color CSS Codes

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

#42616e Text Font Color

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

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


#42616e Background Color

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

This div background color is #42616e


#42616e Border Color

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

This div border color is #42616e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,97,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42616e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42616e;
  -webkit-box-shadow: 1px 1px 3px 2px #42616e;
  box-shadow:         1px 1px 3px 2px #42616e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,97,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42616e


Comments

No comments written yet.

Please login to write comment.