Color Hex Logo

#716124 Color Hex

#716124
(113,97,36)
0 Favorites   0 Comments

Color spaces of #716124

RGB 1139736
HSL0.130.520.29
HSV48°68°44°
CMYK 0.000.140.68   0.56
XYZ11.403212.18753.4205
Yxy12.18750.42220.4512
Hunter Lab34.9106-2.788318.6283
CIE-Lab41.5126-1.295436.0533

#716124 color RGB value is (113,97,36).

#716124 hex color red value is 113, green value is 97 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #716124 hue: 0.13 , saturation: 0.52 and the lightness value of 716124 is 0.29.

The process color (four color CMYK) of #716124 color hex is 0.00, 0.14, 0.68, 0.56. Web safe color of #716124 is #666633. Color #716124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100001 00100100
Octal 161 141 44
Decimal 113 97 36
Hex 71 61 24

RGB Percentages of Color #716124

%45.93
%39.43
%14.63

CMYK Percentages of Color #716124

%0
%14
%68
%56

Triadic Colors of #716124

#716124 #247161 #612471

Analogous Colors of #716124

#716124 #5b7124 #713b24

Monochromatic Colors of #716124

#716124

Complementary Color

#716124 #243471

#716124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716124 Color CSS Codes

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

#716124 Text Font Color

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

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


#716124 Background Color

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

This div background color is #716124


#716124 Border Color

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

This div border color is #716124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716124


Comments

No comments written yet.

Please login to write comment.