Color Hex Logo

#553939 Color Hex

#553939
(85,57,57)
1 Favorites   0 Comments

Color spaces of #553939

RGB 855757
HSL0.000.200.28
HSV33°33°
CMYK 0.000.330.33   0.67
XYZ5.94805.15304.5520
Yxy5.15300.38000.3292
Hunter Lab22.70027.04594.0009
CIE-Lab27.166312.44775.0111

#553939 color RGB value is (85,57,57).

#553939 hex color red value is 85, green value is 57 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #553939 hue: 0.00 , saturation: 0.20 and the lightness value of 553939 is 0.28.

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

Base Numbers

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

RGB Percentages of Color #553939

%42.71
%28.64
%28.64

CMYK Percentages of Color #553939

%0
%33
%33
%67

Triadic Colors of #553939

#553939 #395539 #393955

Analogous Colors of #553939

#553939 #554739 #553947

Monochromatic Colors of #553939

#553939

Complementary Color

#553939 #395555

#553939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553939 Color CSS Codes

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

#553939 Text Font Color

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

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


#553939 Background Color

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

This div background color is #553939


#553939 Border Color

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

This div border color is #553939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553939


Comments

No comments written yet.

Please login to write comment.