Hex #70675d Color

#70675d
equivalent to

RGB

(112, 103, 93)

Details of #70675d

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
112
13.5081
0.09
0.00
44.1404
13.9356
32°
37.3304
103
13.9356
0.09
0.08
1.7032
0.3396
17°
-0.7371
93
12.3338
0.40
0.17   0.56
6.9199
0.3503
44°
6.5487

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110000
160
112
70
Green
1100111
147
103
67
Blue
1011101
135
93
5D

RGB in % of #70675d

%36.36
%33.44
%30.19

CMYK in % of #70675d

%0
%8
%17
%56

Triads of color #70675d

#70675d #675d70 #5d705d

Similar Colors to #70675d

#70675d #705e5d #70705d

Preview Color #70675d on black ground

#70675d is very interesting for text.

Preview Color #70675d on white ground

#70675d is very interesting for text.

CSS Codes #70675d color

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

Text Font Color #70675d

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

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

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

This div background color is #70675d


Border Color #70675d

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

The color of this border is #70675d


Examples Css3

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

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 #70675d">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #70675d