Color Hex Logo

#71644d Color Hex

#71644D
(113,100,77)
0 Favorites   0 Comments

Color spaces of #71644d

RGB 11310077
HSL0.110.190.37
HSV38°32°44°
CMYK 0.000.120.32   0.56
XYZ12.706813.16098.8918
Yxy13.16090.36560.3786
Hunter Lab36.2780-0.964610.8625
CIE-Lab43.00471.333314.9615

#71644d color RGB value is (113,100,77).

#71644d hex color red value is 113, green value is 100 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #71644d hue: 0.11 , saturation: 0.19 and the lightness value of 71644d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100100 01001101
Octal 161 144 115
Decimal 113 100 77
Hex 71 64 4D

RGB Percentages of Color #71644d

%38.97
%34.48
%26.55

CMYK Percentages of Color #71644d

%0
%12
%32
%56

Triadic Colors of #71644d

#71644d #4d7164 #644d71

Analogous Colors of #71644d

#71644d #6c714d #71524d

Monochromatic Colors of #71644d

#71644d

Complementary Color

#71644d #4d5a71

#71644d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71644d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71644d Color CSS Codes

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

#71644d Text Font Color

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

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


#71644d Background Color

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

This div background color is #71644d


#71644d Border Color

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

This div border color is #71644d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71644d


Comments

No comments written yet.

Please login to write comment.