Color Hex Logo

#71655f Color Hex

#71655F
(113,101,95)
0 Favorites   0 Comments

Color spaces of #71655f

RGB 11310195
HSL0.060.090.41
HSV20°16°44°
CMYK 0.000.110.16   0.56
XYZ13.529313.644312.7470
Yxy13.64430.33890.3418
Hunter Lab36.93820.73715.3963
CIE-Lab43.71843.65825.1237

#71655f color RGB value is (113,101,95).

#71655f hex color red value is 113, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #71655f hue: 0.06 , saturation: 0.09 and the lightness value of 71655f is 0.41.

The process color (four color CMYK) of #71655f color hex is 0.00, 0.11, 0.16, 0.56. Web safe color of #71655f is #666666. Color #71655f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100101 01011111
Octal 161 145 137
Decimal 113 101 95
Hex 71 65 5F

RGB Percentages of Color #71655f

%36.57
%32.69
%30.74

CMYK Percentages of Color #71655f

%0
%11
%16
%56

Triadic Colors of #71655f

#71655f #5f7165 #655f71

Analogous Colors of #71655f

#71655f #716e5f #715f62

Monochromatic Colors of #71655f

#71655f

Complementary Color

#71655f #5f6b71

#71655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71655f Color CSS Codes

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

#71655f Text Font Color

<p style="color:#71655f">Text here</p>

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


#71655f Background Color

<div style="background-color:#71655f">
Div content here</div>

This div background color is #71655f


#71655f Border Color

<div style="border:3px solid #71655f">
Div here</div>

This div border color is #71655f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,101,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71655f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71655f;
  -webkit-box-shadow: 1px 1px 3px 2px #71655f;
  box-shadow:         1px 1px 3px 2px #71655f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71655f


Comments

No comments written yet.

Please login to write comment.