Color Hex Logo

#706508 Color Hex

#706508
(112,101,8)
0 Favorites   0 Comments

Color spaces of #706508

RGB 1121018
HSL0.150.870.24
HSV54°93°44°
CMYK 0.000.100.93   0.56
XYZ11.379612.76962.0947
Yxy12.76960.43360.4866
Hunter Lab35.7346-5.692621.5387
CIE-Lab42.4140-5.351247.1238

#706508 color RGB value is (112,101,8).

#706508 hex color red value is 112, green value is 101 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #706508 hue: 0.15 , saturation: 0.87 and the lightness value of 706508 is 0.24.

The process color (four color CMYK) of #706508 color hex is 0.00, 0.10, 0.93, 0.56. Web safe color of #706508 is #666600. Color #706508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100101 00001000
Octal 160 145 10
Decimal 112 101 8
Hex 70 65 8

RGB Percentages of Color #706508

%50.68
%45.70
%3.62

CMYK Percentages of Color #706508

%0
%10
%93
%56

Triadic Colors of #706508

#706508 #087065 #650870

Analogous Colors of #706508

#706508 #477008 #703108

Monochromatic Colors of #706508

#706508

Complementary Color

#706508 #081370

#706508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706508 Color CSS Codes

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

#706508 Text Font Color

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

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


#706508 Background Color

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

This div background color is #706508


#706508 Border Color

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

This div border color is #706508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706508


Comments

No comments written yet.

Please login to write comment.