Color Hex Logo

#552426 Color Hex

#552426
(85,36,38)
0 Favorites   0 Comments

Color spaces of #552426

RGB 853638
HSL0.990.400.24
HSV358°58°33°
CMYK 0.000.580.55   0.67
XYZ4.72703.33302.2279
Yxy3.33300.45950.3240
Hunter Lab18.256514.26865.5442
CIE-Lab21.331022.96399.6611

#552426 color RGB value is (85,36,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100100 00100110
Octal 125 44 46
Decimal 85 36 38
Hex 55 24 26

RGB Percentages of Color #552426

%53.46
%22.64
%23.90

CMYK Percentages of Color #552426

%0
%58
%55
%67

Triadic Colors of #552426

#552426 #265524 #242655

Analogous Colors of #552426

#552426 #553b24 #55243e

Monochromatic Colors of #552426

#552426

Complementary Color

#552426 #245553

#552426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552426 Color CSS Codes

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

#552426 Text Font Color

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

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


#552426 Background Color

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

This div background color is #552426


#552426 Border Color

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

This div border color is #552426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552426


Comments

No comments written yet.

Please login to write comment.