Color Hex Logo

#71312e Color Hex

#71312E
(113,49,46)
0 Favorites   0 Comments

Color spaces of #71312e

RGB 1134946
HSL0.010.420.31
HSV59°44°
CMYK 0.000.570.59   0.56
XYZ8.40155.90463.2817
Yxy5.90460.47770.3357
Hunter Lab24.299419.19249.0023
CIE-Lab29.170528.028315.6392

#71312e color RGB value is (113,49,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 00101110
Octal 161 61 56
Decimal 113 49 46
Hex 71 31 2E

RGB Percentages of Color #71312e

%54.33
%23.56
%22.12

CMYK Percentages of Color #71312e

%0
%57
%59
%56

Triadic Colors of #71312e

#71312e #2e7131 #312e71

Analogous Colors of #71312e

#71312e #71532e #712e4d

Monochromatic Colors of #71312e

#71312e

Complementary Color

#71312e #2e6e71

#71312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71312e Color CSS Codes

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

#71312e Text Font Color

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

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


#71312e Background Color

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

This div background color is #71312e


#71312e Border Color

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

This div border color is #71312e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71312e


Comments

No comments written yet.

Please login to write comment.