Color Hex Logo

#70737a Color Hex

#70737A
(112,115,122)
0 Favorites   0 Comments

Color spaces of #70737a

RGB 112115122
HSL0.620.040.46
HSV222°48°
CMYK 0.080.060.00   0.52
XYZ16.325717.111420.8547
Yxy17.11140.30070.3152
Hunter Lab41.3659-1.9426-0.9350
CIE-Lab48.40010.3513-4.2517

#70737a color RGB value is (112,115,122).

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

The process color (four color CMYK) of #70737a color hex is 0.08, 0.06, 0.00, 0.52. Web safe color of #70737a is #666666. Color #70737a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110011 01111010
Octal 160 163 172
Decimal 112 115 122
Hex 70 73 7A

RGB Percentages of Color #70737a

%32.09
%32.95
%34.96

CMYK Percentages of Color #70737a

%8
%6
%0
%52

Triadic Colors of #70737a

#70737a #7a7073 #737a70

Analogous Colors of #70737a

#70737a #72707a #70787a

Monochromatic Colors of #70737a

#70737a

Complementary Color

#70737a #7a7770

#70737a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70737a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70737a Color CSS Codes

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

#70737a Text Font Color

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

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


#70737a Background Color

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

This div background color is #70737a


#70737a Border Color

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

This div border color is #70737a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70737a


Comments

No comments written yet.

Please login to write comment.