Hex #70887b Color

#70887b
equivalent to

RGB

(112, 136, 123)

Details of #70887b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
112
19.0614
0.41
0.18
54.5359
22.4831
148°
47.4164
136
22.4831
0.10
0.00
-11.3659
0.2996
18°
-11.2213
123
22.0739
0.49
0.10   0.47
4.1230
0.3534
53°
5.5993

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110000
160
112
70
Green
10001000
210
136
88
Blue
1111011
173
123
7B

RGB in % of #70887b

%30.19
%36.66
%33.15

CMYK in % of #70887b

%18
%0
%10
%47

Triads of color #70887b

#70887b #887b70 #7b707b

Similar Colors to #70887b

#70887b #718870 #708887

Preview Color #70887b on black ground

#70887b is very interesting for text.

Preview Color #70887b on white ground

#70887b is very interesting for text.

CSS Codes #70887b color

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

Text Font Color #70887b

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

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


Background Color #70887b

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

This div background color is #70887b


Border Color #70887b

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

The color of this border is #70887b


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #70887b