Color Hex Logo

#555d1f Color Hex

#555D1F
(85,93,31)
0 Favorites   0 Comments

Color spaces of #555d1f

RGB 859331
HSL0.190.500.24
HSV68°67°36°
CMYK 0.090.000.67   0.64
XYZ7.90809.85892.7825
Yxy9.85890.38480.4798
Hunter Lab31.3989-9.991716.7251
CIE-Lab37.5880-12.703333.4832

#555d1f color RGB value is (85,93,31).

#555d1f hex color red value is 85, green value is 93 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #555d1f hue: 0.19 , saturation: 0.50 and the lightness value of 555d1f is 0.24.

The process color (four color CMYK) of #555d1f color hex is 0.09, 0.00, 0.67, 0.64. Web safe color of #555d1f is #666633. Color #555d1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011101 00011111
Octal 125 135 37
Decimal 85 93 31
Hex 55 5D 1F

RGB Percentages of Color #555d1f

%40.67
%44.50
%14.83

CMYK Percentages of Color #555d1f

%9
%0
%67
%64

Triadic Colors of #555d1f

#555d1f #1f555d #5d1f55

Analogous Colors of #555d1f

#555d1f #365d1f #5d461f

Monochromatic Colors of #555d1f

#555d1f

Complementary Color

#555d1f #271f5d

#555d1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555d1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#555d1f Color CSS Codes

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

#555d1f Text Font Color

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

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


#555d1f Background Color

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

This div background color is #555d1f


#555d1f Border Color

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

This div border color is #555d1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555d1f


Comments

No comments written yet.

Please login to write comment.