Color Hex Logo

#71696b Color Hex

#71696B
(113,105,107)
0 Favorites   0 Comments

Color spaces of #71696b

RGB 113105107
HSL0.960.040.43
HSV345°44°
CMYK 0.000.070.05   0.56
XYZ14.515514.675415.9775
Yxy14.67540.32140.3249
Hunter Lab38.30850.59572.0876
CIE-Lab45.18643.52600.0033

#71696b color RGB value is (113,105,107).

#71696b hex color red value is 113, green value is 105 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #71696b hue: 0.96 , saturation: 0.04 and the lightness value of 71696b is 0.43.

The process color (four color CMYK) of #71696b color hex is 0.00, 0.07, 0.05, 0.56. Web safe color of #71696b is #666666. Color #71696b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101001 01101011
Octal 161 151 153
Decimal 113 105 107
Hex 71 69 6B

RGB Percentages of Color #71696b

%34.77
%32.31
%32.92

CMYK Percentages of Color #71696b

%0
%7
%5
%56

Triadic Colors of #71696b

#71696b #6b7169 #696b71

Analogous Colors of #71696b

#71696b #716b69 #71696f

Monochromatic Colors of #71696b

#71696b

Complementary Color

#71696b #69716f

#71696b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71696b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71696b Color CSS Codes

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

#71696b Text Font Color

<p style="color:#71696b">Text here</p>

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


#71696b Background Color

<div style="background-color:#71696b">
Div content here</div>

This div background color is #71696b


#71696b Border Color

<div style="border:3px solid #71696b">
Div here</div>

This div border color is #71696b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,105,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71696b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71696b;
  -webkit-box-shadow: 1px 1px 3px 2px #71696b;
  box-shadow:         1px 1px 3px 2px #71696b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,105,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71696b


Comments

No comments written yet.

Please login to write comment.