Color Hex Logo

#713716 Color Hex

#713716
(113,55,22)
0 Favorites   0 Comments

Color spaces of #713716

RGB 1135522
HSL0.060.670.26
HSV22°81°44°
CMYK 0.000.510.81   0.56
XYZ8.32116.30101.5367
Yxy6.30100.51500.3899
Hunter Lab25.101815.243613.9416
CIE-Lab30.159523.052531.2528

#713716 color RGB value is (113,55,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110111 00010110
Octal 161 67 26
Decimal 113 55 22
Hex 71 37 16

RGB Percentages of Color #713716

%59.47
%28.95
%11.58

CMYK Percentages of Color #713716

%0
%51
%81
%56

Triadic Colors of #713716

#713716 #167137 #371671

Analogous Colors of #713716

#713716 #716516 #711623

Monochromatic Colors of #713716

#713716

Complementary Color

#713716 #165071

#713716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713716 Color CSS Codes

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

#713716 Text Font Color

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

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


#713716 Background Color

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

This div background color is #713716


#713716 Border Color

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

This div border color is #713716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713716


Comments

No comments written yet.

Please login to write comment.