Hex #727271 Color

#727271
equivalent to

RGB

(114, 114, 113)

Details of #727271

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
114
15.9374
0.17
0.00
48.0125
16.8043
60°
40.9930
114
16.8043
0.00
0.00
-0.1993
0.3139
-2.3399
113
18.0263
0.45
0.01   0.55
0.5469
0.3310
45°
2.6318

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110010
162
114
72
Green
1110010
162
114
72
Blue
1110001
161
113
71

RGB in % of #727271

%33.43
%33.43
%33.14

CMYK in % of #727271

%0
%0
%1
%55

Triads of color #727271

#727271 #727172 #717271

Similar Colors to #727271

#727271 #727271 #727271

Preview Color #727271 on black ground

#727271 is very interesting for text.

Preview Color #727271 on white ground

#727271 is very interesting for text.

CSS Codes #727271 color

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

Text Font Color #727271

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

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

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

This div background color is #727271


Border Color #727271

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

The color of this border is #727271


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #727271