Color Hex Logo

#713c45 Color Hex

#713C45
(113,60,69)
0 Favorites   0 Comments

Color spaces of #713c45

RGB 1136069
HSL0.970.310.34
HSV350°47°44°
CMYK 0.000.470.39   0.56
XYZ9.50017.17216.5139
Yxy7.17210.40970.3093
Hunter Lab26.780816.45404.3254
CIE-Lab32.195524.30264.8747

#713c45 color RGB value is (113,60,69).

#713c45 hex color red value is 113, green value is 60 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #713c45 hue: 0.97 , saturation: 0.31 and the lightness value of 713c45 is 0.34.

The process color (four color CMYK) of #713c45 color hex is 0.00, 0.47, 0.39, 0.56. Web safe color of #713c45 is #663333. Color #713c45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111100 01000101
Octal 161 74 105
Decimal 113 60 69
Hex 71 3C 45

RGB Percentages of Color #713c45

%46.69
%24.79
%28.51

CMYK Percentages of Color #713c45

%0
%47
%39
%56

Triadic Colors of #713c45

#713c45 #45713c #3c4571

Analogous Colors of #713c45

#713c45 #714e3c #713c5f

Monochromatic Colors of #713c45

#713c45

Complementary Color

#713c45 #3c7168

#713c45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713c45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713c45 Color CSS Codes

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

#713c45 Text Font Color

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

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


#713c45 Background Color

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

This div background color is #713c45


#713c45 Border Color

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

This div border color is #713c45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713c45


Comments

No comments written yet.

Please login to write comment.