Color Hex Logo

#55423a Color Hex

#55423A
(85,66,58)
0 Favorites   0 Comments

Color spaces of #55423a

RGB 856658
HSL0.050.190.28
HSV18°32°33°
CMYK 0.000.220.32   0.67
XYZ6.45826.13324.8464
Yxy6.13320.37040.3517
Hunter Lab24.76533.20935.7331
CIE-Lab29.74616.84897.9937

#55423a color RGB value is (85,66,58).

#55423a hex color red value is 85, green value is 66 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #55423a hue: 0.05 , saturation: 0.19 and the lightness value of 55423a is 0.28.

The process color (four color CMYK) of #55423a color hex is 0.00, 0.22, 0.32, 0.67. Web safe color of #55423a is #663333. Color #55423a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000010 00111010
Octal 125 102 72
Decimal 85 66 58
Hex 55 42 3A

RGB Percentages of Color #55423a

%40.67
%31.58
%27.75

CMYK Percentages of Color #55423a

%0
%22
%32
%67

Triadic Colors of #55423a

#55423a #3a5542 #423a55

Analogous Colors of #55423a

#55423a #55503a #553a40

Monochromatic Colors of #55423a

#55423a

Complementary Color

#55423a #3a4d55

#55423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55423a Color CSS Codes

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

#55423a Text Font Color

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

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


#55423a Background Color

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

This div background color is #55423a


#55423a Border Color

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

This div border color is #55423a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,66,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55423a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55423a;
  -webkit-box-shadow: 1px 1px 3px 2px #55423a;
  box-shadow:         1px 1px 3px 2px #55423a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55423a


Comments

No comments written yet.

Please login to write comment.