Color Hex Logo

#716649 Color Hex

#716649
(113,102,73)
0 Favorites   0 Comments

Color spaces of #716649

RGB 11310273
HSL0.120.220.36
HSV44°35°44°
CMYK 0.000.100.35   0.56
XYZ12.764013.49458.2353
Yxy13.49450.37000.3912
Hunter Lab36.7349-2.263912.4226
CIE-Lab43.4991-0.414718.0042

#716649 color RGB value is (113,102,73).

#716649 hex color red value is 113, green value is 102 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #716649 hue: 0.12 , saturation: 0.22 and the lightness value of 716649 is 0.36.

The process color (four color CMYK) of #716649 color hex is 0.00, 0.10, 0.35, 0.56. Web safe color of #716649 is #666633. Color #716649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100110 01001001
Octal 161 146 111
Decimal 113 102 73
Hex 71 66 49

RGB Percentages of Color #716649

%39.24
%35.42
%25.35

CMYK Percentages of Color #716649

%0
%10
%35
%56

Triadic Colors of #716649

#716649 #497166 #664971

Analogous Colors of #716649

#716649 #687149 #715249

Monochromatic Colors of #716649

#716649

Complementary Color

#716649 #495471

#716649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716649 Color CSS Codes

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

#716649 Text Font Color

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

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


#716649 Background Color

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

This div background color is #716649


#716649 Border Color

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

This div border color is #716649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716649


Comments

No comments written yet.

Please login to write comment.