Color Hex Logo

#55383e Color Hex

#55383E
(85,56,62)
0 Favorites   0 Comments

Color spaces of #55383e

RGB 855662
HSL0.970.210.28
HSV348°34°33°
CMYK 0.000.340.27   0.67
XYZ6.03005.10745.2254
Yxy5.10740.36850.3121
Hunter Lab22.59968.07802.1108
CIE-Lab27.038613.90621.5242

#55383e color RGB value is (85,56,62).

#55383e hex color red value is 85, green value is 56 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #55383e hue: 0.97 , saturation: 0.21 and the lightness value of 55383e is 0.28.

The process color (four color CMYK) of #55383e color hex is 0.00, 0.34, 0.27, 0.67. Web safe color of #55383e is #663333. Color #55383e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111000 00111110
Octal 125 70 76
Decimal 85 56 62
Hex 55 38 3E

RGB Percentages of Color #55383e

%41.87
%27.59
%30.54

CMYK Percentages of Color #55383e

%0
%34
%27
%67

Triadic Colors of #55383e

#55383e #3e5538 #383e55

Analogous Colors of #55383e

#55383e #554138 #55384d

Monochromatic Colors of #55383e

#55383e

Complementary Color

#55383e #38554f

#55383e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55383e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55383e Color CSS Codes

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

#55383e Text Font Color

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

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


#55383e Background Color

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

This div background color is #55383e


#55383e Border Color

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

This div border color is #55383e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,56,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55383e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55383e;
  -webkit-box-shadow: 1px 1px 3px 2px #55383e;
  box-shadow:         1px 1px 3px 2px #55383e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55383e


Comments

No comments written yet.

Please login to write comment.