Color Hex Logo

#553927 Color Hex

#553927
(85,57,39)
0 Favorites   0 Comments

Color spaces of #553927

RGB 855739
HSL0.070.370.24
HSV23°54°33°
CMYK 0.000.330.54   0.67
XYZ5.57565.00402.5915
Yxy5.00400.42330.3799
Hunter Lab22.36965.34418.7900
CIE-Lab26.746210.026216.1704

#553927 color RGB value is (85,57,39).

#553927 hex color red value is 85, green value is 57 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #553927 hue: 0.07 , saturation: 0.37 and the lightness value of 553927 is 0.24.

The process color (four color CMYK) of #553927 color hex is 0.00, 0.33, 0.54, 0.67. Web safe color of #553927 is #663333. Color #553927 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111001 00100111
Octal 125 71 47
Decimal 85 57 39
Hex 55 39 27

RGB Percentages of Color #553927

%46.96
%31.49
%21.55

CMYK Percentages of Color #553927

%0
%33
%54
%67

Triadic Colors of #553927

#553927 #275539 #392755

Analogous Colors of #553927

#553927 #555027 #55272c

Monochromatic Colors of #553927

#553927

Complementary Color

#553927 #274355

#553927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553927 Color CSS Codes

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

#553927 Text Font Color

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

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


#553927 Background Color

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

This div background color is #553927


#553927 Border Color

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

This div border color is #553927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553927


Comments

No comments written yet.

Please login to write comment.