Color Hex Logo

#71645d Color Hex

#71645D
(113,100,93)
0 Favorites   0 Comments

Color spaces of #71645d

RGB 11310093
HSL0.060.100.40
HSV21°18°44°
CMYK 0.000.120.18   0.56
XYZ13.343013.415412.2421
Yxy13.41540.34210.3440
Hunter Lab36.62700.92915.8220
CIE-Lab43.38263.90195.8539

#71645d color RGB value is (113,100,93).

#71645d hex color red value is 113, green value is 100 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #71645d hue: 0.06 , saturation: 0.10 and the lightness value of 71645d is 0.40.

The process color (four color CMYK) of #71645d color hex is 0.00, 0.12, 0.18, 0.56. Web safe color of #71645d is #666666. Color #71645d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100100 01011101
Octal 161 144 135
Decimal 113 100 93
Hex 71 64 5D

RGB Percentages of Color #71645d

%36.93
%32.68
%30.39

CMYK Percentages of Color #71645d

%0
%12
%18
%56

Triadic Colors of #71645d

#71645d #5d7164 #645d71

Analogous Colors of #71645d

#71645d #716e5d #715d60

Monochromatic Colors of #71645d

#71645d

Complementary Color

#71645d #5d6a71

#71645d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71645d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71645d Color CSS Codes

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

#71645d Text Font Color

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

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


#71645d Background Color

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

This div background color is #71645d


#71645d Border Color

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

This div border color is #71645d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71645d


Comments

No comments written yet.

Please login to write comment.