Color Hex Logo

#714920 Color Hex

#714920
(113,73,32)
0 Favorites   0 Comments

Color spaces of #714920

RGB 1137332
HSL0.080.560.28
HSV30°72°44°
CMYK 0.000.350.72   0.56
XYZ9.45338.38012.4858
Yxy8.38010.46520.4124
Hunter Lab28.94847.630715.1726
CIE-Lab34.762312.857430.7843

#714920 color RGB value is (113,73,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001001 00100000
Octal 161 111 40
Decimal 113 73 32
Hex 71 49 20

RGB Percentages of Color #714920

%51.83
%33.49
%14.68

CMYK Percentages of Color #714920

%0
%35
%72
%56

Triadic Colors of #714920

#714920 #207149 #492071

Analogous Colors of #714920

#714920 #717120 #712120

Monochromatic Colors of #714920

#714920

Complementary Color

#714920 #204871

#714920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714920 Color CSS Codes

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

#714920 Text Font Color

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

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


#714920 Background Color

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

This div background color is #714920


#714920 Border Color

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

This div border color is #714920


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,73,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 #714920">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714920


Comments

No comments written yet.

Please login to write comment.