Color Hex Logo

#713807 Color Hex

#713807
(113,56,7)
0 Favorites   0 Comments

Color spaces of #713807

RGB 113567
HSL0.080.880.24
HSV28°94°44°
CMYK 0.000.500.94   0.56
XYZ8.26266.35440.9920
Yxy6.35440.52930.4071
Hunter Lab25.207914.394415.3123
CIE-Lab30.289521.970538.0380

#713807 color RGB value is (113,56,7).

#713807 hex color red value is 113, green value is 56 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #713807 hue: 0.08 , saturation: 0.88 and the lightness value of 713807 is 0.24.

The process color (four color CMYK) of #713807 color hex is 0.00, 0.50, 0.94, 0.56. Web safe color of #713807 is #663300. Color #713807 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111000 00000111
Octal 161 70 7
Decimal 113 56 7
Hex 71 38 7

RGB Percentages of Color #713807

%64.20
%31.82
%3.98

CMYK Percentages of Color #713807

%0
%50
%94
%56

Triadic Colors of #713807

#713807 #077138 #380771

Analogous Colors of #713807

#713807 #716d07 #71070b

Monochromatic Colors of #713807

#713807

Complementary Color

#713807 #074071

#713807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713807 Color CSS Codes

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

#713807 Text Font Color

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

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


#713807 Background Color

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

This div background color is #713807


#713807 Border Color

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

This div border color is #713807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713807


Comments

No comments written yet.

Please login to write comment.