Color Hex Logo

#71464d Color Hex

#71464D
(113,70,77)
0 Favorites   0 Comments

Color spaces of #71464d

RGB 1137077
HSL0.970.230.36
HSV350°38°44°
CMYK 0.000.380.32   0.56
XYZ10.33988.42698.1028
Yxy8.42690.38480.3136
Hunter Lab29.029112.77843.7710
CIE-Lab34.856619.47713.5594

#71464d color RGB value is (113,70,77).

#71464d hex color red value is 113, green value is 70 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #71464d hue: 0.97 , saturation: 0.23 and the lightness value of 71464d is 0.36.

The process color (four color CMYK) of #71464d color hex is 0.00, 0.38, 0.32, 0.56. Web safe color of #71464d is #663366. Color #71464d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000110 01001101
Octal 161 106 115
Decimal 113 70 77
Hex 71 46 4D

RGB Percentages of Color #71464d

%43.46
%26.92
%29.62

CMYK Percentages of Color #71464d

%0
%38
%32
%56

Triadic Colors of #71464d

#71464d #4d7146 #464d71

Analogous Colors of #71464d

#71464d #715546 #714663

Monochromatic Colors of #71464d

#71464d

Complementary Color

#71464d #46716a

#71464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71464d Color CSS Codes

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

#71464d Text Font Color

<p style="color:#71464d">Text here</p>

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


#71464d Background Color

<div style="background-color:#71464d">
Div content here</div>

This div background color is #71464d


#71464d Border Color

<div style="border:3px solid #71464d">
Div here</div>

This div border color is #71464d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,70,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71464d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71464d;
  -webkit-box-shadow: 1px 1px 3px 2px #71464d;
  box-shadow:         1px 1px 3px 2px #71464d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71464d


Comments

No comments written yet.

Please login to write comment.