Color Hex Logo

#713717 Color Hex

#713717
(113,55,23)
0 Favorites   0 Comments

Color spaces of #713717

RGB 1135523
HSL0.060.660.27
HSV21°80°44°
CMYK 0.000.510.80   0.56
XYZ8.33096.30491.5885
Yxy6.30490.51350.3886
Hunter Lab25.109615.281413.8258
CIE-Lab30.169023.098630.7321

#713717 color RGB value is (113,55,23).

#713717 hex color red value is 113, green value is 55 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #713717 hue: 0.06 , saturation: 0.66 and the lightness value of 713717 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110111 00010111
Octal 161 67 27
Decimal 113 55 23
Hex 71 37 17

RGB Percentages of Color #713717

%59.16
%28.80
%12.04

CMYK Percentages of Color #713717

%0
%51
%80
%56

Triadic Colors of #713717

#713717 #177137 #371771

Analogous Colors of #713717

#713717 #716417 #711724

Monochromatic Colors of #713717

#713717

Complementary Color

#713717 #175171

#713717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713717 Color CSS Codes

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

#713717 Text Font Color

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

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


#713717 Background Color

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

This div background color is #713717


#713717 Border Color

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

This div border color is #713717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713717


Comments

No comments written yet.

Please login to write comment.