Color Hex Logo

#71621e Color Hex

#71621E
(113,98,30)
0 Favorites   0 Comments

Color spaces of #71621e

RGB 1139830
HSL0.140.580.28
HSV49°73°44°
CMYK 0.000.130.73   0.56
XYZ11.412112.33983.0086
Yxy12.33980.42650.4611
Hunter Lab35.1281-3.484519.5116
CIE-Lab41.7512-2.259639.1068

#71621e color RGB value is (113,98,30).

#71621e hex color red value is 113, green value is 98 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #71621e hue: 0.14 , saturation: 0.58 and the lightness value of 71621e is 0.28.

The process color (four color CMYK) of #71621e color hex is 0.00, 0.13, 0.73, 0.56. Web safe color of #71621e is #666633. Color #71621e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100010 00011110
Octal 161 142 36
Decimal 113 98 30
Hex 71 62 1E

RGB Percentages of Color #71621e

%46.89
%40.66
%12.45

CMYK Percentages of Color #71621e

%0
%13
%73
%56

Triadic Colors of #71621e

#71621e #1e7162 #621e71

Analogous Colors of #71621e

#71621e #56711e #71391e

Monochromatic Colors of #71621e

#71621e

Complementary Color

#71621e #1e2d71

#71621e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71621e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71621e Color CSS Codes

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

#71621e Text Font Color

<p style="color:#71621e">Text here</p>

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


#71621e Background Color

<div style="background-color:#71621e">
Div content here</div>

This div background color is #71621e


#71621e Border Color

<div style="border:3px solid #71621e">
Div here</div>

This div border color is #71621e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,98,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71621e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71621e;
  -webkit-box-shadow: 1px 1px 3px 2px #71621e;
  box-shadow:         1px 1px 3px 2px #71621e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71621e


Comments

No comments written yet.

Please login to write comment.