Color Hex Logo

#71343b Color Hex

#71343B
(113,52,59)
0 Favorites   0 Comments

Color spaces of #71343b

RGB 1135259
HSL0.980.370.32
HSV353°54°44°
CMYK 0.000.540.48   0.56
XYZ8.82756.28254.8851
Yxy6.28250.44150.3142
Hunter Lab25.064919.00155.9899
CIE-Lab30.114327.66288.4404

#71343b color RGB value is (113,52,59).

#71343b hex color red value is 113, green value is 52 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #71343b hue: 0.98 , saturation: 0.37 and the lightness value of 71343b is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110100 00111011
Octal 161 64 73
Decimal 113 52 59
Hex 71 34 3B

RGB Percentages of Color #71343b

%50.45
%23.21
%26.34

CMYK Percentages of Color #71343b

%0
%54
%48
%56

Triadic Colors of #71343b

#71343b #3b7134 #343b71

Analogous Colors of #71343b

#71343b #714c34 #71345a

Monochromatic Colors of #71343b

#71343b

Complementary Color

#71343b #34716a

#71343b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71343b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71343b Color CSS Codes

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

#71343b Text Font Color

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

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


#71343b Background Color

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

This div background color is #71343b


#71343b Border Color

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

This div border color is #71343b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71343b


Comments

No comments written yet.

Please login to write comment.