Color Hex Logo

#716027 Color Hex

#716027
(113,96,39)
0 Favorites   0 Comments

Color spaces of #716027

RGB 1139639
HSL0.130.490.30
HSV46°65°44°
CMYK 0.000.150.65   0.56
XYZ11.359112.02293.6414
Yxy12.02290.42030.4449
Hunter Lab34.6741-2.203618.0453
CIE-Lab41.2525-0.492734.2746

#716027 color RGB value is (113,96,39).

#716027 hex color red value is 113, green value is 96 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #716027 hue: 0.13 , saturation: 0.49 and the lightness value of 716027 is 0.30.

The process color (four color CMYK) of #716027 color hex is 0.00, 0.15, 0.65, 0.56. Web safe color of #716027 is #666633. Color #716027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100000 00100111
Octal 161 140 47
Decimal 113 96 39
Hex 71 60 27

RGB Percentages of Color #716027

%45.56
%38.71
%15.73

CMYK Percentages of Color #716027

%0
%15
%65
%56

Triadic Colors of #716027

#716027 #277160 #602771

Analogous Colors of #716027

#716027 #5d7127 #713b27

Monochromatic Colors of #716027

#716027

Complementary Color

#716027 #273871

#716027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716027 Color CSS Codes

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

#716027 Text Font Color

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

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


#716027 Background Color

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

This div background color is #716027


#716027 Border Color

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

This div border color is #716027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716027


Comments

No comments written yet.

Please login to write comment.