Color Hex Logo

#705727 Color Hex

#705727
(112,87,39)
0 Favorites   0 Comments

Color spaces of #705727

RGB 1128739
HSL0.110.480.30
HSV39°65°44°
CMYK 0.000.220.65   0.56
XYZ10.456510.40763.3772
Yxy10.40760.43140.4293
Hunter Lab32.26081.399716.3758
CIE-Lab38.56424.390431.2373

#705727 color RGB value is (112,87,39).

#705727 hex color red value is 112, green value is 87 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #705727 hue: 0.11 , saturation: 0.48 and the lightness value of 705727 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010111 00100111
Octal 160 127 47
Decimal 112 87 39
Hex 70 57 27

RGB Percentages of Color #705727

%47.06
%36.55
%16.39

CMYK Percentages of Color #705727

%0
%22
%65
%56

Triadic Colors of #705727

#705727 #277057 #572770

Analogous Colors of #705727

#705727 #657027 #703327

Monochromatic Colors of #705727

#705727

Complementary Color

#705727 #274070

#705727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705727 Color CSS Codes

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

#705727 Text Font Color

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

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


#705727 Background Color

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

This div background color is #705727


#705727 Border Color

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

This div border color is #705727


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,87,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 #705727">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705727


Comments

No comments written yet.

Please login to write comment.