Hex #d3704e Color

#d3704e
equivalent to

RGB

(211, 112, 78)

Details of #d3704e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
211
34.0333
0.04
0.00
58.0250
25.9873
15°
50.9777
112
25.9873
0.60
0.47
35.9787
0.4831
63°
29.9577
78
10.4300
0.57
0.63   0.17
36.1186
0.3689
83°
23.5573

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11010011
323
211
D3
Green
1110000
160
112
70
Blue
1001110
116
78
4E

RGB in % of #d3704e

%52.62
%27.93
%19.45

CMYK in % of #d3704e

%0
%47
%63
%17

Triads of color #d3704e

#d3704e #704ed3 #4ed34e

Similar Colors to #d3704e

#d3704e #d34e6f #d3b34e

Preview Color #d3704e on black ground

#d3704e is very interesting for text.

Preview Color #d3704e on white ground

#d3704e is very interesting for text.

CSS Codes #d3704e color

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

Text Font Color #d3704e

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

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

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

This div background color is #d3704e


Border Color #d3704e

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

The color of this border is #d3704e


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #d3704e