Color Hex Logo

#552337 Color Hex

#552337
(85,35,55)
0 Favorites   0 Comments

Color spaces of #552337

RGB 853555
HSL0.930.420.24
HSV336°59°33°
CMYK 0.000.590.35   0.67
XYZ5.03693.40924.0070
Yxy3.40920.40450.2738
Hunter Lab18.464016.38200.0579
CIE-Lab21.613425.6804-1.6741

#552337 color RGB value is (85,35,55).

#552337 hex color red value is 85, green value is 35 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #552337 hue: 0.93 , saturation: 0.42 and the lightness value of 552337 is 0.24.

The process color (four color CMYK) of #552337 color hex is 0.00, 0.59, 0.35, 0.67. Web safe color of #552337 is #663333. Color #552337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100011 00110111
Octal 125 43 67
Decimal 85 35 55
Hex 55 23 37

RGB Percentages of Color #552337

%48.57
%20.00
%31.43

CMYK Percentages of Color #552337

%0
%59
%35
%67

Triadic Colors of #552337

#552337 #375523 #233755

Analogous Colors of #552337

#552337 #552823 #552350

Monochromatic Colors of #552337

#552337

Complementary Color

#552337 #235541

#552337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552337 Color CSS Codes

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

#552337 Text Font Color

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

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


#552337 Background Color

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

This div background color is #552337


#552337 Border Color

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

This div border color is #552337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552337


Comments

No comments written yet.

Please login to write comment.