Color Hex Logo

#713702 Color Hex

#713702
(113,55,2)
0 Favorites   0 Comments

Color spaces of #713702

RGB 113552
HSL0.080.970.23
HSV29°98°44°
CMYK 0.000.510.98   0.56
XYZ8.18726.24750.8318
Yxy6.24750.53630.4092
Hunter Lab24.995014.727115.5234
CIE-Lab30.028522.419939.8757

#713702 color RGB value is (113,55,2).

#713702 hex color red value is 113, green value is 55 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #713702 hue: 0.08 , saturation: 0.97 and the lightness value of 713702 is 0.23.

The process color (four color CMYK) of #713702 color hex is 0.00, 0.51, 0.98, 0.56. Web safe color of #713702 is #663300. Color #713702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110111 00000010
Octal 161 67 2
Decimal 113 55 2
Hex 71 37 2

RGB Percentages of Color #713702

%66.47
%32.35
%1.18

CMYK Percentages of Color #713702

%0
%51
%98
%56

Triadic Colors of #713702

#713702 #027137 #370271

Analogous Colors of #713702

#713702 #716f02 #710204

Monochromatic Colors of #713702

#713702

Complementary Color

#713702 #023c71

#713702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713702 Color CSS Codes

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

#713702 Text Font Color

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

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


#713702 Background Color

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

This div background color is #713702


#713702 Border Color

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

This div border color is #713702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713702


Comments

No comments written yet.

Please login to write comment.