Color Hex Logo

#55382f Color Hex

#55382F
(85,56,47)
0 Favorites   0 Comments

Color spaces of #55382f

RGB 855647
HSL0.040.290.26
HSV14°45°33°
CMYK 0.000.340.45   0.67
XYZ5.67364.96493.3486
Yxy4.96490.40560.3550
Hunter Lab22.28216.45726.6872
CIE-Lab26.634511.639010.8468

#55382f color RGB value is (85,56,47).

#55382f hex color red value is 85, green value is 56 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #55382f hue: 0.04 , saturation: 0.29 and the lightness value of 55382f is 0.26.

The process color (four color CMYK) of #55382f color hex is 0.00, 0.34, 0.45, 0.67. Web safe color of #55382f is #663333. Color #55382f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111000 00101111
Octal 125 70 57
Decimal 85 56 47
Hex 55 38 2F

RGB Percentages of Color #55382f

%45.21
%29.79
%25.00

CMYK Percentages of Color #55382f

%0
%34
%45
%67

Triadic Colors of #55382f

#55382f #2f5538 #382f55

Analogous Colors of #55382f

#55382f #554b2f #552f39

Monochromatic Colors of #55382f

#55382f

Complementary Color

#55382f #2f4c55

#55382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55382f Color CSS Codes

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

#55382f Text Font Color

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

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


#55382f Background Color

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

This div background color is #55382f


#55382f Border Color

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

This div border color is #55382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55382f


Comments

No comments written yet.

Please login to write comment.