Color Hex Logo

#71646e Color Hex

#71646E
(113,100,110)
0 Favorites   0 Comments

Color spaces of #71646e

RGB 113100110
HSL0.870.060.42
HSV314°12°44°
CMYK 0.000.120.03   0.56
XYZ14.181713.750816.6586
Yxy13.75080.31800.3084
Hunter Lab37.08213.3721-0.6778
CIE-Lab43.87347.1208-3.7385

#71646e color RGB value is (113,100,110).

#71646e hex color red value is 113, green value is 100 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #71646e hue: 0.87 , saturation: 0.06 and the lightness value of 71646e is 0.42.

The process color (four color CMYK) of #71646e color hex is 0.00, 0.12, 0.03, 0.56. Web safe color of #71646e is #666666. Color #71646e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100100 01101110
Octal 161 144 156
Decimal 113 100 110
Hex 71 64 6E

RGB Percentages of Color #71646e

%34.98
%30.96
%34.06

CMYK Percentages of Color #71646e

%0
%12
%3
%56

Triadic Colors of #71646e

#71646e #6e7164 #646e71

Analogous Colors of #71646e

#71646e #716468 #6e6471

Monochromatic Colors of #71646e

#71646e

Complementary Color

#71646e #647167

#71646e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71646e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71646e Color CSS Codes

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

#71646e Text Font Color

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

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


#71646e Background Color

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

This div background color is #71646e


#71646e Border Color

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

This div border color is #71646e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,100,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 #71646e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71646e

#71646e Color Palettes


Comments

No comments written yet.

Please login to write comment.