Hex #551133 Color

#551133
equivalent to

RGB

(85, 17, 51)

Details of #551133

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
85
4.5443
0.92
0.00
18.2376
2.5712
330°
16.0350
17
2.5712
0.67
0.80
33.8974
0.4326
80°
22.5255
51
3.3887
0.20
0.40   0.67
-3.8801
0.2448
33°
-1.3012

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1010101
125
85
55
Green
10001
21
17
11
Blue
110011
63
51
33

RGB in % of #551133

%55.56
%11.11
%33.33

CMYK in % of #551133

%0
%80
%40
%67

Triads of color #551133

#551133 #113355 #335533

Similar Colors to #551133

#551133 #551155 #111111

Preview Color #551133 on black ground

#551133 is very interesting for text.

Preview Color #551133 on white ground

#551133 is very interesting for text.

CSS Codes #551133 color

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

Text Font Color #551133

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

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

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

This div background color is #551133


Border Color #551133

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

The color of this border is #551133


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #551133