Color Hex Logo

#716719 Color Hex

#716719
(113,103,25)
0 Favorites   0 Comments

Color spaces of #716719

RGB 11310325
HSL0.150.640.27
HSV53°78°44°
CMYK 0.000.090.78   0.56
XYZ11.835813.28142.8595
Yxy13.28140.42310.4747
Hunter Lab36.4437-5.805020.8585
CIE-Lab43.1842-5.421042.5934

#716719 color RGB value is (113,103,25).

#716719 hex color red value is 113, green value is 103 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #716719 hue: 0.15 , saturation: 0.64 and the lightness value of 716719 is 0.27.

The process color (four color CMYK) of #716719 color hex is 0.00, 0.09, 0.78, 0.56. Web safe color of #716719 is #666600. Color #716719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100111 00011001
Octal 161 147 31
Decimal 113 103 25
Hex 71 67 19

RGB Percentages of Color #716719

%46.89
%42.74
%10.37

CMYK Percentages of Color #716719

%0
%9
%78
%56

Triadic Colors of #716719

#716719 #197167 #671971

Analogous Colors of #716719

#716719 #4f7119 #713b19

Monochromatic Colors of #716719

#716719

Complementary Color

#716719 #192371

#716719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716719 Color CSS Codes

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

#716719 Text Font Color

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

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


#716719 Background Color

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

This div background color is #716719


#716719 Border Color

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

This div border color is #716719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716719


Comments

No comments written yet.

Please login to write comment.