Hex #553310 Color

#553310
equivalent to

RGB

(85, 51, 16)

Details of #553310

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
85
5.0237
0.08
0.00
24.7536
4.3364
30°
20.8239
51
4.3364
0.68
0.40
11.9801
0.4820
81°
6.6204
16
1.0624
0.20
0.81   0.67
27.5272
0.4161
33°
11.5525

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1010101
125
85
55
Green
110011
63
51
33
Blue
10000
20
16
10

RGB in % of #553310

%55.92
%33.55
%10.53

CMYK in % of #553310

%0
%40
%81
%67

Triads of color #553310

#553310 #331055 #105510

Similar Colors to #553310

#553310 #551110 #555510

Preview Color #553310 on black ground

#553310 is very interesting for text.

Preview Color #553310 on white ground

#553310 is very interesting for text.

CSS Codes #553310 color

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

Text Font Color #553310

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

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

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

This div background color is #553310


Border Color #553310

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

The color of this border is #553310


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #553310