Color Hex Logo

#716538 Color Hex

#716538
(113,101,56)
0 Favorites   0 Comments

Color spaces of #716538

RGB 11310156
HSL0.130.340.33
HSV47°50°44°
CMYK 0.000.110.50   0.56
XYZ12.177513.10365.6288
Yxy13.10360.39400.4239
Hunter Lab36.1989-3.299716.1198
CIE-Lab42.9189-1.897427.0800

#716538 color RGB value is (113,101,56).

#716538 hex color red value is 113, green value is 101 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #716538 hue: 0.13 , saturation: 0.34 and the lightness value of 716538 is 0.33.

The process color (four color CMYK) of #716538 color hex is 0.00, 0.11, 0.50, 0.56. Web safe color of #716538 is #666633. Color #716538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100101 00111000
Octal 161 145 70
Decimal 113 101 56
Hex 71 65 38

RGB Percentages of Color #716538

%41.85
%37.41
%20.74

CMYK Percentages of Color #716538

%0
%11
%50
%56

Triadic Colors of #716538

#716538 #387165 #653871

Analogous Colors of #716538

#716538 #617138 #714938

Monochromatic Colors of #716538

#716538

Complementary Color

#716538 #384471

#716538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716538 Color CSS Codes

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

#716538 Text Font Color

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

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


#716538 Background Color

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

This div background color is #716538


#716538 Border Color

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

This div border color is #716538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716538


Comments

No comments written yet.

Please login to write comment.