Color Hex Logo

#71313a Color Hex

#71313A
(113,49,58)
0 Favorites   0 Comments

Color spaces of #71313a

RGB 1134958
HSL0.980.400.32
HSV352°57°44°
CMYK 0.000.570.49   0.56
XYZ8.67216.01284.7065
Yxy6.01280.44720.3101
Hunter Lab24.521020.21655.7847
CIE-Lab29.444729.21228.1629

#71313a color RGB value is (113,49,58).

#71313a hex color red value is 113, green value is 49 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #71313a hue: 0.98 , saturation: 0.40 and the lightness value of 71313a is 0.32.

The process color (four color CMYK) of #71313a color hex is 0.00, 0.57, 0.49, 0.56. Web safe color of #71313a is #663333. Color #71313a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 00111010
Octal 161 61 72
Decimal 113 49 58
Hex 71 31 3A

RGB Percentages of Color #71313a

%51.36
%22.27
%26.36

CMYK Percentages of Color #71313a

%0
%57
%49
%56

Triadic Colors of #71313a

#71313a #3a7131 #313a71

Analogous Colors of #71313a

#71313a #714831 #71315a

Monochromatic Colors of #71313a

#71313a

Complementary Color

#71313a #317168

#71313a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71313a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71313a Color CSS Codes

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

#71313a Text Font Color

<p style="color:#71313a">Text here</p>

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


#71313a Background Color

<div style="background-color:#71313a">
Div content here</div>

This div background color is #71313a


#71313a Border Color

<div style="border:3px solid #71313a">
Div here</div>

This div border color is #71313a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71313a


Comments

No comments written yet.

Please login to write comment.