Color Hex Logo

#552533 Color Hex

#552533
(85,37,51)
0 Favorites   0 Comments

Color spaces of #552533

RGB 853751
HSL0.950.390.24
HSV343°56°33°
CMYK 0.000.560.40   0.67
XYZ5.00543.49343.5425
Yxy3.49340.41570.2901
Hunter Lab18.690615.09411.8460
CIE-Lab21.920523.96421.5323

#552533 color RGB value is (85,37,51).

#552533 hex color red value is 85, green value is 37 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #552533 hue: 0.95 , saturation: 0.39 and the lightness value of 552533 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100101 00110011
Octal 125 45 63
Decimal 85 37 51
Hex 55 25 33

RGB Percentages of Color #552533

%49.13
%21.39
%29.48

CMYK Percentages of Color #552533

%0
%56
%40
%67

Triadic Colors of #552533

#552533 #335525 #253355

Analogous Colors of #552533

#552533 #552f25 #55254b

Monochromatic Colors of #552533

#552533

Complementary Color

#552533 #255547

#552533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552533 Color CSS Codes

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

#552533 Text Font Color

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

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


#552533 Background Color

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

This div background color is #552533


#552533 Border Color

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

This div border color is #552533


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,37,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 #552533">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552533


Comments

No comments written yet.

Please login to write comment.