Color Hex Logo

#713d55 Color Hex

#713D55
(113,61,85)
0 Favorites   0 Comments

Color spaces of #713d55

RGB 1136185
HSL0.920.300.34
HSV332°46°44°
CMYK 0.000.460.25   0.56
XYZ10.11857.50419.5095
Yxy7.50410.37290.2766
Hunter Lab27.393617.9945-1.4066
CIE-Lab32.928026.0748-4.3766

#713d55 color RGB value is (113,61,85).

#713d55 hex color red value is 113, green value is 61 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #713d55 hue: 0.92 , saturation: 0.30 and the lightness value of 713d55 is 0.34.

The process color (four color CMYK) of #713d55 color hex is 0.00, 0.46, 0.25, 0.56. Web safe color of #713d55 is #663366. Color #713d55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111101 01010101
Octal 161 75 125
Decimal 113 61 85
Hex 71 3D 55

RGB Percentages of Color #713d55

%43.63
%23.55
%32.82

CMYK Percentages of Color #713d55

%0
%46
%25
%56

Triadic Colors of #713d55

#713d55 #55713d #3d5571

Analogous Colors of #713d55

#713d55 #713f3d #713d6f

Monochromatic Colors of #713d55

#713d55

Complementary Color

#713d55 #3d7159

#713d55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713d55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713d55 Color CSS Codes

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

#713d55 Text Font Color

<p style="color:#713d55">Text here</p>

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


#713d55 Background Color

<div style="background-color:#713d55">
Div content here</div>

This div background color is #713d55


#713d55 Border Color

<div style="border:3px solid #713d55">
Div here</div>

This div border color is #713d55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,61,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #713d55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #713d55;
  -webkit-box-shadow: 1px 1px 3px 2px #713d55;
  box-shadow:         1px 1px 3px 2px #713d55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713d55


Comments

No comments written yet.

Please login to write comment.