Color Hex Logo

#70616b Color Hex

#70616B
(112,97,107)
0 Favorites   0 Comments

Color spaces of #70616b

RGB 11297107
HSL0.890.070.41
HSV320°13°44°
CMYK 0.000.130.04   0.56
XYZ13.610613.055715.7126
Yxy13.05570.32120.3081
Hunter Lab36.13274.0059-0.4899
CIE-Lab42.84717.9360-3.4437

#70616b color RGB value is (112,97,107).

#70616b hex color red value is 112, green value is 97 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #70616b hue: 0.89 , saturation: 0.07 and the lightness value of 70616b is 0.41.

The process color (four color CMYK) of #70616b color hex is 0.00, 0.13, 0.04, 0.56. Web safe color of #70616b is #666666. Color #70616b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100001 01101011
Octal 160 141 153
Decimal 112 97 107
Hex 70 61 6B

RGB Percentages of Color #70616b

%35.44
%30.70
%33.86

CMYK Percentages of Color #70616b

%0
%13
%4
%56

Triadic Colors of #70616b

#70616b #6b7061 #616b70

Analogous Colors of #70616b

#70616b #706164 #6e6170

Monochromatic Colors of #70616b

#70616b

Complementary Color

#70616b #617066

#70616b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70616b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70616b Color CSS Codes

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

#70616b Text Font Color

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

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


#70616b Background Color

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

This div background color is #70616b


#70616b Border Color

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

This div border color is #70616b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,97,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70616b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70616b;
  -webkit-box-shadow: 1px 1px 3px 2px #70616b;
  box-shadow:         1px 1px 3px 2px #70616b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70616b


Comments

No comments written yet.

Please login to write comment.