Color Hex Logo

#71393b Color Hex

#71393B
(113,57,59)
0 Favorites   0 Comments

Color spaces of #71393b

RGB 1135759
HSL0.990.330.33
HSV358°50°44°
CMYK 0.000.500.48   0.56
XYZ9.06266.75274.9634
Yxy6.75270.43610.3250
Hunter Lab25.986016.77646.8656
CIE-Lab31.237224.81549.9987

#71393b color RGB value is (113,57,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 00111011
Octal 161 71 73
Decimal 113 57 59
Hex 71 39 3B

RGB Percentages of Color #71393b

%49.34
%24.89
%25.76

CMYK Percentages of Color #71393b

%0
%50
%48
%56

Triadic Colors of #71393b

#71393b #3b7139 #393b71

Analogous Colors of #71393b

#71393b #715339 #713957

Monochromatic Colors of #71393b

#71393b

Complementary Color

#71393b #39716f

#71393b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71393b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71393b Color CSS Codes

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

#71393b Text Font Color

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

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


#71393b Background Color

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

This div background color is #71393b


#71393b Border Color

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

This div border color is #71393b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71393b


Comments

No comments written yet.

Please login to write comment.