Color Hex Logo

#552d21 Color Hex

#552D21
(85,45,33)
0 Favorites   0 Comments

Color spaces of #552d21

RGB 854533
HSL0.040.440.23
HSV14°61°33°
CMYK 0.000.470.61   0.67
XYZ4.95923.91791.9337
Yxy3.91790.45870.3624
Hunter Lab19.793710.08338.0634
CIE-Lab23.398117.016615.7476

#552d21 color RGB value is (85,45,33).

#552d21 hex color red value is 85, green value is 45 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #552d21 hue: 0.04 , saturation: 0.44 and the lightness value of 552d21 is 0.23.

The process color (four color CMYK) of #552d21 color hex is 0.00, 0.47, 0.61, 0.67. Web safe color of #552d21 is #663333. Color #552d21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 00100001
Octal 125 55 41
Decimal 85 45 33
Hex 55 2D 21

RGB Percentages of Color #552d21

%52.15
%27.61
%20.25

CMYK Percentages of Color #552d21

%0
%47
%61
%67

Triadic Colors of #552d21

#552d21 #21552d #2d2155

Analogous Colors of #552d21

#552d21 #554721 #55212f

Monochromatic Colors of #552d21

#552d21

Complementary Color

#552d21 #214955

#552d21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552d21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552d21 Color CSS Codes

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

#552d21 Text Font Color

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

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


#552d21 Background Color

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

This div background color is #552d21


#552d21 Border Color

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

This div border color is #552d21


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,45,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #552d21; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #552d21;
  -webkit-box-shadow: 1px 1px 3px 2px #552d21;
  box-shadow:         1px 1px 3px 2px #552d21; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552d21


Comments

No comments written yet.

Please login to write comment.