Color Hex Logo

#71322f Color Hex

#71322F
(113,50,47)
0 Favorites   0 Comments

Color spaces of #71322f

RGB 1135047
HSL0.010.410.31
HSV58°44°
CMYK 0.000.560.58   0.56
XYZ8.46375.99723.4008
Yxy5.99720.47380.3358
Hunter Lab24.489218.83538.9089
CIE-Lab29.405427.564115.3002

#71322f color RGB value is (113,50,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110010 00101111
Octal 161 62 57
Decimal 113 50 47
Hex 71 32 2F

RGB Percentages of Color #71322f

%53.81
%23.81
%22.38

CMYK Percentages of Color #71322f

%0
%56
%58
%56

Triadic Colors of #71322f

#71322f #2f7132 #322f71

Analogous Colors of #71322f

#71322f #71532f #712f4d

Monochromatic Colors of #71322f

#71322f

Complementary Color

#71322f #2f6e71

#71322f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71322f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71322f Color CSS Codes

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

#71322f Text Font Color

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

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


#71322f Background Color

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

This div background color is #71322f


#71322f Border Color

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

This div border color is #71322f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71322f


Comments

No comments written yet.

Please login to write comment.