Color Hex Logo

#706958 Color Hex

#706958
(112,105,88)
0 Favorites   0 Comments

Color spaces of #706958

RGB 11210588
HSL0.120.120.39
HSV43°21°44°
CMYK 0.000.060.21   0.56
XYZ13.495114.252511.2723
Yxy14.25250.34590.3653
Hunter Lab37.7525-2.25988.7237
CIE-Lab44.5929-0.331210.5600

#706958 color RGB value is (112,105,88).

#706958 hex color red value is 112, green value is 105 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #706958 hue: 0.12 , saturation: 0.12 and the lightness value of 706958 is 0.39.

The process color (four color CMYK) of #706958 color hex is 0.00, 0.06, 0.21, 0.56. Web safe color of #706958 is #666666. Color #706958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101001 01011000
Octal 160 151 130
Decimal 112 105 88
Hex 70 69 58

RGB Percentages of Color #706958

%36.72
%34.43
%28.85

CMYK Percentages of Color #706958

%0
%6
%21
%56

Triadic Colors of #706958

#706958 #587069 #695870

Analogous Colors of #706958

#706958 #6b7058 #705d58

Monochromatic Colors of #706958

#706958

Complementary Color

#706958 #585f70

#706958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706958 Color CSS Codes

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

#706958 Text Font Color

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

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


#706958 Background Color

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

This div background color is #706958


#706958 Border Color

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

This div border color is #706958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706958


Comments

No comments written yet.

Please login to write comment.