Color Hex Logo

#71634d Color Hex

#71634D
(113,99,77)
0 Favorites   0 Comments

Color spaces of #71634d

RGB 1139977
HSL0.100.190.37
HSV37°32°44°
CMYK 0.000.120.32   0.56
XYZ12.611412.97028.8600
Yxy12.97020.36620.3766
Hunter Lab36.0142-0.517910.6237
CIE-Lab42.71831.926214.5713

#71634d color RGB value is (113,99,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100011 01001101
Octal 161 143 115
Decimal 113 99 77
Hex 71 63 4D

RGB Percentages of Color #71634d

%39.10
%34.26
%26.64

CMYK Percentages of Color #71634d

%0
%12
%32
%56

Triadic Colors of #71634d

#71634d #4d7163 #634d71

Analogous Colors of #71634d

#71634d #6d714d #71514d

Monochromatic Colors of #71634d

#71634d

Complementary Color

#71634d #4d5b71

#71634d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71634d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71634d Color CSS Codes

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

#71634d Text Font Color

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

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


#71634d Background Color

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

This div background color is #71634d


#71634d Border Color

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

This div border color is #71634d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71634d


Comments

No comments written yet.

Please login to write comment.