Color Hex Logo

#71344a Color Hex

#71344A
(113,52,74)
1 Favorites   0 Comments

Color spaces of #71344a

RGB 1135274
HSL0.940.370.32
HSV338°54°44°
CMYK 0.000.540.35   0.56
XYZ9.27416.46117.2369
Yxy6.46110.40370.2813
Hunter Lab25.418720.64360.9128
CIE-Lab30.547229.5527-0.7604

#71344a color RGB value is (113,52,74).

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

The process color (four color CMYK) of #71344a color hex is 0.00, 0.54, 0.35, 0.56. Web safe color of #71344a is #663333. Color #71344a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110100 01001010
Octal 161 64 112
Decimal 113 52 74
Hex 71 34 4A

RGB Percentages of Color #71344a

%47.28
%21.76
%30.96

CMYK Percentages of Color #71344a

%0
%54
%35
%56

Triadic Colors of #71344a

#71344a #4a7134 #344a71

Analogous Colors of #71344a

#71344a #713d34 #713469

Monochromatic Colors of #71344a

#71344a

Complementary Color

#71344a #34715b

#71344a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71344a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71344a Color CSS Codes

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

#71344a Text Font Color

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

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


#71344a Background Color

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

This div background color is #71344a


#71344a Border Color

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

This div border color is #71344a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71344a


Comments

No comments written yet.

Please login to write comment.