Color Hex Logo

#706f65 Color Hex

#706F65
(112,111,101)
0 Favorites   0 Comments

Color spaces of #706f65

RGB 112111101
HSL0.150.050.42
HSV55°10°44°
CMYK 0.000.010.10   0.56
XYZ14.715515.753214.5770
Yxy15.75320.32670.3497
Hunter Lab39.6903-3.27776.0079
CIE-Lab46.6490-1.55665.7021

#706f65 color RGB value is (112,111,101).

#706f65 hex color red value is 112, green value is 111 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #706f65 hue: 0.15 , saturation: 0.05 and the lightness value of 706f65 is 0.42.

The process color (four color CMYK) of #706f65 color hex is 0.00, 0.01, 0.10, 0.56. Web safe color of #706f65 is #666666. Color #706f65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101111 01100101
Octal 160 157 145
Decimal 112 111 101
Hex 70 6F 65

RGB Percentages of Color #706f65

%34.57
%34.26
%31.17

CMYK Percentages of Color #706f65

%0
%1
%10
%56

Triadic Colors of #706f65

#706f65 #65706f #6f6570

Analogous Colors of #706f65

#706f65 #6c7065 #706a65

Monochromatic Colors of #706f65

#706f65

Complementary Color

#706f65 #656670

#706f65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706f65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706f65 Color CSS Codes

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

#706f65 Text Font Color

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

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


#706f65 Background Color

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

This div background color is #706f65


#706f65 Border Color

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

This div border color is #706f65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706f65


Comments

No comments written yet.

Please login to write comment.