Color Hex Logo

#70817f Color Hex

#70817F
(112,129,127)
0 Favorites   0 Comments

Color spaces of #70817f

RGB 112129127
HSL0.480.070.47
HSV173°13°51°
CMYK 0.130.000.02   0.49
XYZ18.363120.677623.1020
Yxy20.67760.29550.3327
Hunter Lab45.4726-7.49391.7090
CIE-Lab52.5948-6.6177-1.0201

#70817f color RGB value is (112,129,127).

#70817f hex color red value is 112, green value is 129 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #70817f hue: 0.48 , saturation: 0.07 and the lightness value of 70817f is 0.47.

The process color (four color CMYK) of #70817f color hex is 0.13, 0.00, 0.02, 0.49. Web safe color of #70817f is #669966. Color #70817f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000001 01111111
Octal 160 201 177
Decimal 112 129 127
Hex 70 81 7F

RGB Percentages of Color #70817f

%30.43
%35.05
%34.51

CMYK Percentages of Color #70817f

%13
%0
%2
%49

Triadic Colors of #70817f

#70817f #7f7081 #817f70

Analogous Colors of #70817f

#70817f #707b81 #708177

Monochromatic Colors of #70817f

#70817f

Complementary Color

#70817f #817072

#70817f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70817f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70817f Color CSS Codes

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

#70817f Text Font Color

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

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


#70817f Background Color

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

This div background color is #70817f


#70817f Border Color

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

This div border color is #70817f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,129,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70817f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70817f;
  -webkit-box-shadow: 1px 1px 3px 2px #70817f;
  box-shadow:         1px 1px 3px 2px #70817f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70817f


Comments

No comments written yet.

Please login to write comment.