Color Hex Logo

#71393f Color Hex

#71393F
(113,57,63)
0 Favorites   0 Comments

Color spaces of #71393f

RGB 1135763
HSL0.980.330.33
HSV354°50°44°
CMYK 0.000.500.44   0.56
XYZ9.17046.79585.5310
Yxy6.79580.42660.3161
Hunter Lab26.068817.17205.6686
CIE-Lab31.337425.28537.5459

#71393f color RGB value is (113,57,63).

#71393f hex color red value is 113, green value is 57 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #71393f hue: 0.98 , saturation: 0.33 and the lightness value of 71393f is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 00111111
Octal 161 71 77
Decimal 113 57 63
Hex 71 39 3F

RGB Percentages of Color #71393f

%48.50
%24.46
%27.04

CMYK Percentages of Color #71393f

%0
%50
%44
%56

Triadic Colors of #71393f

#71393f #3f7139 #393f71

Analogous Colors of #71393f

#71393f #714f39 #71395b

Monochromatic Colors of #71393f

#71393f

Complementary Color

#71393f #39716b

#71393f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71393f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71393f Color CSS Codes

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

#71393f Text Font Color

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

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


#71393f Background Color

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

This div background color is #71393f


#71393f Border Color

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

This div border color is #71393f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71393f


Comments

No comments written yet.

Please login to write comment.