Color Hex Logo

#71392e Color Hex

#71392E
(113,57,46)
0 Favorites   0 Comments

Color spaces of #71392e

RGB 1135746
HSL0.030.420.31
HSV10°59°44°
CMYK 0.000.500.59   0.56
XYZ8.76636.63423.4033
Yxy6.63420.46620.3528
Hunter Lab25.756915.677310.1958
CIE-Lab30.959223.496417.9638

#71392e color RGB value is (113,57,46).

#71392e hex color red value is 113, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #71392e hue: 0.03 , saturation: 0.42 and the lightness value of 71392e is 0.31.

The process color (four color CMYK) of #71392e color hex is 0.00, 0.50, 0.59, 0.56. Web safe color of #71392e is #663333. Color #71392e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 00101110
Octal 161 71 56
Decimal 113 57 46
Hex 71 39 2E

RGB Percentages of Color #71392e

%52.31
%26.39
%21.30

CMYK Percentages of Color #71392e

%0
%50
%59
%56

Triadic Colors of #71392e

#71392e #2e7139 #392e71

Analogous Colors of #71392e

#71392e #715b2e #712e45

Monochromatic Colors of #71392e

#71392e

Complementary Color

#71392e #2e6671

#71392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71392e Color CSS Codes

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

#71392e Text Font Color

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

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


#71392e Background Color

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

This div background color is #71392e


#71392e Border Color

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

This div border color is #71392e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71392e


Comments

No comments written yet.

Please login to write comment.