Hex #476655 Color

#476655
equivalent to

RGB

(71, 102, 85)

Details of #476655

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
71
8.9896
0.41
0.30
40.4072
11.4982
147°
33.9090
102
11.4982
0.18
0.00
-15.3257
0.2916
30°
-12.0186
85
10.3399
0.34
0.17   0.60
6.0075
0.3730
40°
5.6631

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1000111
107
71
47
Green
1100110
146
102
66
Blue
1010101
125
85
55

RGB in % of #476655

%27.52
%39.53
%32.95

CMYK in % of #476655

%30
%0
%17
%60

Triads of color #476655

#476655 #665547 #554755

Similar Colors to #476655

#476655 #496647 #476665

Preview Color #476655 on black ground

#476655 is very interesting for text.

Preview Color #476655 on white ground

#476655 is very interesting for text.

CSS Codes #476655 color

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

Text Font Color #476655

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

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

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

This div background color is #476655


Border Color #476655

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

The color of this border is #476655


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #476655