Color Hex Logo

#71411e Color Hex

#71411E
(113,65,30)
0 Favorites   0 Comments

Color spaces of #71411e

RGB 1136530
HSL0.070.580.28
HSV25°73°44°
CMYK 0.000.420.73   0.56
XYZ8.93477.38502.1828
Yxy7.38500.48290.3991
Hunter Lab27.175411.130314.2604
CIE-Lab32.667817.569329.5789

#71411e color RGB value is (113,65,30).

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

The process color (four color CMYK) of #71411e color hex is 0.00, 0.42, 0.73, 0.56. Web safe color of #71411e is #663333. Color #71411e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000001 00011110
Octal 161 101 36
Decimal 113 65 30
Hex 71 41 1E

RGB Percentages of Color #71411e

%54.33
%31.25
%14.42

CMYK Percentages of Color #71411e

%0
%42
%73
%56

Triadic Colors of #71411e

#71411e #1e7141 #411e71

Analogous Colors of #71411e

#71411e #716b1e #711e24

Monochromatic Colors of #71411e

#71411e

Complementary Color

#71411e #1e4e71

#71411e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71411e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71411e Color CSS Codes

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

#71411e Text Font Color

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

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


#71411e Background Color

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

This div background color is #71411e


#71411e Border Color

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

This div border color is #71411e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71411e


Comments

No comments written yet.

Please login to write comment.