Color Hex Logo

#712720 Color Hex

#712720
(113,39,32)
0 Favorites   0 Comments

Color spaces of #712720

RGB 1133932
HSL0.010.560.28
HSV72°44°
CMYK 0.000.650.72   0.56
XYZ7.79635.06601.9334
Yxy5.06600.52690.3424
Hunter Lab22.507822.440710.6625
CIE-Lab26.922032.238321.8258

#712720 color RGB value is (113,39,32).

#712720 hex color red value is 113, green value is 39 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #712720 hue: 0.01 , saturation: 0.56 and the lightness value of 712720 is 0.28.

The process color (four color CMYK) of #712720 color hex is 0.00, 0.65, 0.72, 0.56. Web safe color of #712720 is #663333. Color #712720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100111 00100000
Octal 161 47 40
Decimal 113 39 32
Hex 71 27 20

RGB Percentages of Color #712720

%61.41
%21.20
%17.39

CMYK Percentages of Color #712720

%0
%65
%72
%56

Triadic Colors of #712720

#712720 #207127 #272071

Analogous Colors of #712720

#712720 #715020 #712041

Monochromatic Colors of #712720

#712720

Complementary Color

#712720 #206a71

#712720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712720 Color CSS Codes

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

#712720 Text Font Color

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

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


#712720 Background Color

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

This div background color is #712720


#712720 Border Color

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

This div border color is #712720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712720


Comments

No comments written yet.

Please login to write comment.