Color Hex Logo

#552632 Color Hex

#552632
(85,38,50)
0 Favorites   0 Comments

Color spaces of #552632

RGB 853850
HSL0.960.380.24
HSV345°55°33°
CMYK 0.000.550.41   0.67
XYZ5.01513.54783.4381
Yxy3.54780.41790.2956
Hunter Lab18.835614.56452.3626
CIE-Lab22.116323.24112.5034

#552632 color RGB value is (85,38,50).

#552632 hex color red value is 85, green value is 38 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #552632 hue: 0.96 , saturation: 0.38 and the lightness value of 552632 is 0.24.

The process color (four color CMYK) of #552632 color hex is 0.00, 0.55, 0.41, 0.67. Web safe color of #552632 is #663333. Color #552632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100110 00110010
Octal 125 46 62
Decimal 85 38 50
Hex 55 26 32

RGB Percentages of Color #552632

%49.13
%21.97
%28.90

CMYK Percentages of Color #552632

%0
%55
%41
%67

Triadic Colors of #552632

#552632 #325526 #263255

Analogous Colors of #552632

#552632 #553226 #55264a

Monochromatic Colors of #552632

#552632

Complementary Color

#552632 #265549

#552632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552632 Color CSS Codes

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

#552632 Text Font Color

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

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


#552632 Background Color

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

This div background color is #552632


#552632 Border Color

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

This div border color is #552632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552632


Comments

No comments written yet.

Please login to write comment.