Color Hex Logo

#70737d Color Hex

#70737D
(112,115,125)
0 Favorites   0 Comments

Color spaces of #70737d

RGB 112115125
HSL0.630.050.46
HSV226°10°49°
CMYK 0.100.080.00   0.51
XYZ16.514517.186921.8490
Yxy17.18690.29730.3094
Hunter Lab41.4571-1.4441-2.2275
CIE-Lab48.49471.0110-5.8925

#70737d color RGB value is (112,115,125).

#70737d hex color red value is 112, green value is 115 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #70737d hue: 0.63 , saturation: 0.05 and the lightness value of 70737d is 0.46.

The process color (four color CMYK) of #70737d color hex is 0.10, 0.08, 0.00, 0.51. Web safe color of #70737d is #666666. Color #70737d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110011 01111101
Octal 160 163 175
Decimal 112 115 125
Hex 70 73 7D

RGB Percentages of Color #70737d

%31.82
%32.67
%35.51

CMYK Percentages of Color #70737d

%10
%8
%0
%51

Triadic Colors of #70737d

#70737d #7d7073 #737d70

Analogous Colors of #70737d

#70737d #74707d #707a7d

Monochromatic Colors of #70737d

#70737d

Complementary Color

#70737d #7d7a70

#70737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70737d Color CSS Codes

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

#70737d Text Font Color

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

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


#70737d Background Color

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

This div background color is #70737d


#70737d Border Color

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

This div border color is #70737d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70737d


Comments

No comments written yet.

Please login to write comment.