Color Hex Logo

#71632f Color Hex

#71632F
(113,99,47)
0 Favorites   0 Comments

Color spaces of #71632f

RGB 1139947
HSL0.130.410.31
HSV47°58°44°
CMYK 0.000.120.58   0.56
XYZ11.785012.63964.5079
Yxy12.63960.40730.4369
Hunter Lab35.5522-3.046417.3688
CIE-Lab42.2151-1.601531.1823

#71632f color RGB value is (113,99,47).

#71632f hex color red value is 113, green value is 99 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #71632f hue: 0.13 , saturation: 0.41 and the lightness value of 71632f is 0.31.

The process color (four color CMYK) of #71632f color hex is 0.00, 0.12, 0.58, 0.56. Web safe color of #71632f is #666633. Color #71632f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100011 00101111
Octal 161 143 57
Decimal 113 99 47
Hex 71 63 2F

RGB Percentages of Color #71632f

%43.63
%38.22
%18.15

CMYK Percentages of Color #71632f

%0
%12
%58
%56

Triadic Colors of #71632f

#71632f #2f7163 #632f71

Analogous Colors of #71632f

#71632f #5e712f #71422f

Monochromatic Colors of #71632f

#71632f

Complementary Color

#71632f #2f3d71

#71632f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71632f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71632f Color CSS Codes

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

#71632f Text Font Color

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

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


#71632f Background Color

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

This div background color is #71632f


#71632f Border Color

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

This div border color is #71632f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71632f


Comments

No comments written yet.

Please login to write comment.