Hex #707452 Color

#707452
equivalent to

RGB

(112, 116, 82)

Details of #707452

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
112
14.4505
0.19
0.03
47.6812
16.5447
67°
40.6752
116
16.5447
0.17
0.00
-7.6272
0.3490
29°
-7.7666
82
10.4145
0.39
0.29   0.55
18.3300
0.3995
45°
13.2969

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110000
160
112
70
Green
1110100
164
116
74
Blue
1010010
122
82
52

RGB in % of #707452

%36.13
%37.42
%26.45

CMYK in % of #707452

%3
%0
%29
%55

Triads of color #707452

#707452 #745270 #527052

Similar Colors to #707452

#707452 #746752 #5f7452

Preview Color #707452 on black ground

#707452 is very interesting for text.

Preview Color #707452 on white ground

#707452 is very interesting for text.

CSS Codes #707452 color

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

Text Font Color #707452

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

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

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

This div background color is #707452


Border Color #707452

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

The color of this border is #707452


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #707452