Color Hex Logo

#705017 Color Hex

#705017
(112,80,23)
0 Favorites   0 Comments

Color spaces of #705017

RGB 1128023
HSL0.110.660.26
HSV38°79°44°
CMYK 0.000.290.79   0.56
XYZ9.70549.24392.0833
Yxy9.24390.46140.4395
Hunter Lab30.40383.773617.2200
CIE-Lab36.44977.625336.9379

#705017 color RGB value is (112,80,23).

#705017 hex color red value is 112, green value is 80 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #705017 hue: 0.11 , saturation: 0.66 and the lightness value of 705017 is 0.26.

The process color (four color CMYK) of #705017 color hex is 0.00, 0.29, 0.79, 0.56. Web safe color of #705017 is #666600. Color #705017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010000 00010111
Octal 160 120 27
Decimal 112 80 23
Hex 70 50 17

RGB Percentages of Color #705017

%52.09
%37.21
%10.70

CMYK Percentages of Color #705017

%0
%29
%79
%56

Triadic Colors of #705017

#705017 #177050 #501770

Analogous Colors of #705017

#705017 #647017 #702417

Monochromatic Colors of #705017

#705017

Complementary Color

#705017 #173770

#705017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705017 Color CSS Codes

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

#705017 Text Font Color

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

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


#705017 Background Color

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

This div background color is #705017


#705017 Border Color

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

This div border color is #705017


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,80,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #705017; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #705017;
  -webkit-box-shadow: 1px 1px 3px 2px #705017;
  box-shadow:         1px 1px 3px 2px #705017; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,80,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705017


Comments

No comments written yet.

Please login to write comment.