Color Hex Logo

#70595d Color Hex

#70595D
(112,89,93)
0 Favorites   0 Comments

Color spaces of #70595d

RGB 1128993
HSL0.970.110.39
HSV350°21°44°
CMYK 0.000.210.17   0.56
XYZ12.230311.379811.9078
Yxy11.37980.34430.3204
Hunter Lab33.73405.68102.6849
CIE-Lab40.212910.13021.2757

#70595d color RGB value is (112,89,93).

#70595d hex color red value is 112, green value is 89 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #70595d hue: 0.97 , saturation: 0.11 and the lightness value of 70595d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011001 01011101
Octal 160 131 135
Decimal 112 89 93
Hex 70 59 5D

RGB Percentages of Color #70595d

%38.10
%30.27
%31.63

CMYK Percentages of Color #70595d

%0
%21
%17
%56

Triadic Colors of #70595d

#70595d #5d7059 #595d70

Analogous Colors of #70595d

#70595d #706159 #705969

Monochromatic Colors of #70595d

#70595d

Complementary Color

#70595d #59706c

#70595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70595d Color CSS Codes

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

#70595d Text Font Color

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

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


#70595d Background Color

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

This div background color is #70595d


#70595d Border Color

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

This div border color is #70595d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,89,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70595d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70595d;
  -webkit-box-shadow: 1px 1px 3px 2px #70595d;
  box-shadow:         1px 1px 3px 2px #70595d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70595d


Comments

No comments written yet.

Please login to write comment.