Color Hex Logo

#714709 Color Hex

#714709
(113,71,9)
0 Favorites   0 Comments

Color spaces of #714709

RGB 113719
HSL0.100.850.24
HSV36°92°44°
CMYK 0.000.370.92   0.56
XYZ9.11268.03691.3294
Yxy8.03690.49310.4349
Hunter Lab28.34947.765317.0643
CIE-Lab34.059613.069040.2563

#714709 color RGB value is (113,71,9).

#714709 hex color red value is 113, green value is 71 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #714709 hue: 0.10 , saturation: 0.85 and the lightness value of 714709 is 0.24.

The process color (four color CMYK) of #714709 color hex is 0.00, 0.37, 0.92, 0.56. Web safe color of #714709 is #663300. Color #714709 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000111 00001001
Octal 161 107 11
Decimal 113 71 9
Hex 71 47 9

RGB Percentages of Color #714709

%58.55
%36.79
%4.66

CMYK Percentages of Color #714709

%0
%37
%92
%56

Triadic Colors of #714709

#714709 #097147 #470971

Analogous Colors of #714709

#714709 #677109 #711309

Monochromatic Colors of #714709

#714709

Complementary Color

#714709 #093371

#714709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714709 Color CSS Codes

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

#714709 Text Font Color

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

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


#714709 Background Color

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

This div background color is #714709


#714709 Border Color

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

This div border color is #714709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714709


Comments

No comments written yet.

Please login to write comment.