Color Hex Logo

#552233 Color Hex

#552233
(85,34,51)
4 Favorites   0 Comments

Color spaces of #552233

RGB 853451
HSL0.940.430.23
HSV340°60°33°
CMYK 0.000.600.40   0.67
XYZ4.91593.31443.5126
Yxy3.31440.41860.2822
Hunter Lab18.205516.33951.3043
CIE-Lab21.261425.68120.5761

#552233 color RGB value is (85,34,51).

#552233 hex color red value is 85, green value is 34 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #552233 hue: 0.94 , saturation: 0.43 and the lightness value of 552233 is 0.23.

The process color (four color CMYK) of #552233 color hex is 0.00, 0.60, 0.40, 0.67. Web safe color of #552233 is #663333. Color #552233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100010 00110011
Octal 125 42 63
Decimal 85 34 51
Hex 55 22 33

RGB Percentages of Color #552233

%50.00
%20.00
%30.00

CMYK Percentages of Color #552233

%0
%60
%40
%67

Triadic Colors of #552233

#552233 #335522 #223355

Analogous Colors of #552233

#552233 #552b22 #55224d

Monochromatic Colors of #552233

#552233

Complementary Color

#552233 #225544

#552233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552233 Color CSS Codes

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

#552233 Text Font Color

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

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


#552233 Background Color

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

This div background color is #552233


#552233 Border Color

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

This div border color is #552233


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,34,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #552233">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552233


Comments

No comments written yet.

Please login to write comment.