Hex #d57234 Color

#d57234
equivalent to

RGB

(213, 114, 52)

Details of #d57234

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
213
34.0777
0.06
0.00
58.4417
26.4287
23°
51.4088
114
26.4287
0.66
0.46
34.3367
0.5082
76°
28.3582
52
6.5540
0.52
0.76   0.16
49.9667
0.3941
84°
28.4294

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11010101
325
213
D5
Green
1110010
162
114
72
Blue
110100
64
52
34

RGB in % of #d57234

%56.20
%30.08
%13.72

CMYK in % of #d57234

%0
%46
%76
%16

Triads of color #d57234

#d57234 #7234d5 #34d534

Similar Colors to #d57234

#d57234 #d53447 #d5c334

Preview Color #d57234 on black ground

#d57234 is very interesting for text.

Preview Color #d57234 on white ground

#d57234 is very interesting for text.

CSS Codes #d57234 color

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

Text Font Color #d57234

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

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

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

This div background color is #d57234


Border Color #d57234

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

The color of this border is #d57234


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #d57234