Color Hex Logo

#707851 Color Hex

#707851
(112,120,81)
0 Favorites   0 Comments

Color spaces of #707851

RGB 11212081
HSL0.200.190.39
HSV72°33°47°
CMYK 0.070.000.33   0.53
XYZ14.883817.471810.3725
Yxy17.47180.34830.4089
Hunter Lab41.7993-9.588814.5467
CIE-Lab48.8491-10.020020.4666

#707851 color RGB value is (112,120,81).

#707851 hex color red value is 112, green value is 120 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #707851 hue: 0.20 , saturation: 0.19 and the lightness value of 707851 is 0.39.

The process color (four color CMYK) of #707851 color hex is 0.07, 0.00, 0.33, 0.53. Web safe color of #707851 is #666666. Color #707851 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111000 01010001
Octal 160 170 121
Decimal 112 120 81
Hex 70 78 51

RGB Percentages of Color #707851

%35.78
%38.34
%25.88

CMYK Percentages of Color #707851

%7
%0
%33
%53

Triadic Colors of #707851

#707851 #517078 #785170

Analogous Colors of #707851

#707851 #5d7851 #786d51

Monochromatic Colors of #707851

#707851

Complementary Color

#707851 #595178

#707851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707851 Color CSS Codes

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

#707851 Text Font Color

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

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


#707851 Background Color

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

This div background color is #707851


#707851 Border Color

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

This div border color is #707851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707851


Comments

No comments written yet.

Please login to write comment.